Hello everyone,I created a custom report and added a few custom text-mode columns that are not associated with any custom form fields. The report works and I'm seeing good results.
The problem I'm having, I'm not able to create grouping to my new columns. I'm thinking I'm missing an expression in my custom column to allow this to be use as a field for grouping.
Does anyone have any suggestion or have a recommendation?
Here's my "Text Mode" Script:
displayname=System PASS
linkedname=direct
namekey=System PASS
textmode=true
valueexpression=IF({DE:System 1}="PASS",1,0)+IF({DE:System 2}="PASS",1,0)+IF({DE:System 3}="PASS",1,0)
valuefield=Sytem PASS
valueformat=customDataLabelsAsString