CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News

    Find out about Linktracker for Maximzier
CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Product Features    Newbie Question for All field Search
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
jt
New Member
Posted
Usually when I wanted retrive a group of selected items for example Countries: Singapore, Malaysia and Thailand, I need to click match 'Match One or More' in the Sub Menu. This is reasonable as I am not asking to retrive an entry with three Countries name all together.

What I am confuse about is, apply the same theory as above. If wanted to 'remove' countries from the list, in order to get the correct result, I have to select 'Must Match All' in the Sub Menu(Country List) instead of 'Match One or More'. What is the reason behind this?

Thanks for the help, I really appreaciate.
 
Posts: 3 | Registered: January 24, 2008Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
I *think* this is really just a basic logic question.

A boolean expression is one that evaluates to either TRUE or FALSE. The expression

Country='Canada'

will either be TRUE or FALSE depending on what is in the "Country" field (leaving aside NULL values for the moment).

Logical negation is the process of "flipping" values between TRUE and FALSE.

NOT(TRUE) = FALSE
NOT(FALSE) = TRUE

When selecting records for multiple countries you need to OR the values together, e.g.

Country='Singapore' OR Country='Malaysia'

When negating a boolean expression you must remember that

NOT(A OR B) = NOT(A) AND NOT(B)

so therefore

NOT(Country='Singapore' OR Country='Malaysia')

is the same as

Country<>'Singapore' AND Country<>'Malaysia'

Does that help?

.
 
Posts: 697 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
jt
New Member
Posted Hide Post
Im afaid your explaination seems abit too complex. I would appreciate your can use more simple exampleSmile
 
Posts: 3 | Registered: January 24, 2008Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Product Features    Newbie Question for All field Search

© CABC Ltd 2002 - 2005. All Rights Reserved.
Maximizer is a trademark of Maximizer Software inc.