ontarget
Active Member
I just found this updated wiki
fabrikar.com
Lets say I have a menu that loads a list and has filters showing.
The user selects some filters on the list.
I then want to use the no dialog method to allow the user to export the filtered CSV data
If i can get this working it will save me having to make copies of the same list which require different CSV export settings.

Export to CSV without using dialog
To customise the CSV export without user dialog compose a URL index.php?option=com_fabrik&view=list&listid=listid&format=csv&download=1 You can append parameters to the URL to alter the output of the CSV file. These correspond with the settings located on the export CSV dialog box: incraw=0...

The user selects some filters on the list.
I then want to use the no dialog method to allow the user to export the filtered CSV data
- incfilters=0 or 1
If i can get this working it will save me having to make copies of the same list which require different CSV export settings.