Repository problem

0
Hi all. Always when I run mendix, i have missed expressions in microflows which contains float value. Also when all changes are commited to team server. Does anybody have some problem as me? Lukas
asked
2 answers
3

There was a problem with floating-point numbers that were parsed incorrectly based on the locale of Windows. I think writing "0.5" instead of ".5" (for example) solves it. Also, it has been fixed in 3.1.0!

answered
0

Hi Arjan. I always use format with zero. Like $SaleLineAfterDelete/LineSubTotal + $Sale/SaleNetTotal * 0.2. It also do not store values such as 365.25. I will think about updating my Mendix to newer version.

Thanks for reply. Lukas

answered