This topic is locked
[SOLVED]

 How to Add Top Row to Export Page for CSV

8/8/2019 6:58:40 PM
PHPRunner General questions
E
excalibur author

We need to add 2 static data rows to the top of a custom view page for export in a csv format. We can use HTML to have the data show on the List page, however, we have nout found a way to add to export page wherthe added rows are exported to csv. Thanks in advance!

jadachDevClub member 8/8/2019

You can create a union in your database and then use that union as the data source of the custom view.

E
excalibur author 8/9/2019



You can create a union in your database and then use that union as the data source of the custom view.


That worked! Thank you.