InstructionWhich7142
Registered User.
- Local time
- Today, 03:12
- Joined
- Feb 24, 2010
- Messages
- 203
I'm using a left join query from a main parts list to a table of "records to exclude or discount" where if a boolean is true they should be discounted and false excluded entirely, so the where clause is if the left join doesn't match (i.e. the boolean Is Null) they should be included or if the boolean is True they should display, so my criteria says "Is Null or True", to leave out the "false" boolean which is the ones that should be excluded entirely from the output,
This worked on one query, I got Square checkbox with Square black middle and Ticks, i.e. true, however on a second query I only get true, if I just leave "Is Null" I get 0 results, I previously didn't have the boolean and just did the "Is Null" on an Integer index and it worked fine finding NULL values, any ideas on the inconsistency? Thanks,
This worked on one query, I got Square checkbox with Square black middle and Ticks, i.e. true, however on a second query I only get true, if I just leave "Is Null" I get 0 results, I previously didn't have the boolean and just did the "Is Null" on an Integer index and it worked fine finding NULL values, any ideas on the inconsistency? Thanks,