Skip to main content

Celonis Product Documentation

Creating breakdown selector

Setting up this new breakdown selector will enable business users to change what dimension the data is aggregated by in the table.

To set this up, just add a "BreakdownSelector" YAML configuration and specify the columns you want to include. The selector will automatically get added to the table's top right corner and always change the table's leftmost column.

id: table-d2d7e5fc-3251-48a4-a861-63aafaf86d76
type: table
settings:
  data:    
    breakdownSelector:  
        columns:    
        - field: ORDERS.CUSTOMER_ID     
        - field: ORDERS.CUSTOMER_NAME  
    columns:    
        - field: ORDERS.PRODUCT_NAME      
          id: 3e68b67d-b460-4ec9-9059-568fb808e03e      
          order: 100     
        - field: ORDERS.PROFIT      
          id: dade401a-25ea-485b-a3b4-11f5911e34f5       
          order: 200    
        - field: ORDERS.QUANTITY     
          id: b20417cd-8af3-431c-ae10-a75214960efd     
          order: 300 
 name: Customer Details
breakdownSelector.png