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
Hi Stefan,How to check in query filter, that createdby user is belong to Tester_Group?Regards,Sandeep
You need to check this before the actual query. Use the function isusermemberofgroup().
Thanks Stefanit worked