Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have quite big expression in textbox and I would like to see this textbox only if this expression is different from 0.
I would not like to copy this formula to condition and add <>0 at the end.
Is there a way to do this without doing all the calculation again in condition field?
Cheeers
Hi Karolina,
you could put the expression in a variable and then check against this variable in the condition field and replace the expression in the textbox by this variable.
Cheers,
Fabian
yeah, i even forgot i use there variable vCalculation not $(vCalculation)
however i'm still curious if text field in textbox has name and can be used similar to column(x) in charts