Comparing to negative number in Application Studio

I am trying to compare Dataview column to negative number. But it does not work.
image

I have tried parseFloat(-5) but also not works.

Thanks!

Try

'{TableName.ColumnName}' >= '-5' -- 
3 Likes

I try UEINCShippingTLG_0_0.Calculated_dayslate >= ‘-5’

And it works!
Thank you so much :raised_hands:

Woohoo :smiley: