G
Guest
My data table comes in like so (actual records is around 4000000)
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
20060302 611660 A 10
20060302 611660 B 10
Is it possible to have a query sum the Volume only if the Date, Identifier,
and Type are matching. For the example above, the result of the query would
be 44.
Thank you in advance.
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
20060302 611660 A 10
20060302 611660 B 10
Is it possible to have a query sum the Volume only if the Date, Identifier,
and Type are matching. For the example above, the result of the query would
be 44.
Thank you in advance.