i want to design workflow using quick form node
where user will select a date and get data in row and column formate (raw data)
so that they can download data in csv format
how to do it ?
i want to design workflow using quick form node
where user will select a date and get data in row and column formate (raw data)
so that they can download data in csv format
how to do it ?
Hi!
You would need to use a Date&Time Input node for the date selection, a Date&Time-based Row Filter node for the filtering, a Table View (JavaScript) node to display the data they have filtered for and a Data to Report node to move the data to the Report Designer. There you would need to create a simple table report, which then (depending on your Server’s settings) your users would be able to download in different formats once the workflow on the WebPortal has executed.
Chrs,
mM
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.