Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, to create the hierarchical list box shown above, you would fill in the following in the Items: area.

 

Code Block
1-1:> or GT (Greater Than)
2-2: > 500
1-1:< or LT (Less Than)
2-2: LT 15 MAY 1997
1-1:= or EQ (Equal To)
2-2: = "Revelation Software"
1-1:>= (Greater Than or Equal To)
2-2: >= 1000
1-1:<= (Less Than or Equal To)
2-2: <= 1000
1-1:# (Not Containing)
2-2: # "Open Insight"
1-1:[] (Containing)
2-2: ["MAY"] or []"MAY"

 

...