Hi,
I have created a view with multiple data models and would like to download this combined data in a csv file.
My DB Read function is read_data having 2 data models Ind1 and Ind2. The combined relation gives me the required relevant report.
In my csv function, in the data provider field usually we would use {var:read_data.[n].Ind1} but I would like to include {var:read_data.[n].Ind2} also.
How to correctly represent the combined array?
I tried using both by filling the Data provider field as "{var:read_data.[n].Ind1}, {var:read_data.[n].Ind2}". This did'nt work.
Only the column titles are getting downloaded, the data is empty.
Please guide me on how to proceed further.
Thanks,
Anu
I have created a view with multiple data models and would like to download this combined data in a csv file.
My DB Read function is read_data having 2 data models Ind1 and Ind2. The combined relation gives me the required relevant report.
In my csv function, in the data provider field usually we would use {var:read_data.[n].Ind1} but I would like to include {var:read_data.[n].Ind2} also.
How to correctly represent the combined array?
I tried using both by filling the Data provider field as "{var:read_data.[n].Ind1}, {var:read_data.[n].Ind2}". This did'nt work.
Only the column titles are getting downloaded, the data is empty.
Please guide me on how to proceed further.
Thanks,
Anu