if {tmp_csinvinfo_os.debit}-{tmp_csinvinfo_os.credit} > 0 then
{tmp_csinvinfo_os.netbaseamt}
else
({tmp_csinvinfo_os.netbaseamt} *(-1)
the above code can't return the -ve value , how can i change the value into -ve ???
Thanks a lot
Agnes - 05 May 2008 12:05 GMT
sorry for my stupid question.
i solved it .
"Agnes" <Agnes@abc.com> 撰寫於郵件新聞:%231xUzxprIHA.2064@TK2MSFTNGP05.phx.gbl...
if {tmp_csinvinfo_os.debit}-{tmp_csinvinfo_os.credit} > 0 then
{tmp_csinvinfo_os.netbaseamt}
else
({tmp_csinvinfo_os.netbaseamt} *(-1)
the above code can't return the -ve value , how can i change the value into -ve ???
Thanks a lot