Hi,
This is a tentative to solve the "Is it possible to export a list results to CSV"
On one hand, I have written a time ago some code that will export any SQL statement to Excel: simple, I just have now to give it the SQL statement (some extensions does it also).
On the other hand, the advanced users will create lists in backend.
CB Lists offers a nice way to build a query.
These same users not only want to see the list in the frontend, but would like to be able to export it to CSV simply by clicking a button/link on top of the list.
Hence my question : is there an event in the process of showing the list's results in the frontend which will give access to the very query builded and used by CB?
CBJuice is not an option here : my users want to export the list's results they are looking at.