Forum Discussion
OS_Love
2 years agoNew Contributor III
Culture Setting Impact on Dataload
I have couple of Connector DS and multiple Flat file DS in OS.Currently, the client wants to include Eurpoean culture for some of the users. I noticed that the dataload is behaving weirdly. The same ...
aformenti
OneStream Employee
2 years agoHi OS_Love,
Look out for instances on those Business rules where you converting Decimal Values to Strings for use in formulas.
A good way to handle it is by using Formula Variables:
api.Data.FormulaVariables.SetDecimalVariable(VariableName,DecimalAmount)To be used in formulas Like:
api.Data.Calculate("A#Acc1= $VariableName * A#Acc2")
Related Content
- 10 months ago
- 3 years ago
- 3 years ago