Need help reading this statement which was taken from the Text Object Properties (General Tab) for a given object. What is displayed is a percentage number.
Deciphering the expression: =num( count({$< DLP_Status={"Compliant"} >}DLP_User) // the number of DLP_User with DLP_Status=Compliant / //divided by ( (count(DLP_User)) // no of DLP_User - count({$< Authhost={"Server"}>}DLP_User)) //no of DLP_User with Authhost= Server ,'#,##0.00%')
SUMMARY: The expression: [No of DLP_User with Compliant DLP_Status] / [No of all DLP_User except those with Server as Authhost]
Presented as a two decimal percentage with comma as thousand separator.