A
Agnes
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
{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