Hello, I have the following IIF statement in a TextBox in one of my reports:
=IIF(Mid(Fields!AccountPwdLastChanged.Value, 1, 8) = "1/1/1900","",Fields!AccountPwdLastChanged.Value)
Doing a Preview works just fine. When I try to Deploye the report to the server I get the following error message: The Value expression for the textrun ‘AccountPwdLastChanged.Paragraphs[0].TextRuns[0]’ contains an error: [BC30201] Expression expected.
Any ideas what is causingt his and how I can resolve the problem? I use IIFs all over the place and vere ran tinto this before.
Thanks for the help.
Cheers.
Ron...
Thanks Ron...