How to extract a specific day's operative temperature for 365 different simulation runs

Hi everyone, I am running a parametric study with the Fly component, simulating 365 different window configurations. Each configuration corresponds to one specific day of the year.

  • Run 1 (Jan 1st) → Window Construction A
  • Run 2 (Jan 2nd) → Window Construction B
  • … and so on.

I have all 365 simulation results (hourly operative temperature). Now I need to filter the data so that for Result 1, I only see the hours of Jan 1st; for Result 2, only Jan 2nd, etc.

Ultimately, I want to calculate the number of hours where Top​>25°C for each specific day and its corresponding construction. What is the best way to “slice” this data tree diagonally?

Thanks in advance!