Grouping an Issue Report by IF a specific Custom Form is attached
Hi Y'all,
I'm trying to group an issue report based on if one of the custom forms is a specific form. I have the below so far, but it's only working IF the form I'm looking for is the first form attached.
group.0.linkedname=category
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=category
group.0.namekeyargkey.1=ID
group.0.valueexpression=IF(CONTAINS('63b8a952004ed663d6f5c5ed54e3a2ca',{category}.{ID}),"Digital","Other")
group.0.valueformat=string
textmode=true
Has anyone been able to make this happen?