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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Variable as Condition into an Expression

Hello,

I would like to use a variable as a condition into a set expression.

My variable is: Last_Update_Projection

My Field: AsOf_E

There are Date value.

How can i do that please ?

Sébastien.

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

Is the variable already formatted as date?

{<AsOf_E = {"$(=Last_Update_Projection)"}>}

or

{<AsOf_E = {"$(=$(Last_Update_Projection))"}>}