What is the default value for GroupQuery in the Portal Settings ?
For Userquery I have
DisplayName LIKE '%' + @Query + '%' OR UserName LIKE '%' + @Query + '%'
My GroupQuery is currently blank
I can't query for groups in the Dashboard navigation settings to restrict access to certain dashboards, I get "No data found" whenever I type a group
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
Default Group Query is the same as User Query:
DisplayName LIKE '%' + @Query + '%' OR UserName LIKE '%' + @Query + '%'
6
Answers
Default Group Query is the same as User Query:
DisplayName LIKE '%' + @Query + '%' OR UserName LIKE '%' + @Query + '%'