Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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)