How do I make something not bold in a report?
This is probably another easy one that I am stumped on. I made a report that is showing all other projects within a program in a column based off a custom form field. However, it is showing them as bolded and I'd prefer just plain text. Any ideas how to just make this plain? See last column in screenshot.
displayname=Other Assets in Project
listdelimiter=<p>
listmethod=nested(program.projects).lists
textmode=true
type=iterate
valueexpression=IF({DE:Is this the most primary asset for this release?}="Yes","",CONCAT({DE:RAND Asset Number}," (",{DE:Release number},")"))
valuefield=name
valueformat=HTML
I tried listdelimiter=<li> and valueformat=customDataLabelsAsString and it still shows as bolded.
