cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable KPI header navigation in Overview Page

Syed
Active Participant
0 Kudos

Hi,

I want to disable header navigation in analytical card of Overview Page. However, as per the documentation tried with navigation: “noHeaderNav” in manifest.json file. I see no change with this. Please share any other way to disable header navigation.

Accepted Solutions (1)

Accepted Solutions (1)

rohit_chaudhary1
Explorer

Hello Baba,

You can disable header navigation with "navigation": "noHeaderNav". If you have view switch, It needs to go into the tab settings. Here is reference card setting for this,

 "card001": {
	"model": "salesShare",
	"template": "sap.ovp.cards.charts.analytical",
	"settings": {
		"title": "Total Purchase Order Value",
		"entitySet": "SalesShareDonut",
		"tabs": [
		  {
		    "kpiAnnotationPath":"com.sap.vocabularies.UI.v1.KPI#AllActualCosts",
		    "value": "KPI Annotation",
		    "navigation": "noHeaderNav"
		  },
		  {
		    "selectionPresentationAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionPresentationVariant#BothSelectionAndPresentation",
		    "value": "SelectionPresentation",
		    "navigation": "noHeaderNav"
		  }
		]
	}
},

Could you share card setting if this doesn't work for you?

Regards,

Rohit

Answers (0)