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

shraddha_agrawa
Tera Expert

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

6 REPLIES 6

Mark245
Tera Contributor

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>

Mark245
Tera Contributor

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