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
Controlling case in an expression
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.
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
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
Hello,
Thank you.
Can you please send us a sample report with data, which reproduces the issue?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.
Thank you.