Controlling case in an expression

Stimulsoft Reports.NET discussion
Post Reply
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Controlling case in an expression

Post 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.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Controlling case in an expression

Post 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.
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Controlling case in an expression

Post by MikeC »

Updating to the latest build isn't an option for me-the software is embedded into a third party application.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Controlling case in an expression

Post 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.
Post Reply