I have a scenario where I need to extract the read-only grid data into excel.
For example,
I have a read-only grid with 5 columns. For the grid data, I have applied the "multiple drop down" field for the 3 columns and I'm filtering the data. Say, I have 1000 data in my read-only grid, out of which I have now filtered only 500 row data. Now my grid displays 500 data. How to extract these 500 row data alone into excel.
I don't use record type, (so ruling out the default export to excel option available in record type).
I want the dynamically filtered 500 rows into an excel. Please suggest how I can achieve this?
Thanks in advance!
Discussion posts and replies are publicly visible
Typically, we end up achieving this by using use docs.appian.com/.../Export_To_Excel_Smart_Service.html in a process or smart service function started by an appropriate link on your grid UI.
The Excel Tools plugin has some export capabilities as well that are useful.
I couldnt access the above doc link. It says page does not exist.