Hey there. Im currently trying to figure out how i can achieve wanted result, as presented on a screenshot. Biggest challenge here is how to display 'Total Units [BOBWA]' as child column, because when i'm applying attached config - i receive something like flat structure. Could you please assist me to undesrant, how i can achieve wanted result?
Hello Maksym,
Thank you for reaching out to us.
The behavior you see with the "Total Units [BOBWA]" column comes from how Flexmonster handles reports with a single measure. The measure caption is intentionally hidden to keep the grid cleaner by avoiding repeating the same measure name across all columns.
You can achieve a layout similar to one shown in the first screenshot by modifying the cell caption via the customizeCell
API call. This method allows customizing the appearance and content of each individual cell, and you can add the measure caption to each "Period" member cell, as is shown in this example: https://jsfiddle.net/flexmonster/rqosxk4t/
Alternatively, you can set the grid title to display the measure name above the grid to see which measure is shown without adding an extra column level: https://jsfiddle.net/flexmonster/dua18rkh/
Please let us know if our recommendations helped you.
Best regards,
Maksym
Awesome! Thanks a lot for you help Maksym, i think that will work for me!
Hello Maksym,
Thank you for your feedback.
We are glad to hear that the suggested solution worked for you.
Please let us know if more questions arise.
Best regards,
Maksym