I need to export data in a excel.
Currently I am able to export data in a excel in the following format like
But I want to display in the following format:
Like here,Ram is the teacher which appears in every row.
But the requirement is we want it to appear in the top of the excel.
Currently I an using ExportableDataSubset here.
Please help on this.
Discussion posts and replies are publicly visible
Hi, did you get the answer for this?
All you have to do is put the pv for the Name in the customizable column area and then null the name column (unless you want to keep that ID)
To keep things simple,
You can try creating a view upon the format you need above(Provided the data volume is less) and just change the entity on the ExportableDataSubset