Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Accenture Services Pvt Ltd
IN
Last activity: 26 Aug 2020 8:17 EDT
How to calculate percentage (for a column) in Report Definition.
As of now, there is no specific aggregate function available like count for percentage in report defintion. Is there any control exist in report definition to calculate the percentage ?
We are using an aggregate functions for SUM and COUNT available in OOTB. Now to calculate the percentage we need to use/pass the aggregated values and not direct property values.
We want to get the Result = Count (.pyid) * 100 /Count(.other property).
But we can pass only direct property values to function and not the aggregated values i.e. pyID can be passed as any input but not COUNT(.pyID).
Any suggested way to solve this.
Thanks