Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
We are using Show/Hide extension in one of our visualization. GitHub link of extension is same is: https://github.com/fadyheiba/ShowHide/tree/master/FEI-ShowHide. We are facing issue when trying to export data.
How Extension Works:
In this extension we are using master items Product Sales Table( Fields: Product,CY Sales,LY Sales) and Customer Sales Table( Fields: Customer,CY Sales,LY Sales). Initially only Product Sales table is shown. On selection of any product ,Customer Sales table with corresponding entries is shown and Product Sales table is set as hidden. Condition applied for this is : =If(GetSelectedCount([Line Desc 1]),1,0)
Issue:
When we try to export data it gives error as "There is no data to export. Please make sure the data in your visualization is correct".
Please guide me as to how I can make export functionality work for this extension.
Hello,
I am also experiencing the same issue when the show/hide extension.
Is there a solution which will enable the export to Excel.
Thank You,
I'm getting this error as well. Has anyone been able to figure this one out yet?
Hi,
I ran into the same problem with show/hide extension. Has anyone resolved this export issue ??
Thank you
Any solution yet?
There is an 'export button' (attached screenshot below)
I found out the export to excel works fine.
(Try to export few rows)
The only disadvantage is when you want to export a lot of rows, there is no sign that shows you 'the export is in process' (this is the moment you thinking "the export to excel is not working" 🤔),
but if you waiting patiently, the export will work after a few minutes.