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: 
Giwa_Temitopoluwa
Contributor
Contributor

bar chart

I added a date field in my bar chart dimension field but it returned the date field in a decimal number...anyone had issues,if yes,how did you fix it?

Labels (1)
1 Reply
Jobson_joseph
Contributor II
Contributor II

in the load script convert the date field using date(floor()) function.

like; date(floor(datefield),'MM/DD/YYYY') as datefield