Decimal convert
hello expert,
i realy need urgently. i'm developing sap adobe form. user requirement on decimal display have 3 type based on table on sap. 3 type of display below :
a) 1.234.567.89
b) 1,234,567,89
c) 1 234 567,89
i have hidden field in form stores decimal notation sap. problem cannot convert decimal> try tu use few way below :
if (formatvalue eq "a")
then
$.rawvalue = "num{zzzzzzz9.99
endif
and
if (formatvalue eq "a")
then
$.rawvalue = format("num{zzzzzzz9.99" &.rawvalue)
endif
but seems not working. can me out? i'm dying here..:(
Comments
Post a Comment