#1
|
|||
|
|||
another puzzle
Sorry to hog the board w my stuff but here goes:
Advanced Search: (category = waiting and flag does not = completed) or (flag = blue flag and Template ItemID does not = xxxx) xxxx = one item w a blue flag |---------------------------[ Start ] -------------------------| This produces results that includes the one item w ItemID xxxx that includes a blue flag I also indented the ItemID. The result was the same. |--------------------------- [ End ] --------------------------| I solved this by replacing ItemID with Template Item does not equal Search |--------------------------- [ End ] --------------------------| With this change, UR cleaned up the results but I don't understand the problem with the first grouping. Last edited by janrif; 04-19-2007 at 10:17 AM. |
#2
|
||||
|
||||
definitely indenting problem ...
first of all, put the parenthesis somewhere in your search so that we know what you are trying to achieve ... |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
what do you want?
(category = waiting AND flag does not = completed) OR ( flag = blue flag AND Template ItemID does not = xxxx) or do you want category = waiting AND (flag does not = completed OR flag= blue flag) AND Template ItemID does not = xxxx ??? |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
ok, then do ...
category = waiting and flag does not = completed[indent] or flag = blue flag [indent] and Template ItemID does not = xxxx |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Quote:
The "flag=waiting" is included in the results cause it has purple flag and its itemID is most probably not equal to 31389. |
#9
|
|||
|
|||
Quote:
|
|
|