Hi Bob,
I need to get data from 2 different tables to 1 xls file.
I need to get one column from second table . I try it by relations, but it doesnt work.
Maybe I have incorrectly set xls export action.
thank you
I need to get data from 2 different tables to 1 xls file.
I need to get one column from second table . I try it by relations, but it doesnt work.
Maybe I have incorrectly set xls export action.
thank you
Hi bob,
I have 1 DB read where is master table as model1 and relation table as model2 and dont know, how set xls export with 2 models.
it doesnt export data although I see 2 models in debugger.
I have 1 DB read where is master table as model1 and relation table as model2 and dont know, how set xls export with 2 models.
it doesnt export data although I see 2 models in debugger.
Hi Homeopat,
You need to merge the two sets of results into one coherent sub-array of the $form->data[''] array then you can use the Data Path setting in the XLS Export action to export the result.
Hard to say more from the info here.
Bob
You need to merge the two sets of results into one coherent sub-array of the $form->data[''] array then you can use the Data Path setting in the XLS Export action to export the result.
Hard to say more from the info here.
Bob
Thank you, I thought that😉
This topic is locked and no more replies can be posted.