- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 07:00 AM
Hi,
I am trying the fetch the current PA dashboard name in my widget script and feed it to one of the custom tables I have created , so that it can be further used for referencing.
But I am not able to get the code for getting the dashboard name in my widget.
Regards,
Swathi
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 06:17 AM
Hi All,
I have got the solution , We can get the Dashboard sys id in the client script using SNC.dashboards.dashboard.dashboardSysId and pass it to script include for querying pa_dashboards table for getting the current dashboard name.
Do let me know if you have better ideas.
Regards,
Swathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 12:24 PM
We are running a CreatorCon session at K18 on creating Custom Visualizations and Custom Interactive Filters. Any chance you are planning on attending that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2018 04:43 AM
No Adam, Am not attending it 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2018 05:48 AM
I can't find any documented (or supported) way to do it. If you explore the JavaScript variables in your browser console, you may find the sys_id for the dashboard, but there is no guarantee that this would work in future releases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 06:17 AM
Hi All,
I have got the solution , We can get the Dashboard sys id in the client script using SNC.dashboards.dashboard.dashboardSysId and pass it to script include for querying pa_dashboards table for getting the current dashboard name.
Do let me know if you have better ideas.
Regards,
Swathi