service portal widget how to read query string value and pass it to filter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 02:55 PM
Can you let me how read query string value and pass it to filter on a widget?
for example instead of hard coding state value i want to read it from query string, any thoughts ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 06:30 PM
abhi_r any thoughts on this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 06:53 AM
To be honest I am not that familiar with all the nuances of service portal. Brad will be your best bet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 11:14 AM
Thanks Abhi, will wait for b-rad inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2016 02:55 PM
Hi,
Have you tried to clone the 'Data Table from Instance Definition' (or which you want to use) and in server side script find "data.filter = $sp.getValue("filter");", also assigned data.filter = as $sp.getParameter("QUERY_STRING_VARIABLE_NAME") ?
Try the above method and see if it works.
Regards,
Chirag