Skip to main content
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