Exclude data from a field

I have added a field that shows qty of an inventory item however it is showing inventory with qty of zero, How can i get it to show only Items with a positive count?

Many Thanks,
Daniel

I can think of a few options:

  1. Conditional rendering
  2. Custom field renderer
  3. If read-only, you could investigate using a template or even a UI only field
Check out the tutorials on the above topics and see which one will best support your use case.

Or a model condition to exclude rows without inventory?