When trying to export a chart that contains the following values (X is a date column formatted as "d/mm/yyyy").
X Y
31/08/2009 7.58
1/09/2009 7.75
2/09/2009 4.16
The dates in the excel file are saved as
X Y
40056 7.58
40057 7.75
40058 4.16
When trying to set a format for the values using the chart editor it tries to export all values using the Value Format (d/mm/yyyy) that I selected. Using the Numeric Format dialog that displays and selecting the DateTime radio button. An error occurs when saving to Excel because it is using the Value Format to format the Y column.
Why isn't there a Value Format available for each Axis (or series even).
Export to Excel and Dates
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Export to Excel and Dates
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Export to Excel and Dates
Is it possible to get this as a feature request then. If I have a date specified in my series, then it should be exported as a string representation of the date, just as it is displayed on the chart.
I've made the changes myself, however we don't like making changes to third party code unless we really have to.
I've made the changes myself, however we don't like making changes to third party code unless we really have to.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Export to Excel and Dates
Hi JNorth,
I'm afraid it's unlikely as those values are internally stored as double values. I think the easiest way to achieve that would be adding DateTime labels to series points and export those labels too.
I'm afraid it's unlikely as those values are internally stored as double values. I think the easiest way to achieve that would be adding DateTime labels to series points and export those labels too.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |