You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed an issue in the Change log: sometimes, an edm:decimal attribute is rendered as an integer. Kindly check if we can have a feature if rendering happens considering decimal precision.
Thanks & Regards,
Rahul
The text was updated successfully, but these errors were encountered:
Hello @rahul03kumar
javascript has no native support for Decimal, it rather operates on Numbers, so it seems that the formatting of the numbers to the target format happens at a different point in time with the new DB driver (in the DB itself, rather than upfront in the DB driver), so the req.diff function we use now doesn't know anything about it anymore.
Changing this in our plugin will be quite complex to solve, but we have an idea that maybe we could use calculated expressions for Fiori Elements annotations. We need to check this with the experts, and it also only has a low probability to work, but it would be a straigthforward solution, if it works.
Hello Team,
We have noticed an issue in the Change log: sometimes, an edm:decimal attribute is rendered as an integer. Kindly check if we can have a feature if rendering happens considering decimal precision.
Thanks & Regards,
Rahul
The text was updated successfully, but these errors were encountered: