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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Is the variable already formatted as date?

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

or

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