Posted on 17/06/2013 15:09:58
Hey Morten.
It works if the ProductVariantID is an empty string, but not if it is null.
We have talked about adding "isNull" and "isNotNull" ( and maybe even an "isNullorEmpty and "IsNotNullOrEmpty" options to the filters, but I haven't heard anyone ask for them before now, so it hasn't yet been implemented/planned.
since null and the empty string are treated the same in that particular column, you can update the ProductVariantId column in your database to an empty string where it is currently null - then the export should work. Of course, this is only really a useful solution if it is a one time export, and not one that is run periodically, to get new products from the system.
What destination are you exporting to?
If your destination is an XML file, you may consider working around the problem by adding an XSL file that can filter the exported data as needed.
Hope this helps - if not, let me know, and we'll see what we can do to add the needed functionality to the Integration Module.
Regards, Jonas Dam