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

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)