Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dates in DD-MMM-YY format rather than Number

I have attached the simple qvw file and I am trying it to show date in x- axis in 'DD-MMM-YY' form rather than number. And i want it to be continuous variable. Is there a way to format the x- axis field to show the date in regular format keeping everything the same?

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

Yes - go to the number tab of the chart properties. Select the 'continuous x axis  field and change the format to date. Edit the date pattern to DD-MMM-YY on the right.

View solution in original post

4 Replies
JonnyPoole
Former Employee
Former Employee

Yes - go to the number tab of the chart properties. Select the 'continuous x axis  field and change the format to date. Edit the date pattern to DD-MMM-YY on the right.

Not applicable
Author

Hi,

Try to change it in the calculated dimension

date(yourdate,'DD-MMM-YY')

Not applicable
Author

I tried this but it didn't work. Thanks for the reply

Not applicable
Author

It works. Thanks for the reply.