Can someone suggest me a DQL query to find the count of active users in a repository in documentum.
Below is the query I am using but it is not giving correct results, can someone suggest?
select count(user_name) from dm_user u , dm_group g where any g.i_all_users_names = u.user_name and u.user_state=0