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

Re: Semantics vs Aggregation node in Calculation View

$
0
0

The final aggregation node does not come with the filter option.

So, no you cannot use it instead.

 

Beyond that, the final node in the model basically defines the general type of view.

If you want to have a flat data output with no automatic aggregation along the output columns, the projection node is used.

 

As soon as you work with something that resembles a cube, you'll need the aggregation.

 

Also, aggregation works by grouping records. That makes them unique in the output.

The projection doesn't do that.

 

That's very similar to the SQL behavior of queries with and without GROUP BY clause.

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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