82
Views
3
Comments
Solved
[OutSystems Charts] How to make chart with 2 columns from 2 aggregate
outsystems-charts
Reactive icon
Forge asset by OutSystems

I want to make bar chart with 2 columns from 2 different aggregates but with the same topic and same count the different is just about 1 aggregate have filter and the second 1 without filter


Like this image, but the result will define the different count and the value will different from 1 column and the second column


Screenshot (1261).png
2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @alif cm 

To use data from two aggregates you'll need to append the data into a single list and make sure the data matches the series and all that's needed to build the Chart.
But looking at the image you attached I don't see why you need two aggregates since it's a pretty simple Chart.

Cheers,
GM

2023-01-26 16-03-24
Ana Agostinho

Hello Alif cm, 
Did you checked already the OutSystems Chart forge component? Here is the link.

Best regards, 
Ana

2023-11-23 06-44-08
Alif

i was try the column chart component but i can make this chart give the output with 2 aggregate/2 list, i wanna make this 1 chart have a value with 2 aggregate and more column, and i dont know how to do this

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @alif cm 

To use data from two aggregates you'll need to append the data into a single list and make sure the data matches the series and all that's needed to build the Chart.
But looking at the image you attached I don't see why you need two aggregates since it's a pretty simple Chart.

Cheers,
GM

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.