Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
can i know how to use a the value for a variable i got from an input field object and use it in some form of calculation.
Just use it in its native form, i.e. the name of the variable when you set it up (let's assume you variable name is NewVar).
If it is a number you could create an expression like =Sum(FieldValue) * NewVar
If it is a text variable then you could create an expression like =IF(NewVar='Value',Sum(a),Sum(b))
Hope it helps,
Just use it in its native form, i.e. the name of the variable when you set it up (let's assume you variable name is NewVar).
If it is a number you could create an expression like =Sum(FieldValue) * NewVar
If it is a text variable then you could create an expression like =IF(NewVar='Value',Sum(a),Sum(b))
Hope it helps,