Report - Merge column with row separate
Hello All,
Hoping someone can assist, I need to combine 5 fields into one column on a report but I need the outputs to display on separate rows.
These are the fields names:
ccoInclusionName1
ccoInclusionName2
ccoInclusionName3
ccoInclusionName4
ccoInclusionName5
I have made a start but struggling to add the other fields and I can't find the correct syntax for the separate row break.
If someone can assist me with completing this, it would be a big help.
column.17.displayname=Inclusion Name
column.17.linkedname=direct
column.17.namekey=ccoInclusionName1
column.17.querysort=DE:ccoInclusionName1
column.17.sharecol=true
column.17.textmode=true
column.17.valuefield=ccoInclusionName1
column.17.valueformat=customDataLabelsAsString
column.18.linkedname=direct
column.18.namekey=ccoInclusionName2
column.18.querysort=DE:ccoInclusionName2
column.18.textmode=true
column.18.valuefield=ccoInclusionName2
column.18.valueformat=customDataLabelsAsString
Many thanks,