Hide panel bz condition empty string

Stimulsoft Reports.WEB discussion
Post Reply
talexandar
Posts: 8
Joined: Wed Oct 20, 2021 1:13 pm

Hide panel bz condition empty string

Post by talexandar »

Hi,

I can not find condition empty string. there is null value some value etc. But i need to make condition if string is empty no any value, to disable the component.

thx
Alexandar
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Hide panel bz condition empty string

Post by Lech Kulikowski »

Hello,

You can use Expression in the Condition or Enabled property:
value == ""

Thank you.
talexandar
Posts: 8
Joined: Wed Oct 20, 2021 1:13 pm

Re: Hide panel bz condition empty string

Post by talexandar »

THX, it is ok now
talexandar
Posts: 8
Joined: Wed Oct 20, 2021 1:13 pm

Re: Hide panel bz condition empty string

Post by talexandar »

One more question,
Can i comapre two values of two diferent strings, and dependin wich one is biger number to have diferent color.
exapmple i referent value and if secon string is biger then reg+ferent value i would like to have red color for that string value

thx
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Hide panel bz condition empty string

Post by Lech Kulikowski »

Hello,

You can use the necessary expression in the Condition and set the necessary color.

Thank you.
Post Reply