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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try without $ expansion like: =v1

View solution in original post

1 Reply
tresB
Champion III
Champion III

Try without $ expansion like: =v1