Hi,
it's my first post on this forum
My first form is very simple : just a button to export a table with the action : CSV Export [GH]
It works perfectly when I use the parameter Include columns = id,catid
A window appears with the name of my file.csv to proceed the download. Great !
But nothing append when I use the parameter Column details like these two lines :
id_title=id
catid_title=catid
Here is the debug
Data Array:
it's my first post on this forum
My first form is very simple : just a button to export a table with the action : CSV Export [GH]
It works perfectly when I use the parameter Include columns = id,catid
A window appears with the name of my file.csv to proceed the download. Great !
But nothing append when I use the parameter Column details like these two lines :
id_title=id
catid_title=catid
Here is the debug
Data Array:
Array
(
[option] => com_chronoforms
[chronoform] => user_export
[event] => submit
[Itemid] =>
[Exporter] => Exporter
[5e6d117c1a041b66eb3734ed7abe6234] => 1
)
Validation Errors:
Array
(
)
Debug Data
CSV Export
$download_export: 1
$download_nosave: 1
Download 'No Save' is set so no folder is created.
File name is:
IGA_export_membres_201206231147.csv
$query: SELECT id, catid FROM `agi3__users` ORDER BY `id` ASC;
Oups... Column details works fine
My parameters were wrong : catid is not a column of my table
I'm really sorry for the noise ( & need more coffee today )
My parameters were wrong : catid is not a column of my table
I'm really sorry for the noise ( & need more coffee today )
Hi Steve,
It appears to work OK here. Looking at the debug info I notice that the table is #__users and the columns you are exporting don't normally exist in this table?
Bob
It appears to work OK here. Looking at the debug info I notice that the table is #__users and the columns you are exporting don't normally exist in this table?
Bob
This topic is locked and no more replies can be posted.