- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2016 07:57 AM
Is it possible to apply filter on "Data Table from URL Definition" widget in ServicePortal.
For example, display only logged-in user's results.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2016 06:59 AM
Hi Arayn,
Have you tried adding "&filter=active=true^opened_byDYNAMIC90d1921e5f510100a9ad2572f2b477fe" condition in the URL ?
I believe you can access below attributes by just adding them in the URL of page:
['table','field_list','filter','order_by', 'order_direction','order']
Regards,
Chirag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 12:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 03:10 AM
same in my version (Jakarta)
I just removed filter from line 2 to be able to pass filter parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2016 06:59 AM
Hi Arayn,
Have you tried adding "&filter=active=true^opened_byDYNAMIC90d1921e5f510100a9ad2572f2b477fe" condition in the URL ?
I believe you can access below attributes by just adding them in the URL of page:
['table','field_list','filter','order_by', 'order_direction','order']
Regards,
Chirag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 06:09 PM
Hi Chirag,
Filters can also be applied on "Widget Instance", so adding it to URL will be done automatically.
Can you please provide an example of using "field_list" in URL?
Thanks!