I am trying to compare Dataview column to negative number. But it does not work.
I have tried parseFloat(-5) but also not works.
Thanks!
I am trying to compare Dataview column to negative number. But it does not work.
I have tried parseFloat(-5) but also not works.
Thanks!
Try
'{TableName.ColumnName}' >= '-5' --
I try UEINCShippingTLG_0_0.Calculated_dayslate >= ‘-5’
And it works!
Thank you so much
Woohoo