I apreciate if someone can help, i'm not sure if it's implemented on CFv5 but i think is worth to do it , may be you can suggest me any workaround
The issue is to be able of generate excel files truncating some fields depending of user selection
the idea is to have a variable as {fieldsvar} you can concatenate different fields depending of customer selection
and after apply it into db_read action or xls_export action
[attachment=0]Captura.JPG[/attachment]
we also are using "conditions" field of db_read to link submit_selectors of CC_list to this Excel_export form
The issue is to be able of generate excel files truncating some fields depending of user selection
the idea is to have a variable as {fieldsvar} you can concatenate different fields depending of customer selection
$form->data['fieldsvar']= "id,nombre,ratem";
and after apply it into db_read action or xls_export action
[attachment=0]Captura.JPG[/attachment]
we also are using "conditions" field of db_read to link submit_selectors of CC_list to this Excel_export form
<?php
return array("id" => $form->data['gcb']);
?>