Hi All,
i want to create stock on item ledger entry but the client want in this format.
LOCATION A | LOCATION B | LOCATION C | TOTAL | |
ITEM NO 1 | ||||
LOT1 | 10 | 11 | 12 | 33 |
LOT2 | 13 | 14 | 15 | 42 |
TOTAL ITEM NO 1 | 75 | |||
ITEM NO 2 | ||||
LOT1 | 16 | 17 | 18 | 51 |
LOT2 | 19 | 20 | 21 | 60 |
TOTAL ITEM NO 2 | 111 |
i tried using matrix taken row group
item no (parent grp)
--lotno(child group)
in columns
-location
in data
-quantity(its in lotno header).
but the quantity is taking the first record but i want to sum my quantity based on item and lot no . kindly help.
*This post is locked for comments