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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Months not displaying correctly in bar chart

Hi,

I have a simple chart that I'm attempting to create that will show the Total Number of Sales per month.

I have one spreadsheet that I have imported into my Qlikview application, I have the Sale Dates listed as 'Jan-09', 'Feb-09', 'Mar-09'… and so on. (see attached graphic)


error loading image

When I created a bar chart, the months (listed on the x-axis of the bar chart) are listed as numbers (i.e. 39814, 39912, etc.)

Would anyone know why they are not displaying correctly?

Any insight would be highly appreciated. I have a feeling that it's a very simple fix, but for some reason I'm having an issue.

Thanks.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Or, simply format the dimension in the Number tab in chart properties. You can use MMM-YY to get JAn-09.

View solution in original post

7 Replies
Not applicable
Author

It looks like it is picking up the integer date values from Excel. Try this in your LOAD statement:

date([Open Date], 'mm/dd/yyyy')

Sue

Anonymous
Not applicable
Author

Or, simply format the dimension in the Number tab in chart properties. You can use MMM-YY to get JAn-09.

Not applicable
Author

I thought the Number tab only let you modify the format of Expressions, not Dimensions?

Anonymous
Not applicable
Author

Sue,
I think you're right. Dimesions can be formatted in the Document properties, Number tab.
Thanks

Not applicable
Author

Ooooh, I was not aware of that! (Learn something new every day and occasionally two things!) Cool

Thank you!!!

Sue

Anonymous
Not applicable
Author

"Learn something new every day and occasionally two things!" - so do I Big Smile

Not applicable
Author

Excellent! This worked perfectly. Thank you SO much for your help.