I tried some based on the answers on the forum and it seems like this
Val(100)>5.0?Val(108)+1:Val(108)
but not correct
When my data (108)type is int, the data only shows 1 and 0
When the data type is double, its cumulative value is very strange, probably 9 or 10 each time.