Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: HANA SQL result not as expected

$
0
0

Hi Blangero,

 

Can you confirm if the difference in excel result is not because you are filtering (based on your where clause) first and then aggregating?

 

Try this query to see what data is getting aggregated:

 

SELECT sum(HSL), rclnt,rldnr,rcomp,bilkt

FROM "_SYS_BIC"."tmp.fi.rtc.cube/ZRTC_C_ACDOCA0DL"

group by rclnt,rldnr,rcomp,bilkt;

 

Regards,

Manjari


Viewing all articles
Browse latest Browse all 9165

Trending Articles