Hi
In our report when we select measures such as Amount, no of accounts it shows The aggregation type (sum of Amount) or sum of no of accounts in the report. We want to show it simple names Like Deposit Amount, No of accounts.
Please advise how to give user friendly names?
Regards,
Gokul
Hello Gokul,
Thank you for reaching out to us.
Flexmonster provides an option to hide aggregation labels like “Total Sum of”. You can set the showAggregationLabels
parameter to false
in the Options Object:
options: {
showAggregationLabels: false
}
Please note that it will be used for all measures.
You are welcome to check a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/h3qj7a0o/.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia