apply filter through script in custom interactive filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 09:39 AM
Hi All,
i have 3 reports on a dashboard, 2 reports are from task table and another one is a report from a custom table. So, i need to create a custom filter and this should filter values in all the three reports, publishfilter method is able to apply filter to only one table(task), is there any way to apply filter fro more than one table through script like we have interactive filter reference for OOTB interactive filters.
Thanks and regards
Giri
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 09:51 AM
Hi Giri,
Check the below links it may help you
Creating a Report from Two Tables
Reporting on multiple tables - database view
Reporting against two tables Incident and Task (Database view)
Creating reports from multiple tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 09:53 AM
Hi Chandu,
Thanks for your reply!!
I want to create a custom interactive filter to add in Performance analytics dashboard.
Regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 10:00 AM
yes, i tried that and script working fine and filtering data in task based reports but the filter is not applied to custom table, so my requirement is to apply the filter to task and custom table at once.