Version:
Origam HTML
2022.2.0.2638
I was trying to …
- I have a Contant called
InvoicingCoeficient
which I set to type Float and preset it to value4.3
- I change the value of Constant to
5.5
- I restart the server to reload fresh model
I was expecting …
- The value of the constant would be
5.5
Instead I’ve got …
- The value of the constant is
0.0
Additional notes
Changing data type to Currency fixes the issue because the value in the table OrigamParameters
is saved into column CurrencyValue
.