report redirect URL substitute the & to &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 02:49 AM
Hi all,
I have a problem with the URL redirect link functionality.
when I specify a link, all the & writed into the link will be converten to &
So the link that the system will generate not work...
Can some have a solution to this problem ?
Best Regards
Vincenzo
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 03:58 AM
Hi Vincenzo,
At which place this is occurring? i.e. record producer etc
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:09 AM
Hi Ankur,
I have this problem on the report page.
Here the route for configure a redirect url from report:
- Navigate to Reports > View / Run.
- Select the report you want to configure.
- Click the Show report structure icon (
).
- Click the link icon (
)
- In the Set redirect URL dialog box, enter relative link in the instance, for example, /$knowledge.do.
When the user points to the report, the tooltip includes the text Click to open.
Regards,
Vincenzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 02:47 PM
I am dealing with the same exact problem. I'm trying to direct to specific tab on a dashboard but the "&" is being flipped to "&" and not actually pointing to the correct tab.
Any findings since then?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 02:15 AM
seems this functionality has some special parsing.
normally ASCII code (%26) or eventually some of the escape characters ( ', ", \ ) should work, but in this case nothing works for me