I think I may have the right formula now. In case ...
# suiteanalytics
s
I think I may have the right formula now. In case anyone is interested, the following seems to work:
sum(nvl({quantitycommitted}, 0) + nvl({quantityshiprecv}, 0))  / sum(nvl({quantity},0))
👍 1