We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)

set '% of parent row' as default value

Answered
jhshin asked on September 29, 2025

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.

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster September 29, 2025

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

Please login or Register to Submit Answer