Hi,
Wouldn't it be possible to set aggregation to 'NONE' in query HANA_Resources_CPUAndMemory_History_Rev70+ and get the max out from CPU_BUSY_PCT for a day worth of data?
Something like:
select to_char(snapshot_time, 'YYYY-MM-DD'),host, max(CPU_BUSY_PCT) from ( -- here goes query HANA_Resources_CPUAndMemory_History_Rev70+ -- adapted for a day worth of data and aggregation 'NONE' ) group by to_char(snapshot_time, 'YYYY-MM-DD'),host
BRs,
Lucas de Oliveira