Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error: Report Text (53): Exception parse error line: 2 column: 199 Unterminated entity ref

Ultralightbeam
8 - Asteroid

Hello guys, I am using report text 

<a href="[DataLocation:A]" style="color: rgb(0,0,0)">[FolderName:A]</a>

DataLocation column hyperlinks the FolderName however the datalocation string contains "&" which causes the error i have tried to replace 

Replace([DataLocation],"&","&amp")

but still getting the same error 

2 REPLIES 2
Ultralightbeam
8 - Asteroid

Edit:


I have added ; to the amp 

Replace([DataLocation],"&","&amp;")

Its now working but the row did not show the folder name instead it showed the folder name column name 

danilang
19 - Altair
19 - Altair

Hi @Ultralightbeam 

 

Can you post a stripped down version of your workflow and the actual and expected output?

 

Dan

Labels
Top Solution Authors