Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change variable dynamically (variable variable)

Hi all,

is it possible to do something like this in a formula field of an object?...:

$(myVar) = 99;

if(  $(myVar) = 99, 'okay', 'not okay'  )

- another example (textbox-formula) -

$(myVar) = 99;

=$(myVar)

thanks,

jup

10 Replies
Not applicable
Author

hi,

instead of if() staments u can use match(), wildmatch() functions...

vivek