durandal
Posts: 4
|
| Posted: 01/16/2008, 8:57 PM |
|
Is there some way to add a flexible query tool to a list page in CC 3.2?
What I mean by flexible, is a form where one can mix and match "AND" and "OR" expressions.
For example the form would be able to support a query a query of this type:
(name = "brown" or name = "smith") and state = "CA"
Thanks in advance,
Mike
|
 |
 |
mrachow
Posts: 509
|
| Posted: 01/17/2008, 12:04 AM |
|
When having the where conditions on the query builder you can enter or remove brackets with buttons. Studio will enter the fitting bracket (opening or closing). In case you have marked several where conditons all these will be enclosed in brackets.
On the property dialog of a single where condition you can select with the help of the Condition listbox how the actual where part should be join with the following one (and/or).
_________________
Best regards,
Michael |
 |
 |
|