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

How to ignore selections in a table

Hello,

I'm using Qlik Sense.  I have a variable to pull the Max of a field YR_MO (vCurrentMonth).   I want to have a table have the data frozen on the most recent YR_MO.  Here is the formula I'm using.   When users are selecting YR_MO for previous months on other sheets, this sheet changes with the selection.  Thanks

Count({<YR_MO={'$(vCurrentMonth)'}>}CTR_NO)

1 Solution

Accepted Solutions
sunny_talwar

What is the expression you use for vCurrentMonth? If you use an expression like this Max(YR_MO), then change it to this

Max({1} YR_MO)

View solution in original post

2 Replies
sunny_talwar

What is the expression you use for vCurrentMonth? If you use an expression like this Max(YR_MO), then change it to this

Max({1} YR_MO)

bebee727
Contributor II
Contributor II
Author

That did it!!  Thankyou.. I've spent the last hour trying to figure it out on my own.  Thanks for your help.