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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
jeanique
Contributor
Contributor

Overlapping dates

Hi all

I am working on public holidays in different countries and I need to create a chart or table showing the overlapping dates for each country. So basically I have countries and a set of public holiday dates, I need to show the dates on which the countries share a public holiday. So for example:

Country               PublicHolidayDate

South Africa        1 Apr

South Africa        4 Apr

Japan                 1 Apr

Japan                 6 Apr

Australia             1 Apr

Australia             30 Apr


(I need to thus create a chart/table showing the overlapping date (1 Apr) and count the countries that share that date)


Displaying this table:


Number of countries      PublicHolidayDate

3                                     1 Apr

1                                     4 Apr

1                                     6 Apr

1                                    30 Apr

Any help would be highly appreciated

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

6 Replies
sunny_talwar
MVP
MVP

This?

Capture.PNG

Kushal_Chawda
MVP
MVP

Create the Straight Table

Dimension: PublicHolidayDate

Expression:

Count(Country)

jeanique
Contributor
Contributor
Author

Thanks it seemed to work

Anonymous
Not applicable

to expression Count(Country) and in dimension take the Date column

Anonymous
Not applicable

to expression Count(Country) and in dimension take the Date column

Kushal_Chawda
MVP
MVP

Please close the thread by marking correct or helpful answer