is there a way to append a query when exporting in the list page, for example.
in the master listpage I want to export to excel master data along with the details when exported. if possible, is there a hint? thank you
The Master/Detail List page supports Export to Excel.
You may simply try this from demo project in your localhost for PHPMaker v2021 via this link (for example): orderdetailslist?showmaster=orders&fk_OrderID=11078
ok thanks but i use php maker 2020.
is there? and to export the excel example in what file? thank you
For v2020, try: orderdetailslist.php?showmaster=orders&fk_OrderID=11078
ok thanks, but I mean on the master page when exporting Excel, the details are exported to Excel, is there an example to make it like this? thanks