Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the Governance Dashboard 1.1.1 we have this expression:
count({<Session_Start_Count={">0"}>} distinct Authenticated_User)
but if I just do:
count(distinct Authenticated_User)
the result seems to be the exatcly same.
Is there still a difference that might not be so obvious? I assume they wnat users with only a started Session, but isnt that included in the Authenticated User definition? Have anyone in a real case found a difference?