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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Marcushenriquesk

Truncate date in dimension field in dashboard bundle sheets.

Hello, Attached are two images of my issue. You can see in the bar graph I am trying to create the dimension field for each bar is in MM/dd/yyyy hh24:mi:ss TT, Although I can truncate the dates using 'timestamp('Field_name', 'MM/DD/yyyy')'  the data doesn't reflect that and seems more like a label change. I want to be able to show the count of 'ACC_ID' per day .

2 Replies
MayilVahanan

HI

Try like below in script and use in front end

Date(Floor(Field_name), 'MM/DD/yyyy') as DateField

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Marcushenriquesk
Author

Thank you! this worked.