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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Y axis dates displayed as numbers instead of Dates

Hello,

I have a line chart. both x and y axis are dates.

I have 6 expressions that calculates dates.

In the number tab, I have set them to be Date format.

Here is the problem:

Only when the select is made in such a way that only first expression is displayed, the Y axis is displayed in date format mm/dd/yy

when i change selections to display from 2 to 5 expressions, dates are displayed as number like 41132 and not dd/mm/yy.

am not sure as why Y axis is displayed as number(41132) instead of date in mm/dd/yy.

Please advise

1 Solution

Accepted Solutions
rahulgupta
Partner - Creator III
Partner - Creator III

Hey hi,

In this case you can use the num() function instead of defining the format in the Number Tab.

Example:


=num(max(Date),'DD/MM/YYYY')


Hope this works...!!

View solution in original post

3 Replies
Not applicable
Author

Hi,

Can you please attach the QVW file

rahulgupta
Partner - Creator III
Partner - Creator III

Hey hi,

In this case you can use the num() function instead of defining the format in the Number Tab.

Example:


=num(max(Date),'DD/MM/YYYY')


Hope this works...!!

Not applicable
Author

Thank you Rahul