Hi All,
I am trying to create one expression rule to get count of records created by Tester_Group. In table, we have CreatedBy column.
Requirement is to display the count in UI by using a!gaugeField(). Please help with some ideas.
Regards,Sandeep
Discussion posts and replies are publicly visible
Using the query editor, this should be pretty simple. There is also an similar example in the queries recipes.
https://docs.appian.com/suite/help/22.4/Query_Recipes.html#aggregate-data-from-a-field
Thanks Stefan Helzle