Karthik
Thank you for this.
My question is specifically to the point of how to add to below - var a Array[] - dynamically as 120 is hard coded and color is also hard coded.
I want to loop through and add a value and color to below array dynamically.
var a = { value: 120, color: sap.suite.ui.commons.InfoTileValueColor.Neutral}
please advise