Dear Experts,
in a form field i want to show a value on the basis of negative and positive value. For example is below in code:
if(inventtrans.qty = 1)
{
info("IN")
}
else (inventtrans.qty== -1)
{
info("out");
}
is it possible if the value is in plus(+) on the form field it shows "IN". Otherwise, minus(-)
Thanks and Regards,
Shabir Ahmad
*This post is locked for comments