HI,
I am using following logic, please let me know if this will work correctly -
((qty ordered > 0) AND (Qty Supplied == Qty Ordered)) * 1.
Yes this should work properly because it checks two conditions first that qty ordered should be greater than 0 and also whatever qty ordered has been delivered so will return 1 else 0.
I think its perfect if you have used the correct keyfigures and getting the correct values,
Regards,
AL