Hello,
i have for example an Entitiy "Machine" with the attributes: Name, Manufaturer, Status
Example:
Name Manufaturer Status
A Siemens connected
B Wieland in repair
Now i want to have a chart which shows The name of the machines and their manufacturers and statuses. how could i do that?
Is it also possible to use a filter in the chart to show for example: Name and Manfacturer/ Name and Status?
Halo @Mahmoud Alokla , as far as i know, chart need value to able the bar or data point to be present.From your question, my guess is you want to show certain name of a Machine, and from there, how many of it is connected or in repair. For example:-3 total no. of Machine "A" is "Connected"-2 total no. of Machine "B" is "In Repair"If this is the case, you might just need to group them in aggregate, and count the number of row as your value for the chart.I hope this help!
@Mahmoud Alokla ,
i think donut chart can fit your needs
https://charts.outsystems.com/components/chart-types/donut-chart