Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click on the OK button to close the Expression Builder. Fill out the Aggreation Builder data as shown in the screen below. Observe that the Aggrgaton name and display name are: Count Resolved. The funtion to aggregate data is COUNT and the result type of the aggregation is Integer. Finally, we used the row["Resolved"] binding tocount how much resolved issues they are. We used the following Filter Condition for that:

row["Resolved"] = true


Repeat the process described above and add a new aggragtion named Count Unresolved for the unresolved issues 

row["Resolved"] = false

and check that both aggregations have been added as bindings on the Table item:

Image Added

Now, our table counts resolved and unresolved issues, but the result is displayed nowhere. We have to add some visualization somewhere: