export custom data into excel file

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

Parents
  • 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.

Reply
  • 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.

Children