Question
How to get two decimal places in Member formula
Hi Everyone,
I'm trying to write member formula (not dynamic calc), below is the syntax
Dim Var1 as Decimal = Math.Round(api.Data.GetDataCell("A#630000").CellAmount, 2)
api.Data.Calculate("A#520000 = A#430000 "*" & Var1 & "). after that getting error "Double is not valid, input string was incorrect format".
