Do you have any option/api to export to flat view?
like menu under EXPORT , which can lead export to convert data in grid in flat view and export data to excel in flat form (if current view is non flat)
i have coded for this if in case you dont have api existing. am good now .
if you do have api though , kindly share.
Sabby,
You can switch to flat view using API before call export. I think this should solve your problem
Thanks,
Tanya
user doesnt want to have OPTIONS tab in toolbar .
they want classic view only.
Hello Sabby,
Thank you for your question. You can add the new custom button which implements the necessary behavior. Also please note that you have the source code of the toolbar, therefore you can make any changes you need. We suggest you using the following workaround: turn to the flat view using setOptions() and refresh() methods, perform the export using the exportTo() API call then turn back to charts.
Please let us know if it works for you.
Regards,
Dmytro.