Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
QS_
Contributor III
Contributor III

Displaying Dates on Line chart

I'm trying to build a line chart that displays trends by date. I use the following script for the dimension.

=Date(Floor(std),'DD-MM-YY')

The data type for field std is timestamp. It has a time component to it as well.

When I apply a month filter, everything looks fine; only dates are displayed. However when I apply a Week filter, 12:00 am and 12:00 pm are displayed along with the relevant dates on the X-axis.

 

What possible modification do I need to do in order to display date only without time.

Labels (5)
0 Replies