Skip to main content
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

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

See Dollar Expansion in the manuals and help file.

Not applicable
Author