多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.0 KiB

title description
Rollup Understanding Rollup Column!

Sample Organization structure:

  • 5 Departments, each department has a team name & associated team code
  • 5 employees working at different Departments
  • Teams has many Employees : relationship has been defined

company-employee-table

RollUp AGGREGATION functions supported

  • Count
  • Minimum
  • Maximum
  • Average
  • Sum
  • Count Distinct
  • Sum Distinct
  • Average Distinct

Now, we can explore how to extract cumulative information using "ROLLUP" columns

Adding a rollup column

  • Click on '+' icon to the left of column headers
  • Feed column name
  • Select Column type as 'Rollup'
  • Choose Child Table
  • Choose on Child column for aggregation
  • Select Aggregate function
  • Click on Save

Rollup

Rollup column will be populated with appropriate information