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: 
Annapurna1
Contributor III
Contributor III

Create Month,Date and Day Filter

Hi All,

How to create a filters of (Month, Date and Day) on dashboard using today() function

2 Replies
brunobertels
Master
Master

Hi 

month() , weekday() and date() will do the job 

month(date(today(),'mmm')) 

weekday(today())

date(today(),'DD/MM/YYYY') 

 

canerkan
Partner - Creator III
Partner - Creator III

Hi Annapurna1,

could you clarify your intentions on that? Can you make an example on how your desired ouput has to look like?

Regards,

Can