Any workaround to not display HTML tag onscreen? | Adobe Higher Education
Skip to main content
Level 2
September 23, 2025
Répondu

Any workaround to not display HTML tag onscreen?

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

Meilleure réponse par 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 commentaire

Kurt_Jones
Community Advisor
Kurt_JonesCommunity AdvisorRéponse
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 🙂

MarkSa18Auteur
Level 2
September 24, 2025

Thank you @kurt_jones for feedback.