breezett93
Technical User
I am trying to remove all the zero values, and have the non-zero values form one complete record. In my example, that leaves TIMB and OAKW, but OAKW could be replaced by other choices. So, I never want TIMB to be the chosen value, always the other. I plan to use NOT "TIMB" as Criteria.
I tried using Group By and Max, but I get one record with OAKW values and one with TIMB values. Is there a better solution than what I tried?
Thanks