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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

assign a Variable

Hi,

i want to set a variable form the expression tab of the text object

Labels (1)
4 Replies
sunny_talwar
MVP
MVP

I am sorry I don't understand the problem you are running into? Can you elaborate? Share a sample with expected output?

Not applicable
Author

As per my understanding, you need set a value from Text object to a variable ?

LET vVariable = <Your test Object Expression> ;

You can also refer the another variables while create new variable like below:

LET vNewVariable = $(vOldVaribale) ;

swuehl
Champion III
Champion III

There are only two ways to define a variable (leaving Macro code asside):

a) In the script, using SET and LET statements

b) In the UI, in dialog Settings - Variable Overview

Not applicable
Author

hi dathu can you please show an example of set a value form textobject to a variable