E
e.schutten
Guest
During the load of a df I get the error message "Error during ADD FIELD tx2_max, Invalid Initial value". ADD FIELD "tx2_max" OF "tx2_mstr" AS decimal DESCRIPTION "The maximum amount for which the tax can be applied." FORMAT ">>>,>>>,>>>,>>9.99<" INITIAL "999,999,999,999.99" LABEL "Maximum Taxable Amount" POSITION 9 MAX-WIDTH 38 COLUMN-LABEL "Max Amount" DECIMALS 10 ORDER 140 MANDATORY After investigation I found out that the numeric format of the session was "european". So it seems that dumping a DF does not look at the numeric format, but loading a df is, correct?
Continue reading...
Continue reading...