Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Function Today()

Hi Everbody

I'm new to qliksense and I have a problem about Today function.

Ekran Alıntısı2.PNG

In this image my filter is Date ,it was work correctly and all of information is filtered by this ,

Ekran Alıntısı1.PNG

But second image; this not worked or other information is not filtered by date. Anyone can help me about this problem please ?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a calculated dimension in a filter box like

If( Daystart(DateField) = Today(), 'Today')

View solution in original post

5 Replies
swuehl
MVP
MVP

Not sure what you want to achieve with the Today() function, or how you want to use the date field here.

Today() with a timer mode argument will basically return today's date, can you elaborate how you want to link your date field to today?

Not applicable
Author

Hi Stefan

Thanks for your reply , I want to add a selection button but this button is include only today. So the name of button is like a 'Today Button'.

swuehl
MVP
MVP

Try a calculated dimension in a filter box like

If( Daystart(DateField) = Today(), 'Today')

rupamjyotidas
Specialist
Specialist

You would probably need to link the Today() to date field using Action button.

Not applicable
Author

Thanks a lot , Stefan.