Hi experts,
I'm using filter bar with variant management, and trying to persist the variants in backend, but the afterVariantSave event not fired at all. Anyone can help?
Hi Experts,
I'm following the Fiori overview page documentation to implement the custom navigation parameters, but seems it's not working, the documentation link is https://sapui5.hana.ondemand.com/#/topic/40051b67edaf457cad37d552c37b497d
I think...
How to display percentage in list card - bar flavor in Fiori Overview page like this:
there is lines of code in AnnotationHelper.js:
sap.ovp.cards.AnnotationHelper.isFirstDataPointPercentageUnit = function(iContext, aCollection) {
var oDataP...
Hi Daniel,Even I added an ID to VariantManagment control, it still got "A Change was not created successfully. Reason: - Generated ID attribute found - to offer flexibility a stable control ID is needed to assign the changes to, but for this control...
There is typo in documentation:
"extends": {
"extensions": {
"sap.ui.controllerExtensions": {
"sap.ovp.app.Main": {
"controllerName": "sap.ovp.demo.ext.customConfiguration"
}
}
}
},
This should be correct, the extended controlle...
After investigation, should add unit annotations to specific data column:
<Annotations Target="NAME_SPACE.ENTITY_TYPE/PROPERTY_NAME">
<Annotation Term="Org.OData.Measures.V1.Unit" String="%"/>
</Annotations>