Any workaround to not display HTML tag onscreen? | Community
Skip to main content
Level 2
September 23, 2025
Solved

Any workaround to not display HTML tag onscreen?

  • September 23, 2025
  • 1 reply
  • 325 views

Hello community,

I use the following valuexpression in my groupings to help make report output (PDF) read better. Unfortunately it displays the actual <br> tag onscreen. My understanding is this is because of the way WF renders to HTML. Is there a workaround to not display the <br> onscreen but continue to render as carriage return in pdf output?

 

group.0.valueexpression=CONCAT({project}.{description},"<br>","Launch: ",{project}.{plannedCompletionDate},"<br>","PM: ",{project}.{owner}.{name})

group.0.valueformat=HTML

 

Any feedback is appreciated. I am assuming I can have one or the other but not both.

Best,

Mark

Best answer by Kurt_Jones

Mark, you're correct in your assumptions, there is not a workaround for this on the reporting (visual/onscreen) part, any html tags you put in will show in the reporting.  I think this could be a good item to submit an idea, I'd vote for it 🙂

1 reply

Kurt_Jones
Community Advisor
Kurt_JonesCommunity AdvisorAccepted solution
Community Advisor
September 24, 2025

Mark, you're correct in your assumptions, there is not a workaround for this on the reporting (visual/onscreen) part, any html tags you put in will show in the reporting.  I think this could be a good item to submit an idea, I'd vote for it 🙂

MarkSa18Author
Level 2
September 24, 2025

Thank you @kurt_jones for feedback.