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
create a query entity that gets all the records from the created_by column than you can use count() to get the count and display it in your ui.
Thank you