Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
geetha_n
Contributor III
Contributor III

I have an Expression name by variable, I have to use that Expression label in other expressions, Is there any method to solve this issue.?

Example:

Set vLabel_1='Monthy OIT'; //loaded in script side

I'm Using =vLabel_1, as Label for Expression_1, I have to use the Expression Label 1 in another Expression_2.

Thank you.:)

1 Solution

Accepted Solutions
marcus_sommer

Maybe with: [$(vLabel_1)]

- Marcus

View solution in original post

3 Replies
marcus_sommer

Maybe with: [$(vLabel_1)]

- Marcus

geetha_n
Contributor III
Contributor III
Author

Thanks a lot. It's Working. But a red line in formula.

marcus_sommer

If it's worked you could just ignore the syntax-checker which does not evaluate variables.

- Marcus