Dataview, Nested YAML, Help with FLATTEN

Just perfect. Thank you.

I have added a list (array) for the type.

sport:
  type: ['Gehen','Ellipsentrainer','Kreistraining']
  Gehen:
    distanz: 1.4
    dauer: 18
    geschwindigkeit: 4.6 
    hf-schnitt: 117
    puls-max: 107
    memo: ''  
  Ellipsentrainer:
    dauer: 5
    hf-schnitt: 145 
    puls-max: 160
    memo: 'Physiotherapie'  
  Kreistraining:
    dauer: 60
    memo: 'Physiotherapie'

to seperate my queries into paragraphs with

WHEN contains(sport.type, "Gehen")

Thank you very much ! :heart: