REPORT to save a FILE as CSV with SLICE

I have created a report that will save a file as a CSV. The table selected is a slice, but when the report is saved, it saves all the data in the table and not just the filtered data. What am I doing wrong?


Solved Solved
0 6 489
  • UX
1 ACCEPTED SOLUTION

Hi Connie,

Tyโ€™s is correct that the template we generate should be referring to the slice name you specified. There is a bug that is preventing this from working correctly.

You can manually edit the system generated template to circumvent the bug. As Ty said, you can replace the system generated <<Start>> expression in the template with:

<<Start:FILTER(YourSliceName, true)>>

I have updated the article to provide step by step instructions for editing the template. See topic โ€œEditing the Templateโ€ in this article https://help.appsheet.com/en/articles/3354859-csv-email-templates

View solution in original post

6 REPLIES 6
Top Labels in this Space