In a Particular group how many members were added in a month or daily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 10:58 PM
Hi ,
My requirement is in a particular(XYZ) group how many members were added in a month need to get the count . Need to achieve through Performance analytics
Can someone guide on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 11:12 PM
Hi @Munny1 ,
This solution can be obtained by creating automated indicators querying the sys_user_grmember table. You will be able to query how many users there are on a month whereafter you will be able to see the trendd going forward.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 11:30 PM - edited 11-23-2023 11:32 PM
Thanks