- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
How can I search for a specific data visualization OTHER than using the 'Filter by name or description' field in the Platform Analytics workspace? Is there not something like the traditional report admin view where I can easily see a list view of all data visualizations and search/filter AND SORT by other fields?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
You can find them in below 2 tables
1. par_component
2. par_visualization
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
You can find them in below 2 tables
1. par_component
2. par_visualization
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
List of all Platform Analytics Tables.
| Table | Description |
|---|---|
| par_component | Contains all data visualizations in the visualization library and all filters in the filter library. Extends sys_metadata. |
| par_component_permission | Contains the role, group, and user permissions for all data visualizations and filters in their respective libraries. |
| par_export | Lists all scheduled dashboard and data visualization exports. Extends sys_metadata. |
| par_export_job | Stores details of every attempt to export a dashboard or data visualization. |
| par_export_visualization | Stores the export details of all scheduled data visualization exports. Extends par_export. |
| par_metadata | Stores the metadata for each data visualization type. |
| par_notification | Lists email notification definitions of scheduled dashboard and data visualization exports. Extends sys_metadata. |
| par_notification_email | Stores metadata of scheduled dashboard and data visualization export emails, including subject and message. Extends par_notification. |
| par_notification_email_recipients | Stores groups and users who receive a notification email with a scheduled dashboard and data visualization export. Contains the non-metadata information for the emails. |
| par_visualization | Contains all data visualizations in the visualization library. Extends par_component. |
| par_visualization_permission | Contains the role, group, and user permissions for all data visualizations in the visualization library. Extends par_component_permission. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thanks! I knew it had to be somewhere I was just struggling to find the table names.
