Data List Query - turn all matching red font color

Little stumped right now.

I have a list of data and im trying to filter. I want to filter just the last column.

Filtering all that are less than (0).

Thanks everyone for the help.

Actually not even trying to filter the data , Just displaying a column of the data that is less than 0, in red font

Hi @cresto.pgaxq2
To incorporate this into a data viewer, you will need to create a Custom Data Viewer Layout. When you create the Layout, you can activate Advanced Binding and select the label’s color on Bindable Properties.

You can find more information about Custom Data Viewer Layout in our docs: Custom Data Viewer | Thunkable Docs