ontarget
Active Member
Hi
I have a list which i need to allow exporting for different joomla groups.
Some user groups get to see some elements included in the CSV export whilst others dont.
Apart from duplicating the list and setting CSV export individually for it is there another method?
The Fabrik CSV menu type seems to lead to an error (plus you cant customise it to overrride the list settings)
I'm aware of these methods in F3
1. https://www.fabrikar.com/forums/index.php?wiki/export-to-csv-customizing/
2. https://fabrikar.com/forums/index.php?wiki/export-to-csv-without-using-dialog/
Method 2 (using menu - System/URL) e.g
index.php?option=com_fabrik&view=list&listid=2&format=csv&download=1
Shows a json type output but no actual csv file is triggered for download.
I havent tried method 1 as the code in the example looks deprecated.
I'm ok with duplicating lists if there is no alternative - its just that there are so many elements to troll through in the backend when each list i'm duplicating has 50 elements....
I have a list which i need to allow exporting for different joomla groups.
Some user groups get to see some elements included in the CSV export whilst others dont.
Apart from duplicating the list and setting CSV export individually for it is there another method?
The Fabrik CSV menu type seems to lead to an error (plus you cant customise it to overrride the list settings)
Code:
0
Call to undefined method FabrikController::getError()
I'm aware of these methods in F3
1. https://www.fabrikar.com/forums/index.php?wiki/export-to-csv-customizing/
2. https://fabrikar.com/forums/index.php?wiki/export-to-csv-without-using-dialog/
Method 2 (using menu - System/URL) e.g
index.php?option=com_fabrik&view=list&listid=2&format=csv&download=1
Shows a json type output but no actual csv file is triggered for download.
JavaScript:
{"total":311,"count":100,"file":"user_registration-export.csv","limitStart":0,"limitLength":100}
I havent tried method 1 as the code in the example looks deprecated.
I'm ok with duplicating lists if there is no alternative - its just that there are so many elements to troll through in the backend when each list i'm duplicating has 50 elements....