Hi Frank,
I tried this code also but it show blank label.
I also tried with out any formatting as simple as follow
var lblR1Val = new sap.ui.commons.Label({text:"{/TotalPrice}", type: new sap.ui.model.type.String()})
Also Tried
var lblR1Val = new sap.ui.commons.Label({text:"{/TotalPrice}"})
But In UI label doesn't have any value from Model.
Problem Is
when I add this label in sap.ui.ux3.ToolPopup control it never bind any data from model. But When I Add same label in view directly, It Bind value from Model. Why?