Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9146

Re: Calculation View error for CE_PROJECTION while applying Input Parameter

$
0
0

Hi,

 

You're welcome. Sorry for the late reply. Yeah, you made it. The reason is very simple.

 

VAR_out = CE_AGGREGATION(:Cal2, [count("PARTY_ID") as "PARTY_ID","COUNTRY","VALIDATED_FLAG"],["VALIDATED_FLAG"]);


The above is incorrect since you need to group by "COUNTRY" which is correct in the below.


VAR_out = CE_AGGREGATION(:Cal2, [count("PARTY_ID")], ["COUNTRY", "VALIDATED_FLAG"]);

 

Best regards,

Wenjun


Viewing all articles
Browse latest Browse all 9146

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>