Hi there,
I need to export data to an excel file shown below. I know it's easy to use "Export Data Store Entity to Excel" smart service to export the material list at the bottom, but could anyone know how to combine the upper and bottom parts together to export to an excel file?
regards,
L
Discussion posts and replies are publicly visible
Unfortunately, the "Export Data Store Entity to Excel" smart service does not support customizing the structure of the Excel output file directly. It primarily exports the data as-is from the data store entity.
However, By modifying the underlying view or table to include all the necessary data, you can ensure that the exported Excel file contains the combined information you need.
thanks for the information. you mean changing it like this?
Yes..
Export Data Store Entity to Excel will allow you to export without the filter criteria.
The screenshot mentioned in your query is the default behavior of the record type export to excel functionality, which include the filter criteria in the top.
sorry, not really sure what you talked here.