cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Bullet Micro Chart binding not rendered

jerome_martin
Explorer
0 Kudos

Hi Experts,

My requirement is to extend the purchase request approval fiori app to add budget overview.

I've extended the model to add budget value, actual posted value and forecast (all defined as float).

I've set a Bullet Micro Chart but since the values are not hard coded, the chart doesn't get rendered.

Here are the model.txt and s3-extinformationcustomfragment.txt

Can you please help me solve this ?

Many thanks for your feedback

Kind regards

Jérôme

Note: my Back-end is ECC6 EHP4

Accepted Solutions (1)

Accepted Solutions (1)

jerome_martin
Explorer
0 Kudos

Found the solution.

Binded values are considered as string (even if the model present them as float)

I had to extend both view controller and utils/Conversions to get a "tofloat" formatter method.

Kind regards

Jérôme

Answers (0)