Quantcast
Channel: SambaClub Forum - Latest topics
Viewing all articles
Browse latest Browse all 8860

Monthly Consumption report - duplicate inventory items

$
0
0

@keripapa wrote:

Hi there,
I've created a report that used to create the consumption report, but when i select an entire month, i've found that there are some duplicate inventory items.
Here is my code:

{REPORT CONSUMPTION DETAILS:
    C.Name,
    C.Warehouse.asc,
    C.Unit,
    C.InStock,
    C.Consumption,
    C.Inventory,
    C.Cost,
    ([C.Consumption]*[C.Cost])
:C.Consumption != 0:"{0}","{1}","{2}","{3}","{4}","{5}","{6}","{7}"}

Can i GROUP by inventory item and SUM the values somehow? Thanks!

Best regards,
Keri

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8860

Trending Articles