- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 03:54 PM
Hello ServiceNow community,
I have a visualization using a database view in the Platform Analytics Workspace. I want to configure default columns on the database view so that when a user clicks on the visualization it opens predefined columns.
Is it possible to configure default columns in a database view?
Thanks!
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 06:10 PM
Yes it is, open the Database view record, and in the View Tables list, click one to open, then specify the table columns.
See screenshot,
Use the "View Fields" related list to select the columns from that table. do that for each table in the database view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 06:10 PM
Yes it is, open the Database view record, and in the View Tables list, click one to open, then specify the table columns.
See screenshot,
Use the "View Fields" related list to select the columns from that table. do that for each table in the database view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 04:07 PM
Thank you!