Number Widget - Identify the total number of occurrences

Tags

With Ermeo, for example, you use the creation brick to allow your operators to take as many assets as necessary. This brick allows you to identify anomalies. Do you want to know the number of assets taken at the end of each intervention?

1. How to find the number of assets created during an intervention?

You just have to copy the tag of your creation widget and add: count before the last ##. You should get a result similar to the one below:

  • Creation widget: ##asset_Fkz137BD:count##

Finally, you can paste this tag where you want the number of iterations to appear. The latter can be glued in a Text widget as well as a number widget.

image

The operation is the same for the Repeatable section widget. You just need to add :count at the end of the Repeatable Section brick tag.

  • Repeatable section: ##repeat_section_hq4QrbdL:count##
image

Regarding your second need, "Being able to easily get the last iteration", you now have the option of adding [last] before the last ## to get the last iteration.