- 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
‎07-10-2017 09:15 PM
In case this helps someone, here's an example of a URL when using the [Data Table from URL Definition] widget:
where:
Portal Suffix: the_sp_suffix
Page ID: the_sp_page_id
Table: sc_req_item
Filter: active=true^opened_byDYNAMIC90d1921e5f510100a9ad2572f2b477fe
View: ess
Order by Number, Descending: &o=number&d=desc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 03:09 AM
This doesn't work on my version
I agree with larstange. You'll need to copy the widget, add it to a page in place of the list page, remove the line "deleteOptions(['table..." or at least remove the parameters from that function call that you want to keep.
I removed filter from that function call and now it works fine