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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

4 Replies
sunny_talwar

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
MVP
MVP

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