Why filter on field value no results?

The left works; the right not work.

BTW, new users can only send one image, which is really disgusting.

Hello @GF-Huang,
Welcome! Oof that is a pain. I’ll look into seeing how we can fix that–thanks for letting me know.
I believe you want to:

|> filter(fn: (r) => r._value >= 0 )

I often switch between the table view or raw data view to help me understand the shape of my data.

FYI If you need to name your values based off your fields…you might be interested in the pivot() function

Thank you! |> filter(fn: (r) => r._value >= 0 ) works fine!

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.