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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ernoszini
Contributor
Contributor

filter panel - with a filtering ecuation

 

Hi ! hello every body !!

I'm new here, so please forgive any mistakes in advance!

Im starting with some dashboards in qliksense, and I'm fighting with the next topic ... The table that I show, has as fields, a mail code, then there are 12 columns (1 for each month of the year), indicating a 1 if the person entered a web page in that month, 0 if he did not). How can I build a filtering panel that allows me to select the people "who have entered at least N months on that page"? (in principle, any N months, later I will think about how to get to M consecutive months!)

thank you very much !!!

Screen Shot 01-25-19 at 01.53 PM.PNG

Labels (3)
2 Replies
dwforest
Specialist II
Specialist II

i load script add a column to total the 12, then filter would be any value over N.
ernoszini
Contributor
Contributor
Author

Hi, thanks for the prompt response. This is how I have it until now, but that gives me back the users who entered exactly N months.

I can not get back "at least 5 months". Example. The column of the attached file, "cantidad", adds the number of months with a "1", and I used  that column for the filter panel.

If I select 5, I see that the user "walther.8090" entered exactly 5 different months. But if I select 4, that user no longer appears, and according to the query I want to make, it should appear ...

Screen Shot 01-25-19 at 04.17 PM.PNG

so, to see "walhter.8090" on the list, I have to select 4 AND 5 togheter ...

 

Screen Shot 01-25-19 at 04.20 PM.PNG