Retrieve the Total Count Of users Registered
0
Hi guys, Can anyone suggest me how to retrieve the total number(count) of users registered in an application
asked
Dilip Kumar Kollur
2 answers
4
- add a retrieve action on database on your users entity
- if you have a boolean that shows if the user is registered then add that as an xpath constraint into the retrieve action
- add activity called "Aggregate List" and as the function choose "Count".
- You will get an integer back from the aggregate list activity which is the number of registered users
answered
Sebastiaan van der Plaat
0
i have done the same but im not able to get it Sebastiaan
answered
Dilip Kumar Kollur