I need to create a pie chart from the output of multiple expression rule. How can this be done?
Discussion posts and replies are publicly visible
A pie chart just takes a list of chartseries elements. Each has a data parameter which is the value for that slice. You can create that data in any way you want.