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: 
salezian
Creator
Creator

Strange dimension formatting

Dear Qlik Community,

I'm playing with Qlik Sense Cloud. I found something strange: I'm using month-year dimension formatted as MMM-YYYY. In the straight table everything works fine - format of the date is preserved. But when I create line chart format is lost and it's something like this 2017-03-02 00:00. Please take a look at the following picture:

QlikSense.jpg

Is there any way to fix it ?

BR

M.

2 Replies
niclaz79
Partner - Creator III
Partner - Creator III

Hi Marcin,

Have you tried putting a floor(month-year) as month-year in the script?

You should also be able to put a date(month-year,'MMM-YYYY') as the dimension.

salezian
Creator
Creator
Author

I've tried. Simply it doesn't work.