Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
kmmqlick
Contributor III
Contributor III

QlikSense Advance Filters

Hi All,

I am having issues with filter selection. I am giving details in the following images. Please help to resolve the problem. I am having  following fields in the table Customer, sales and InvoiceDate.

 

Problem: when Daily is selected ->Year selected----> Getting values in Table. But MonthYear selected after Year not getting PY-Sales values.All expression are shown in the below images.

Thanks in Advance.

 

Labels (1)
1 Solution

Accepted Solutions
GaryGiles
Specialist
Specialist

Try this for you PYSales Expression:
Sum({<Year={$(vPY)},MonthYear=,Month={$(=concat(Distinct chr(39)&Month&chr(39),','))}>} Sales)

You may need to make some adjustments based of what other field might be filtered or used as dimensions.

View solution in original post

2 Replies
GaryGiles
Specialist
Specialist

Try this for you PYSales Expression:
Sum({<Year={$(vPY)},MonthYear=,Month={$(=concat(Distinct chr(39)&Month&chr(39),','))}>} Sales)

You may need to make some adjustments based of what other field might be filtered or used as dimensions.

kmmqlick
Contributor III
Contributor III
Author

ThankYou GaryGlies.It is working