Export only selected records

dimoss

Well-Known Member
Hi

I know how the export filtered lists in csv but what I miss is how to export only selected records.
Can anyone give an advice?
Thanks.
 
By "selected records", do you mean selected with the checkbox on rows?

If so, no, that's not a feature.

-- hugh
 
You can run CSV export "manually" with a URL like
index.php?option=com_fabrik&view=list&listid=13&resetfilters=0&incraw=0&incfilters=1&csv_export_step=2000&excel=1
&download=1&format=csv

I didn't try but maybe it's possible to combine
a list php plugin (to get the selected records' ids)
and then redirecting to the CSV export of the URL filtered list
something like
index.php?option=com_fabrik&view=list&listid=13&resetfilters=0&incraw=0&incfilters=1&csv_export_step=2000&excel=1
&download=1&format=csv
&your-list___id[value]=5,7,13&your-list___id[condition]=IN
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top