Hi Experts,
I have following requirement;
Need to show 'Y' or 'N' for the column field 'PO Completed' if the purchase order is completed as per below logic;
If PO Qty Ordered > 0 and if PO Qty Ordered = PO Qty Supplied; mark it as Y else N.
I understand that we can not show text variable in BeX / Column field but 1 or 0 based on the result of boolean logic.
I want to know two things:
->Whether we have any way to show 'Y' or 'N' as the output in the column field; if yes, how?
-> I am using following logic, please let me know if this will work correctly -
((qty ordered > 0) AND (Qty Supplied == Qty Ordered)) * 1.
My worry to test this result is that, we dont have any single PO int he report which is fulll served/supplied so PO Completed will always be 0 or N in this current situation but I need to be logically correct in case PO is fully served, it should return 1 or Y.
Thanks in advance for your help!
Shyam Alok