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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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

tresesco
MVP
MVP

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.