Like Excel pivot table, is it possible to create custom name for measure? For example, https://jsfiddle.net/rkprvhhs/836/, instead of saying Total Sum of Revenue, can we customize it to "Total Revenue"?
Hello Liangyi,
Thank you for writing. Flexmonster provides a couple of options for configuring the captions which could be applicable to your case:
Please let us know if the information above was helpful for you.
Regards,
Dmytro
Global localization might be a bit overkill since it's local renaming.
The second approach works, although it would be better if there's a UI for average user to add caption, or set the global showAggregationLabels option.
Thanks for the reply, at least we know what're the options at this moment.
Hello, Liangyi,
Thanks for the quick update.
I would also add one more possible approach the options suggested by my colleague.
Please have a look at the following sample: https://jsfiddle.net/flexmonster/m2khqfzb/.
Here the same result is achieved by using grandTotalCaption
property in the report (check line 32).
As about the UI for the end-user, you can either add a new tab to the toolbar or a new item to the context menu. Each of them can contain custom functionality. For more details please refer to our docs: Customizing toolbar, Customizing context menu.
Please inform me in case of further questions.
Regards,
Tanya