Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Question on export to excel with the view dropdown selection

Hi,

We want to export a Listview to excel and we can't use the default export to excel function.  The reason is that we want to show only 3 columns on the Listview but we want to have 10 other columns on the excel.

We tried to use a custom actions to create the excel.  However, the action inside the custom actions will loop through each record on the Listview and execute.  We only want to have 1 excel file for all the records.

Therefore, we want to read the view dropdown selection and export the view to excel.

is it possible?