Skip to main content
December 13, 2022
Question

I need to create a pie chart with the output from 3 expression rule

  • December 13, 2022
  • 2 replies
  • 0 views

I need to create a pie chart from the output of multiple expression rule. How can this be done?

    2 replies

    komalj3844
    December 13, 2022

    Could you create a temporary CDT (format can be based on output you are receiving )and club you data coming from multiple expression rule using loop functions and then using that temp CDT for pie chart. 

    stefanhelzle0001
    December 13, 2022

    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.