Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using a variable in set analysis

I cannot get the following expression, using set analysis, to work.  It is a chart expression that needs to show Reserves >= an amount contianed in the variable vReserve.

Sum ({$<[Current Claim Reserve] = {$('>=vReserve')}>} [Accident Counter])

1 Solution

Accepted Solutions
Not applicable
Author

the expression is

Sum ({$<[Current Claim Reserve] = {">=$(vReserve)"}>} [Accident Counter])

sorry.

View solution in original post

1 Reply
Not applicable
Author

the expression is

Sum ({$<[Current Claim Reserve] = {">=$(vReserve)"}>} [Accident Counter])

sorry.