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: 
SonPhanHumanIT
Contributor III
Contributor III

Tagging Variables in Script

Hi Qlik-Experts,

is it possible to tag variables via script editor?

SonPhanHumanIT_0-1682681515394.png

Best regards Son

Labels (1)
1 Solution

Accepted Solutions
Sabrina_V
Partner - Creator II
Partner - Creator II

Unfortunately, I don't thinks it's possible. See here

View solution in original post

4 Replies
Chanty4u
MVP
MVP

Yes u can try below 

LET vSales = Sum(Sales);

TAG vSales with Sales, Metrics;

 

SonPhanHumanIT
Contributor III
Contributor III
Author

Hi Thank you for your solution.

 

Unfortunately, their is no TAG with this method:

SonPhanHumanIT_0-1683010674527.png

 

 

Sabrina_V
Partner - Creator II
Partner - Creator II

Unfortunately, I don't thinks it's possible. See here