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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

When using {1} How do i make it respect some filters?

I am using this basic statement to get a rate for an entire region regardless of other selections
Sum
({1}CMSindx)/ Sum({1}CMSpop)
the problem is that i want the filter for date to apply I have tried everything and can't seem to make it work
would really appreciate some help.
1 Solution

Accepted Solutions
swuehl
MVP
MVP

If you want to clear all selection except e.g. Date field selections, I think you could use this:

= sum({1<Date=p(Date) >} CMSindx)  / Sum({1<Date=p(Date) >} CMSpop)

Regards,

Stefan

View solution in original post

1 Reply
swuehl
MVP
MVP

If you want to clear all selection except e.g. Date field selections, I think you could use this:

= sum({1<Date=p(Date) >} CMSindx)  / Sum({1<Date=p(Date) >} CMSpop)

Regards,

Stefan