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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
raju_r
Contributor
Contributor

to get month name in filter pane

how to get month names in filter when  data exist.if no data month name should not appear.for exam future month name should not appear

Labels (1)
3 Replies
Aditya_Chitale
Specialist
Specialist

something like this ?

Aggr(only({<date_field={"<=$(=date(today(),'M/DD/YYYY'))"}>}date_field),date_field)

Regards,

Aditya

tresB
Champion III
Champion III

One simplerer solution could be - load dates only from your fact tables

vinieme12
Champion III
Champion III

as below

=Aggr(only({<date_field={"=sum(sales)>0"}>}date_field),date_field)

 

replace   "=sum(sales)>0" with a measure that verifies data exists

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.