First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Filter by time column?

In a capture we see the time column measured in seconds for example 56.830011 Can we filter by time between 56.830011 and 58.000000 or example ? If yes how ?

historicalswimming's avatar
1
historicalswimming
asked 2022-04-29 08:10:37 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Try something like this:

frame.time_relative >= 56.830011 and frame.time_relative <= 58.000000
Bob Jones's avatar
1.5k
Bob Jones
answered 2022-04-29 10:02:17 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer