Can you left outer join from a transaction search ...
# suiteql
j
Can you left outer join from a transaction search that giving line level results to the item table so get null values for items customers arent buying?
j
Are you just wanting to get a list of items that don’t appear on a transaction?
if your left table is the transaction, that won’t work
j
Yes thats exactly what i want