Hi Bill,
there's only one grand total.
But when you need multiple aggregates on the same level you can simply delimit them by comma:
with sum(RACK_UNITS)(title 'Total Rack Units:'),
sum(VENDOR_MAX_WATT_POWER)(title 'Total WATT POWER:')by location
with sum(RACK_UNITS)(title 'Grand Total RUs:'),
sum(VENDOR_MAX_WATT_POWER)(title 'Grand Total WATT POWER:');
Btw, are you actually still running BTEQ reports like this? I almost forgot about that syntax :-)
Hi Bill,
there's only one grand total.
But when you need multiple aggregates on the same level you can simply delimit them by comma:
Btw, are you actually still running BTEQ reports like this? I almost forgot about that syntax :-)