Hyperlink - wrong encodeURI of source links
Posted: Wed May 07, 2025 9:28 am
Hello, I am using the latest Stimulsoft 2025.2.3 version.
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:
The problem is that the Report interprets this links wrong, containing the underscore symbol instead of quotes, and as a result I get the following link:
This problem wasn't present in earlier versions.
I've attached a sample report to illustrate the problem.
Thank you!
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!