If you need to export all the products lower than 1 you just need to exclude >=1 and you’ll get all the products with stock 0 or negative.
https://snipboard.io/oCqZ1g.jpg
Thank you! The thing is, is that I only want to see the stock, so everything above 0. That doesn’t seem to work for some reason. It’s like there’s a bug with only that number for me for some reason. I either get 0 or 1+ no matter what I try.
I understood the other way.
So, you need to export all products WITH stock, and when you exclude by <= 0 it does not work, but if you exclude by <=1 you don’t get the products with exactly 1 unit in stock.
Is this it?
Yes exactly. I technically never get the 1 in stock for some reason. Only 0 or 2+
Can you try this temporary version, please?
https://www.dropbox.com/t/NRSNOHp1QKwOner9
If this solves the bug I’ll make a release later on.
Hi!
I had some trouble getting the file downloaded. I checked it, but it still doesn’t work 🙁
It should work. I even added the “=” option now.
Please try again: https://www.dropbox.com/t/Pu9VYGYf6RYHTvwL
Thank you!
It’s weird.. Even if I set it to = 1 the only results are still everything (including 0 except the 1)
EDIT:
I changed it to <=0 and now it seems to work. Thank you so much! But I think there’s still a bug in it though. Because this math doesn’t add up.
That’s the expected behavior: “Exclude products” that are >=, <= or = to the entered value.
So, if you want
– Products with stock: set it exclude <=0
– Products without stock (including negative stocks): set it to >=1
– Products that DO NOT have the stock equal to 0 (including positive and negative stocks): set it to =0
Thank you man! It means a lot!!
Enjoy your day!
Kind regards,
Boy van Arkel