Hello, I need to export log records in an ascii format. It would be better in a 'space separated values', but also csv can work.
Anyway, when I click on the button from the web page, and the csv file is created and saved, I can find in it only the records that are actually displayed on the web page, and not all records from my query. Is there a way to create a csv file containing 'all records' from a given query? Thanks.


