
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Date format in a chart
Hello everyone, does anyone know where I can set the date field on a graph?
I have two app with the same data, same script however in one case it brings me the dates in one format while in the other it does not.
I can not find how to make the date DD / MM / YYYY format, and probe editing the field from the dimension but it did not work.
Thanks in advance
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or in the script just add like
Date(Yourdatefield, 'DD/MM/YYYY')

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the date is already formatted from the script and the dimension does not show it in the configuration of the number tab. I tried doing it from the edition of the dimension, date (DATE, 'DD / MM / YYYY'), the drawback was that the graphic has a continuous axis and that made the date appear in numerical format.
you have to mark continuous axis and date format.
thanks vishaggi!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or in the script just add like
Date(Yourdatefield, 'DD/MM/YYYY')

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the date is already formatted from the script and the dimension does not show it in the configuration of the number tab. I tried doing it from the edition of the dimension, date (DATE, 'DD / MM / YYYY'), the drawback was that the graphic has a continuous axis and that made the date appear in numerical format.
you have to mark continuous axis and date format.
thanks vishaggi!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use a Calculated Dimension: Date(your_field), just this, without format
Regards,
ACC
