I have a pivotal table in a widget which has 5 columns aggregated at the end of each columns. I would like to display the each aggregated column value in a bar chart as Col1 aggregated, Col2 aggregated…
How can I do it?
Thanks.
I have a pivotal table in a widget which has 5 columns aggregated at the end of each columns. I would like to display the each aggregated column value in a bar chart as Col1 aggregated, Col2 aggregated…
How can I do it?
Thanks.
Hi,
I don’t think there’s an easily way in workshop to say “Here’s my pivot table output, please chart it”, but there is a way to do this using Functions on Objects with Function-backed Charts.
Essentially, you’d need to write the typescript to take in the same object set you put in the pivot table, then write the aggregations yourself. You can then take the output of that Function & display it in your chart.
Hope that helps!