Configuring rows as columns in the exported Excel template

1
HI Experts,   I have a case where I have implemented the Excel Exporter Module in my project. However, there is an CalenderWeek attribute (KW( defined int he domain model. During export, the KW gets exported in the rows format (for different KWs).   Is it possible to configure the CalenderWeek like in the below screenshot in the to be exported Excel Template?   Kindly suggest.   Regards Anirudh
asked
1 answers
1

As far as I know, there is not a way to do this in the Excel Exporter.  However, you could create an entity in Mendix with columns for weekly information, populate the data into that entity in the way you need and then export that entity.

answered