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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sheetal
Contributor II
Contributor II

Selective displaying of column values

Hello

I have the following table. The date dimension is [startdate.autoCalendar.YearMonth]

Date             Total Attendees       Credits

2018-Sep           200                        1184

2018-Oct           200                        1184

2018-Nov           200                        1184

2018-Dec           200                        1184

I only want to display the data if the month is Sep or Oct. The month column which needs to be compared is called [startdate.autoCalendar.Month]

How can I do that? Can someone please help. Thanks.

Sheetal

 

Labels (1)
1 Reply
siddharth_s3
Partner - Creator II
Partner - Creator II

Have you connected these 2 tables? If not, please do connect associate them.

Since it's a master calendar, I think it has other columns too. Try this perhaps. Replace SomeOtherColumnInMasterCalendar  with any other column in your master calendar table

 

AGGR(ONLY({<SomeOtherColumnInMasterCalendar = {*}>}Date),Date)