Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jeckstein
Partner - Creator
Partner - Creator

Switch this expression to not be influenced by selections

I have the following expression

          Count ({<MonthYear = {'$(=Max(MonthYear))'} >} OrderID)

I just want it to not be influenced by any selection I make.

Thanks,

Jimmy

1 Reply
sunny_talwar

May be this:

Count({1<MonthYear = {'$(=Max({1}MonthYear))'} >} OrderID)