How do you export in list view to a csv file?
In my user database i have a role field and would like anybody with the ADMIN role to be able to export the records of choice to a csv file. I put a permission.ini file in my directory and it didn't seem to do the trick.
permissions.ini
[ADMIN]
export_csv=1
I tried searching for documentation on this and can't seem to find much on it. Please help when you get a moment.
Thanks in advance,
Al