Hey hi,I'm having a query on exporting to excel of customized list structure with one of the attribute as another list.
Example:
Students list need to print.
My entities:
Structures:
Expected Excel Export :
Thanks & RegardsPalle Vijay Bhaskar Reddy
Hi Vijay,
You could join the Student and Marks Entity with Student Id in an aggregate and sort it by Student Id. Then execute a For Each loop for each record while saving the Student Id in a local variable each time.
If the StudentId is same mark the StudentId, Name ,Age and Standard as "-" and export the data to excel. It will generate the expected Excel Report.
Hope this helps.
Thanks,
Akhila
It works.Thanks & Regards,Palle Vijay Bhaskar Reddy
Hello Akhila K Soman,
GoodDay, Can you show the OML in your OML solution
Thank you very much