This is a newbie question but...
I have 3 essential pieces of data:
the service type (STYP),
the service category (SCAT),
and the consumption (BILLED_CONSUMP).
I'm trying to derive a query where I have STYP, SCAT, and then the sum of BILLED_CONSUMP grouped by STYP then SCAT. I haven't had any luck yet. Any suggestions would be appreciated.
I have 3 essential pieces of data:
the service type (STYP),
the service category (SCAT),
and the consumption (BILLED_CONSUMP).
I'm trying to derive a query where I have STYP, SCAT, and then the sum of BILLED_CONSUMP grouped by STYP then SCAT. I haven't had any luck yet. Any suggestions would be appreciated.