Is there a way to remove the numbers after the group name in this view? (e.g. remove the (4) after Admin, etc.?)
I don't think there is, at least currently.
1 Like
if using Evaluator Groups then there is a way to make them align further away from the main group label/name with padding.
this is using groupName = groupName as "%-100";
in the evaluator code, if you change the 100 to 1000 then the numbers will not show in the lister (unless it's a really long lister). groupName
is not an internal variable it is a user defined string.