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: 
Not applicable

Equal sign in expressions.

Hi QV Experts,

In our application mention number of expressions uses equal sign.

sum({<Year={'$(=Max(Year)-1)'},Month={'$(=Maxstring(Month))'},Date={'$(=max(Date))'}>}CTS_QTY)

In usually equal sign conversion (transportation) only used correct?

For Ex, Date#,Num# or text objects. if I am understand wrong, please excuse.

Regards,

Raja.

1 Solution

Accepted Solutions
2 Replies
Colin-Albert
Partner - Champion
Partner - Champion

$(= ) tells QlikView to evaluate the expression that follows the equals sign.

See Dollar Expansion in the manuals and help file.

Not applicable
Author