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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Milutin
Partner - Contributor II
Partner - Contributor II

Set Analysis intersection in the same field

Hello everyone,

This is a glimpse of my dataset:

clipboard_image_1.png

I want to make a table within my app with set analysis to show what rows are the same for different months, but in a way that always compares current month with previous month, and also current month with a month before previous month. 

 

Basically I want to see the intersection between months, but since my table is updated monthly, I always need to compare current month with others, and I want to do so without specifically naming every month.

If I need to clarify more, please ask.

Thanks in advance.

Regards,

Milos

Labels (1)
11 Replies
sunny_talwar

Create a table with the first 5 columns as dimensions and use this as an expression

 

=If(Count(Month) > 1, Count(Month))

 

 image.png

sunny_talwar

Posted a QlikView screenshot, but should work the same way in Qlik Sense