Show data from all time points

Hello everyone,
this is probably a really simple question but I could not turn up anything useful by googling.

I have data that looks like this at t0

--------------------------
X
--------------------------

and at t1

--------------------------
        X
--------------------------

and at t2

--------------------------
               X
--------------------------

so just one point of data moving over time.
Is there a filter or something that I can use to display it as

--------------------------
X       X      X
--------------------------

so all the time steps in one view?
It would be no problem if data got overwritten if the point didn’t move for that step.

Thanks a lot!

You are looking for the Group Time Steps filter.

1 Like

Thanks, that was exactly what I was looking for!