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

ignore selection in the given set expression

I am using the set expression to find out "Revenue" at "Latest Year":

=sum({1<Year={'$(=(max(num#(Year))))'}>}Revenue)

Now, I have a list box with a field Year, which is used in above expression too. I want that even if I select any value in that list box (that contains Year), the above expression must not change.

Can you please help?

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=sum({1<Year={'$(=(max({1}num#(Year))))'}>}Revenue)

View solution in original post

1 Reply
MK_QSL
MVP
MVP

=sum({1<Year={'$(=(max({1}num#(Year))))'}>}Revenue)