Simple Chart v2.2 doesnt see the form object

1
I have a microflow showing a form and passing an object to it. Lets say the object passed is called KPI. In that form I want to display a chart using Simple Chart v2.2 app. I need to constrain the chart series only to objects that are associated with the passed object KPI. The problem is that when I try to define the constraints in the ChartSeries, the passed object KPI is not available. Any suggestions on how to achieve this? Thanx, Albena
asked
1 answers
0

I think Simple Charts can only use objects from your database, so if you commit object KPI into your database you should be able to show it in your chart.

answered