Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Remove date timestamp

Hi all,

May i have the way of removing date timestamp from chart?

Capture.PNG

Data is as follow

Capture1.PNG

Data source in excel as follow

Capture2.PNG

7 Replies
isorinrusu
Partner - Creator III
Partner - Creator III

You can try this either in the Script (recommended) or when using the dimension:

Dimension:

=Date(floor("Date"))

Script:

Date(floor("Date"))        as YourDate

Regards,

Sorin

Anonymous
Not applicable
Author

Script is not usable in my environment, as it needs to be used by management. and the solution is also not workable

YoussefBelloum
Champion
Champion

Hi

replace your Date dimension with this:

=Date(Timestamp#(Date,'M/DD/YYYY hh:mm TT'))

mikaelsc
Specialist
Specialist

remove the continuous axis property (set it to "No")

Anonymous
Not applicable
Author

Just as update, none of suggested answer is working. I'm still trying to solve.

PrashantSangle

can you show us output of your expression after putting it into calculated field..???

Date(Floor(Date),'M/DD/YYYY')

If possible share your sample app.

Regards,

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 🙂
eduardo_dimperio
Specialist II
Specialist II

Date(Floor(YOUR_FIELD))