I am trying to put filter in a listbox for Values > 0 as 'Excess' and Values <0 as 'Short' excluding all values equal to zero present in record.
when trying to do so I am getting some values equal to zero in Short as well as Excess at record level when a selection made for either Short or Excess.
Above Expression didn't worked for me , So I created another expression shown below by putting three selection in a filter viz. Excess , Short, and Zero , Still I am getting some values equal to zero in 'Short' & 'Excess' at record level.