anyone got any clue why including "Billing Address : Internal ID" result column in a vendor search acts as a filter ? It removes any vendors which haven't got a "Billing Address". I've even tried to add the column as a formula ( case when {billaddress} is NULL then '' else {billingaddress.internalid} end ) and it still filters my results to vendors which have a "Billing Address"