Sign in to follow this  
dvdutra

Export data from the charts with comma as decimal separator

Recommended Posts

Hi, I'm trying to export the data from the chart using the context menu (to paste in Excel).

<chart...  showExportDataMenuItem='1' exportDataSeparator='{tab}'>

I'm in Brazil and here is used comma as decimal separator, so I'm using the 'decimal option' to read the data from xml and to show the numbers in chart, and it's working perfectly in the chart.

<chart... inDecimalSeparator=',' decimalSeparator=','>

But when I try to use the context menu to copy data from chart and paste in Excel the values comes with dot as decimal separators.

 

Is there any option to configure the "Copy data to clipboard" to export values with comma as decimal separator?

 

Tks!

Share this post


Link to post
Share on other sites

Hi, I'm trying to export the data from the chart using the context menu (to paste in Excel).

<chart...  showExportDataMenuItem='1' exportDataSeparator='{tab}'>

I'm in Brazil and here is used comma as decimal separator, so I'm using the 'decimal option' to read the data from xml and to show the numbers in chart, and it's working perfectly in the chart.

<chart... inDecimalSeparator=',' decimalSeparator=','>

But when I try to use the context menu to copy data from chart and paste in Excel the values comes with dot as decimal separators.

 

Is there any option to configure the "Copy data to clipboard" to export values with comma as decimal separator?

 

Tks!

Hi,

 

Currently we do not have any alternative to configure the copying options to export values with "comma" as the decimal separator, as it is taken automatically by the internal code. :(

Share this post


Link to post
Share on other sites

Thanks for the reply.

 

Can this topic be moved to "Suggestions & Requests" ? This limitation pretty much cripples "right-click export" to all coutries that use comma as decimal separator.

 

Tks!

Share this post


Link to post
Share on other sites

Thanks for the reply.

 

Can this topic be moved to "Suggestions & Requests" ? This limitation pretty much cripples "right-click export" to all coutries that use comma as decimal separator.

 

Tks!

Hi,

 

Yes, we have made a note of the same and shall update it in our wishlist, for feasibility analysis.

 

Thank you for your continued patience.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this