Back to Zeppelin

Pivot Settings

zeppelin-web-angular/src/assets/classic-visualization-templates/pivot_settings.html

0.12.0289 B
Original Source

Available Fields

{{col.name | limitTo: 30}}{{col.name.length > 30 ? '...' : ''}}


keys

{{item.name}}

groups

{{item.name}}

values

{{item.name | limitTo: 30}}{{item.name.length > 30 ? '...' : ''}} {{item.aggr}}

  • sum
  • count
  • avg
  • min
  • max