
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 07:05 AM
Hello,
I am trying to find the table that datasets are stored on and view it in list view. For example, reports are stored on the sys_report table, dashboards are stored on the pa_dashboards table, and dashboard tabs are stored on the pa_m2m_dashboard_tabs table.
Well, which table are datasets stored on? Thanks!
Kind Regards,
Joseph
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 01:13 PM
You could try checking the sys_report_layer table. The field named "Series name text" should be the name of the dataset

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 01:13 PM
You could try checking the sys_report_layer table. The field named "Series name text" should be the name of the dataset

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 01:39 PM
You hit the nail on the head! Wonderful, thank you! This will give me the ability to audit the filters of my datasets without having to load each one separately in the report editor. This may save me dozens of page loads.