Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
935
Plot points of chart based upon multiple attributes
posted

On AG/IG ~13.2.

As a followup to Color coordinating by parameters between charts, I'm wondering how to get data points to be plotted based upon multiple attributes.

I have built in functionality to filter down (and sum by) multiple attributes, as requested by the user in the data grid elements. Now the task is to align the data chart with that data. Data rows will still contain all attributes (Demand, Design, Facility, Family, Process), but will only appear to have whatever is selected for visibility (Process + any combination of the other attributes).

For example, a user might only specify Demand. The resultant identifiers for plotted data points would be `${demand} for ${process}` and reference rowdata matching those attributes.

Parents
  • 935
    Verified Answer
    Offline posted

    With the complex logic discussed in the previous answer(s), I just went with recombining the data and renaming the Design attribute to what I wanted it to appear as. I don't know if IG has a way built in to specifiy the attributes and actually hit all the data points correctly that way, but I'd love to see it if you do.

Reply Children