Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I am trying to write an if statement in a text box using a value from another text box. Is this possible, and if so, how can I do this?
Can you show an example of what exactly you are doing? Where you having issue? You can just use the same expr in your other textbox using IF(yourexprfromother textobject, ...., ....) somthing like this.
However, why don't you use variable to store this first textobject expr and use this variable in your 2nd textobject.
Can you also provide your exact requirement please?
Can you show an example of what exactly you are doing? Where you having issue? You can just use the same expr in your other textbox using IF(yourexprfromother textobject, ...., ....) somthing like this.
However, why don't you use variable to store this first textobject expr and use this variable in your 2nd textobject.
Can you also provide your exact requirement please?
You can create your Variable base on that you can calculate in second object. For example,
You have variable called Variable1 = Sum(Sales)
And second object you call it as If($(Variable1)>100, 'More than 100', 'Else')
you could easily reference it with variables than directly accessing text values from another textbox