SELECT toLabel(LocaleSidKey) LocaleName, LocaleSidKey, Count(id) UserCount FROM User where IsActive=true GROUP BY LocaleSidKey
The results were:
LocaleSidKey: en_US count(id): 18
So what is this telling me? Who/what are these 18 users, and how do I identify them? Thank you for any guidance you can provide.
6 respuestas