Hello All,
I want to create the custom navigation. Below is the structure.
- KPI
- KPI Dashboards
- KPI Reports
- Match KPI
- Uptime
- Uptime Dashboards
- Uptime Reports
- Match Uptime
- Capacity Planning
- Capacity Dashboards
- Capacity Reports
- Match Capacity
I have created a view with the following details:
<collection label="Service Management">
<collection label="KPI">
<collection label="KPI Dashboards">
<saved source="unclassified" match="KPI dashboard" />
</collection>
<collection label="KPI Reports">
<saved source="unclassified" match="KPI report" />
</collection>
<collection label="Match KPI">
<saved source="unclassified" match="KPI" />
</collection>
</collection>
<divider />
<collection label="Uptime">
<collection label="Uptime Dashboards">
<saved source="unclassified" match="Uptime dashboard" />
</collection>
<collection label="Uptime Reports">
<saved source="unclassified" match="Uptime report" />
</collection>
<collection label="Match Uptime">
<saved source="unclassified" match="Uptime" />
</collection>
</collection>
<divider />
<collection label="Capacity Planning">
<collection label="Capacity Dashboards">
<saved source="unclassified" match="Capacity dashboard" />
</collection>
<collection label="Capacity Reports">
<saved source="unclassified" match="Capacity report" />
</collection>
<collection label="Match Capacity">
<saved source="unclassified" match="Capacity" />
</collection>
</collection>
<divider />
</collection>
This is only categorizing searches, not the dashboard.
I have created 3 dashboards with the names:
1. KPI Dashboard : Overview of KPI
2. Uptime Dashboard : Overview of Uptime
3. Capacity Dashboard : Overview of Capacity planning
But I am not getting Dashboard in the KPI dashboard, Uptime dashboard, and Capacity dashboard Menu bars.
Please help me out to get this.
Thanks
Gajanan Hiroji
... View more