Page 1 of 1

Controlling case in an expression

Posted: Mon Jul 12, 2010 4:15 pm
by MikeC
Hi,
I have the following expression that pulls in data based on the entity name being blank or populated.

{IIF(Parcel.[Entity Name] != string.Empty, Parcel.[Entity Name], Parcel.[First Name] + " " + Parcel.[Last Name])}

I'd also like to control the case in the expression, making whatever data it pulls in upper case (ToUpperCase). Apparently nesting the expressions doesn't work. Any suggestions on the best way to control the case in an expression?

Thanks.

Controlling case in an expression

Posted: Tue Jul 13, 2010 2:03 am
by Ivan
Hello,

We made some improvements in that direction about a month ago.
Please check the latest build.
If the issue is still present, please send to us a mrt file with data, which reproduce the issue, for analysis.

Thank you.

Controlling case in an expression

Posted: Wed Jul 14, 2010 11:07 am
by MikeC
Updating to the latest build isn't an option for me-the software is embedded into a third party application.

Controlling case in an expression

Posted: Thu Jul 15, 2010 2:04 am
by Ivan
Hello,
MikeC wrote:I'd also like to control the case in the expression, making whatever data it pulls in upper case (ToUpperCase). Apparently nesting the expressions doesn't work.
Can you please send us a sample report with data, which reproduces the issue?

Thank you.