Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have staright tables, charts, etc etc present in my UI, now user is asking me to add some more columns and export to excel,User requirement is - he wants to see the data in excel format whiche we have added new coluns, but while in UI he doenst want to see those columns , is there any possibility to do so?
Make a second charts with the added columns and hide it.
Create a button for the user that exports the hidden chart.
Might be you need to work some roaming like
1) Create whatever client required - Columns
2) Then, Send it to excel . Then show that data into Excel
3) But, After sending the data Disable the Expression.
4) You will get the result as per user requirement
Hope this help ful