Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a chart with a large number of rows (65,000) and when trying to export it to excel can take 5-10 minutes.
Is there a way to display the export option using a condition (for example, only if number of rows < 10000 or if specific field was selected)?
thanks,
Karin
You could hide the icon by making two copies of the chart and display them conditionally to show the icon when < 10000 and switch when the count > 10000 to the copy without the icon.
This will however not prevent users exporting via a right click,
You could hide the icon by making two copies of the chart and display them conditionally to show the icon when < 10000 and switch when the count > 10000 to the copy without the icon.
This will however not prevent users exporting via a right click,
Good idea, Thanks.