Hello,
I am trying to export an aggregate list to excel. I want to maintain my own specific sequence of columns in the downloaded excel. How can I achieve it?
Thanks in advance.
Hi Neha,
I will try to explain it with an example. Suppose that I want to export the information about all the Users.
On the aggregate the information comes as following:
Age Name Surname
But I want to export to excel with the columns:
Name Surname Age
To achieve that, I do the following steps:
Hope it helps
Best Regards!
Hi,
please check this document, you will find all information: How to Export Entity Data to Excel
Cheers
You can select the attributes you want in your excel to be downloaded. See the screenshot below.
Hope that helps.
Changalrao Bairaboyana wrote:
Hi Changalrao, I don't quite seem to have the Record List To Excel action available in my side bar. Could you advise? Thanks!
Record List to Excel or Excel to Record List nodes are available only in the server actions.
If you are working on Reactive applications, most probably you might be trying to add those nodes in Screen action which is a client side action.
To achieve this, create a server action in logic tab with relevant input parameters and you can use those nodes for your case.
Hope this helps.
How can I get the Download widget appears on this screenshot?
Hi Yaron
You wake up an old discussion from more than a year ago.
It would be better to start a new discussion. That way, if someone replies with a solution, you can mark it as such.
In this forge component Advanced Excel you will find some different features, about export to excel.
hi All,
I can't see "Exportlist to Excel" widget in toolbox. I am using reactive web app.
Any reason?
Thanks,
Jaydeep
Jaydeep Kadam wrote:
Hi Jaydeep,
It is because the RecordListToExcel and ExcelToRecordList action flow node is only available within the Server action flow and in the Reactive web application within the screen scope you might be dealing with the client action which doesn't have the ExcelToRecordList and RecordListToExcel action flow node.
Hope this helps you!
Regards,
Benjith Sam