1. SAP HANA Cloud
SAP HANA Database Modeling Guide for SAP Business Application Studio
"Create Union Nodes": This guide explains that the union node is used to combine result sets. The standard behavior is to append results
not to automatically remove duplicates. The subsequent step for deduplication is aggregation. (Reference: The concept is foundational to the tool's operation
described in the section on Union nodes).
2. SAP HANA Cloud
SAP HANA Database Modeling Guide for SAP Business Application Studio
"Create Aggregation Nodes": This section details how aggregation nodes are used to summarize or group data. It states
"You can use the aggregation node to summarize data for a group of rows by calculating values in a column." Grouping by the customer name column without applying a specific aggregate function (or using MIN/MAX) on it results in a distinct list. (Reference: Section on Aggregation Node functionality).
3. HA300 - SAP HANA 2.0 SPS07 - Modeling
Unit 4: Calculation Views
Lesson: Using Union Nodes and Lesson: Using Aggregation Nodes. The official SAP courseware demonstrates that a UNION node combines data sources and an AGGREGATION node is subsequently used to group data
which is the standard method for achieving a DISTINCT result on specific columns within the graphical editor.