https://bugs.documentfoundation.org/show_bug.cgi?id=166232
--- Comment #26 from Robert Großkopf <[email protected]> --- (In reply to Cameron from comment #23) > > However, it does not work if I take CDec() off. Cannot explain why but I've > added the updated file & a GIF showing the error. You have defined the variable FieldA_string as STRING. So you read out a value (which is double) as STRING and change it by CDec to a decimal value. Define directly as DOUBLE and it will work. -- You are receiving this mail because: You are the assignee for the bug.
