Report Pie chart script option

The Report Pie chart component has no scripting option and I need to scale(multiply value) my Tag Calculation query before passing to Pie chart.
How can I do it?

Use the report scripting option to generate a new dataset with the scaled values. Report scripts have access to the datasets in the queries above them in the list. Point your Pie Chart at the dynamically generated data key.

1 Like