Page 1 of 1

Hide panel bz condition empty string

Posted: Fri Dec 17, 2021 11:20 am
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

Re: Hide panel bz condition empty string

Posted: Sat Dec 18, 2021 9:43 am
by Lech Kulikowski
Hello,

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

Thank you.

Re: Hide panel bz condition empty string

Posted: Mon Dec 20, 2021 5:08 pm
by talexandar
THX, it is ok now

Re: Hide panel bz condition empty string

Posted: Mon Dec 20, 2021 6:54 pm
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

Re: Hide panel bz condition empty string

Posted: Mon Dec 20, 2021 10:06 pm
by Lech Kulikowski
Hello,

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

Thank you.