How to show a Performance Analytics Dashboard on the Service Portal Landing page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 08:51 PM
Hi All,
I have created one interactive Dashboard through Performance Analytics, and now I want that Dashboard to be visible on my Service Portal landing page as is.
Request you all to please suggest some ideas how can I achieve this.
Thanks
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2024 04:02 AM
Hi,
I am trying to verify if the filters on the field. I am using ng-if but the initial/pre-populated value is not showing the dashboard.
Please help. Thank you.
<div class="kpi-setup">
<div class="kpi-sub-setup">
<div class="kpi-dashboard">
<embed ng-if="c.data.selectedPlant.entity_name === 'Greece'" type="text/html" src="/$pa_dashboard.do?sysparm_dashboard=f6c44a229720425054333690f053afbd" style="{{data.kpi_style_line}}" />
<embed ng-if="c.data.selectedPlant.entity_name === 'Mexico'" type="text/html" src="/$pa_dashboard.do?sysparm_dashboard=bb10369e9721461054333690f053af75" style="{{data.kpi_style_line}}" />
</div>
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2024 04:06 AM
Hi
I am trying to display dashboards based on the condition
Can you help me to achieve.
<div class="kpi-setup">
<div class="kpi-sub-setup">
<div class="kpi-dashboard">
<embed ng-if="c.data.selectedPlant.entity_name === 'Greece'" type="text/html" src="/$pa_dashboard.do?sysparm_dashboard=f6c44a229720425054333690f053afbd" style="{{data.kpi_style_line}}" />
<embed ng-if="c.data.selectedPlant.entity_name === 'Mexico'" type="text/html" src="/$pa_dashboard.do?sysparm_dashboard=bb10369e9721461054333690f053af75" style="{{data.kpi_style_line}}" />
</div>
</div>
</div>
Im using the code above but not working