how do to pass '&' symbol as a string inside value in URL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 10:05 PM
In the Below URL you can see we are passing the value of Business function as M&S and report name as M&S Moderntrade Cement Daily Report but its not taking symobol '&' as a string.
Please suggest.
https://scccuat.service-now.com/ihelp?id=indg_sc_cat_item&sys_id=802f35c50fa2e60078f85c3be1050e19&sy... - M&S&sysparm_report_name= M&S Moderntrade Cement Daily Report

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 10:55 PM
Hi Vikas,
Try using & instead of &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 11:22 PM
Thanks for reply but its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 12:27 AM
Hi @VIKAS MISHRA ,
using & must work if you encode it in a ahref tags. Try and let me know...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 12:00 AM
For URLS, use %26 instead of &