Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
paulosilva
Contributor II
Contributor II

Set actual date or current date on filter

Hi, I know that use the function today() show the actual date, but I need that my filter show day per day ever showing actual date or current date, bettering my question, How set filter to show the actual date to my data set. I use QlikSense.

 

can you help with this question ?

Labels (1)
1 Solution

Accepted Solutions
raghuchowdary
Contributor II
Contributor II

Add an additional column in your master calendar for today().

 

if(date(Cal_date)=today(),'Today') as Current_date,

you can use this field in the front end in the filter pane or use toggle button, also you can add as many day as you want in this column if loop.

Or use date Range Picker extension.

View solution in original post

2 Replies
Vegar
MVP
MVP

Could you please to explain what you are trying to do with other words or examples? I don't really understand what what you are struggling to do.

-Vegar

raghuchowdary
Contributor II
Contributor II

Add an additional column in your master calendar for today().

 

if(date(Cal_date)=today(),'Today') as Current_date,

you can use this field in the front end in the filter pane or use toggle button, also you can add as many day as you want in this column if loop.

Or use date Range Picker extension.