My Stuff

Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!

roathdh311 Red Ribbon

Comments

  • Create a transaction saved search with your items grouped. Add a formula field to determine your Land Cost Category amount and then divide by the quantity in your Inbound/Item receipt. SUM(DECODE(NVL(SUBSTR({memo}, 0, INSTR({memo}, ':')-1), 'Cost'),'Brokerage Fee',{debitamount})) / SUM(NULLIF({quantity},0))