I have a report, containing a field, that has set an Interaction: Common: Hyperlink (Hyperlink to External Document).
From my database, I get links, and some of them contain get parameters with quotes, like following:
Code: Select all
"link": "#/someRelativeLink/here?param1=\"someParam1\"¶m2=\"someParam2\""
Code: Select all
#/someRelativeLink/here?param1=_someParam1_¶m2=_someParam2_
I've attached a sample report to illustrate the problem.
Thank you!