Sim Greenbaum
10/21/2021, 4:29 PMqty sold DECODE({item.memberquantity},NULL,{quantity},{quantity}*{item.memberquantity}) stock DECODE({item.quantityonhand},NULL,{quantity},{quantity}*{item.quantityonhand})
My manager wants to add this stock minus qty sold in one column then column 2 take that answer divide by 12 how can I save the answer in a variable so it won't run 3 timesmichoel
10/21/2021, 8:06 PMSim Greenbaum
10/21/2021, 8:48 PMSim Greenbaum
10/21/2021, 8:50 PMmichoel
10/21/2021, 11:29 PMmichoel
10/21/2021, 11:30 PM{quantity} * NVL({item.memberquantity}, 1)
Sim Greenbaum
10/22/2021, 12:28 AMSim Greenbaum
10/22/2021, 12:28 AMmichoel
10/22/2021, 12:28 AM