Reporting on custom statuses used by group
I'm trying to report on custom statuses that are being used by different groups, and getting poor results. Can anyone help? This is the only textmode that works in a View:
displayname=Custom Statuses
listdelimiter=,
listmethod=nested(customEnums).lists
textmode=true
type=iterate
valuefield=value
valueformat=HTML
i.e.: only valuefields work, and I can't make even the simplest valueexpression work (e.g. valueexpression=value doesn't work)
For filters, nothing seems to work (two samples of failed code below)
EXISTS:1:$$OBJCODE=CSTEM
EXISTS:1:groupID=FIELD:ID
EXISTS:1:value=PLN
(I shouldn't have had to use an exists statement -- the collections filter should have been fine)
customEnums:value=PLN
customEnums:value_Mod=in
(I also tried cicontains)
We already have a workaround, so I didn't feel like spending a long time banging my head against this but whhhhhy does it not work?

