Friends I have data like below
Source PO SKU Rtoal(count PO where source='PM')
WM 454 34234 0
PM 454 76876 1
IB 454 NUll 1
TM 454 5131 1
I want to checK If PO is in WM or PM or IB or so
. But when in the first line If I do ruuning total to count po only for PM it will show o in first line and then only 1 from 2nd line. But is there any way that if there is PM in line 4 or 5 it should give count no 1 evev in first line?
Like below
Source PO SKU Rtoal(count PO where source='PM')
WM 454 34234 1
PM 454 76876 1
IB 454 NUll 1
TM 454 5131 1
Source PO SKU Rtoal(count PO where source='PM')
WM 454 34234 0
PM 454 76876 1
IB 454 NUll 1
TM 454 5131 1
I want to checK If PO is in WM or PM or IB or so
. But when in the first line If I do ruuning total to count po only for PM it will show o in first line and then only 1 from 2nd line. But is there any way that if there is PM in line 4 or 5 it should give count no 1 evev in first line?
Like below
Source PO SKU Rtoal(count PO where source='PM')
WM 454 34234 1
PM 454 76876 1
IB 454 NUll 1
TM 454 5131 1