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],"&","&")
but still getting the same error