Calculated column (Concatenating two different custom fields) in Assignments report returns concatenation of a different field's data üòï
So I'm clearly doing something wrong..... but resorting to the forum for support as spent enough time in trial and error.
‚
I have an assignments report and I want to concatenate the values in 2 custom fields as below.
‚
valueexpression=CONCAT ( {DE:task:Task Type}, ' ' , {DE:task:Agile Task Type } )
linkedname=task
valueformat=customDataLabelsAsString
displayname=Type
namekey=view.relatedcolumn
textmode=true
namekeyargkey.0=task
namekeyargkey.1=Task Type
querysort=DE:task:Task Type
‚
However what I see in the report column is Task Name, the space, then the Task Name again. I would expect the column to be blank if the formula was wrong.....
‚
Have I got the DE and curly brackets wrong somehow? Separate, non calculated, standard mode columns for Task Type and Agile Task Type show exactly as expected in the report.
‚
🤞 to see if the community can solve this one for me :-)