I'm trying to display "Open" & "Closed" cases in a column/bar chart based on different companies (sample format attached) . data is dynamically loading from aggregate list.
I followed below article but didn't work with dynamic datahttps://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Charts_API/Create_Column_and_Bar_Charts
May I know how can achieve it?
Hi Jim,
To make it dynamically, you need to have the SourceDataPointList pointing to your data source (query, variable, etc.) and fill in:
If you do that, you will have the Column / Bar chart with multiple series dynamically.
Regards,João
Hi João ,
Thanks a lot for your quick response & help. Its working now.
Also there was a logical issue in my aggregate.