[Solved] Count Filter for the number of users within an organisation (tenant)

Hi again, I am struggling to create the filter that alllows users with admin roles to see the total number of users within the tenant, and display it above the data table in the admin dashboard. I also cannot find the right video in the tutorials/youtube to help me.

Hi @Mattfat66,

Count flters won’t work in Data table as counts are usually for displaying a number in Heading/Text component.

So you can display list of tenants but not the no of users in each tenant as of now.

Thanks.

Okay thanks Vishsahu, now I can exit that rabbit hole and continue elsewhere lol

1 Like

Sure. There are other ways to do it like creating a fields to store the users count and updating the users count via API when new user is added to the tenant.