
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 04:21 AM - edited ‎07-08-2024 05:08 AM
Hi all,
Does anyone know how to change the tables that are available for Data Sources in Platform Analytics? For example, I would like to add a Data Visualization based on sys_import_set_run, but I can't find the table when I try to add a Data Source. Is there any property?
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 06:30 AM
There is a property (glide.ui.permitted_tables) that list the tables on which you can report. I guess it's also evaluated for Platform Analytics. You can add the table there to see it you can add it.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 06:30 AM
There is a property (glide.ui.permitted_tables) that list the tables on which you can report. I guess it's also evaluated for Platform Analytics. You can add the table there to see it you can add it.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2024 12:51 PM - edited ‎11-12-2024 12:56 PM
I'm not sure this is right. Perhaps that property is more about which sys_ tables are permitted. I have many tables available that are not in that list. I found this link while trying to figure out why a new custom table I added is not available. Looking at the list, it made no sense to add my u_ table to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 10:49 PM
How is this not correct? The question was why the sys_import_set table wasn't available to report on. The glide.ui.permitted_tables property is just for that: allow for system tables to be reported on.
This even was the correct solution to enable reporting on the sys_import_set table, so why are you saying this isn't the right answer?
See also: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719416
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2024 04:51 AM
Yeah, after rereading it I suppose I had my mind in my own question. The answer is correct for a sys table.