ThirdLittlePig
MIS
The problem is that when I specify criteria for a field in a table that has a left outer join, that join behaves like an an equal join.
Here’s the scenario: I have an entity for which there are several named contacts. Each contact can have multiple addresses which are assigned a ‘type’ (e.g. school, home, etc.). Not every contact position is filled for each entity. For example, each entity must have two leaders but some have three so the database accommodates the possibility of three leaders. In the report that I am preparing, I want to display a particular address type for the leaders but when I specify that the address type should be work, for example, using the Select Expert on the positions for which there are no assigned names (such as the optional third leader), the report only brings back records for which there is a third leader. So specifying this criteria makes the presence of a third leader mandatory. There are eight of these contacts for each entity and only three are consistently filled with the others sometimes being filled.
Can anyone help?
Here’s the scenario: I have an entity for which there are several named contacts. Each contact can have multiple addresses which are assigned a ‘type’ (e.g. school, home, etc.). Not every contact position is filled for each entity. For example, each entity must have two leaders but some have three so the database accommodates the possibility of three leaders. In the report that I am preparing, I want to display a particular address type for the leaders but when I specify that the address type should be work, for example, using the Select Expert on the positions for which there are no assigned names (such as the optional third leader), the report only brings back records for which there is a third leader. So specifying this criteria makes the presence of a third leader mandatory. There are eight of these contacts for each entity and only three are consistently filled with the others sometimes being filled.
Can anyone help?