Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everbody
I'm new to qliksense and I have a problem about Today function.
In this image my filter is Date ,it was work correctly and all of information is filtered by this ,
But second image; this not worked or other information is not filtered by date. Anyone can help me about this problem please ?
Try a calculated dimension in a filter box like
If( Daystart(DateField) = Today(), 'Today')
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?
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'.
Try a calculated dimension in a filter box like
If( Daystart(DateField) = Today(), 'Today')
You would probably need to link the Today() to date field using Action button.
Thanks a lot , Stefan.