Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Knowledge Base
How does the QuickBase query language work?
The QuickBase query language is described in detail in the QuickBase API Guide: http://www.quickbase.com/api-guide/index.html#componentsquery.html
Tags:
- 76409 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (68)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
Try (Value1>1000 AND
Try (Value1>1000 AND Value1<10000) OR (Value2>1000 AND Value2<10000)
How to write complex queries ?
I understand the query language quite well, but I can't find a way to create a more complex query such as :
- ( 1000 < Value1 < 10000 ) OR ( 1000 < Value 2 <10000)
I would like to do that for targeting customers in a CRM applicationPost new comment