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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Variable as label in an expression

Hi Friends

I have following variable in my data load script

Let v1=Date(Makedate(2017,12,01),'MMM-YYYY') ;   result   Dec-2017

When I try to use this variable as label in my expression it shows blank value. I put the table as follows

=$(v1)

Pls help me to get it corrected.

Screenshot_1.png

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try without $ expansion like: =v1

View solution in original post

1 Reply
tresesco
MVP
MVP

Try without $ expansion like: =v1