21
Views
3
Comments
Solved
Create Excel spreadsheet based on a date range
Application Type
Reactive

USECASE:  there is an orders table with dates of each order, how do i generate a excel spreadsheet with order details based on a date range selected by the user along with two extra fields.

2021-06-02 20-50-04
Márcio Carvalho
Solution

The problem is, that you are not creating and displaying the data through the input and you will need an output with the binary data to download.

The Download order is the output that will be the binary data that you will use to download the file

Then, you will need just to retrieve the binary data to the output



You call the server action on the end user module, you use the binary output to download with the download widget.


Let me know if I could help you

Kind regards,

Márcio

2021-06-02 20-50-04
Márcio Carvalho

Hello! Can you share the OML?

Kind regards,

Márcio

UserImage.jpg
Anna Dwarika

sure np

CBO.zip
2021-06-02 20-50-04
Márcio Carvalho
Solution

The problem is, that you are not creating and displaying the data through the input and you will need an output with the binary data to download.

The Download order is the output that will be the binary data that you will use to download the file

Then, you will need just to retrieve the binary data to the output



You call the server action on the end user module, you use the binary output to download with the download widget.


Let me know if I could help you

Kind regards,

Márcio

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.