Viewing 2 posts - 1 through 2 (of 2 total)
According to the link below, 'You do not have to encode any of the characters manually'
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_urlaccess_7kbq.asp
Unfortunately, this is not the case for...
March 16, 2005 at 2:45 pm
#547401
Try the following!!!
=IIF(Fields!Margin.Value IS Nothing,"",Fields!completedDate.Value.toShortDateString)
Hope this helps!
March 9, 2005 at 6:54 pm
#546268