Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
rajneesh
Contributor II
Contributor II

How to display single column date field in qliksense

Hi Team,

In below filter it is showing multiple same dates. I want display the only single date in the chart.6/8/2022 is repeated 4 times but want show single.

 

rajneesh_0-1659101290911.png

 

Thanks

Rajneesh

 

Labels (2)
2 Replies
PrashantSangle

in your script, use date(floor(datefield)) as datefield.

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
MarcoWedel

your dates are in fact timestamps that just have been formatted to not show the time part.

You could load the date field e.g. like:

LOAD DayName(date) as date
FROM ...