Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to do a expression where numbers should be greater than and less than expression. For example , I am trying to filter numbers which are greater than 7 and less than 14. But for some reason, I am getting some values out of range. For example, I see result with 14.5
Share your expression
"Aggr(Median({1<$(vFilters)>} FieldNameXXX), FieldName) >= VFrom AND Aggr(Median({1<$(vFilters)>} FieldNameXXX), FieldName) <= vTo"
The weird things is that 7 to 14 gives me 14.5 , but 7 to 15 works fine.