If currentrow volume .tostring <“20000000”
This is the issue when you want to compare greater than and less than you hvae touse numbers…not strings…
If(IsNumeric(Currentrow("Volume").ToString),Cdbl(Currentrow("Volumn").ToString),0) > 2000000
Please try like this
Cheers
1 Like