Skip to main content
Nintex Community Menu Bar
Question

Chart: Activate and Set Value does not get context row of Agg Model on click.

  • July 10, 2024
  • 1 reply
  • 8 views

Forum|alt.badge.img+18

Donut chart on an agg model, with a series click action framework like so:

However, no matter what I click in runtime, the popup is getting passed the patientZip value for the first row of the Agg model, not the context (clicked) row.

Help?

1 reply

Forum|alt.badge.img+6
  • Nintex Employee
  • July 10, 2024

You have to use the $Chart merge syntax ($Chart.point.name, in this case, I think). You’re using an aggregate model, so there is only one row per donut slice, but if you were using a basic model, there would be more than one. How would know which row to send as the row in context?