Can I set '% of parent total row' as default value??
In my Flexmonster app, (with customAPI) '% of parent row' is only visible after redering the grid.
I want to set '% of parent total row' as default value with initial page.
Hello,
Thank you for the question.
It is possible to set the default aggregation directly in the measure object of the report configuration. For example:
report: {
// other properties
slice: {
// other properties
measures: [{
uniqueName: "Price",
aggregation: "percentofparentrowtotal"
}]
}
}
You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/q0r12vbL/.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia