HTML5 Data Bindings Support Product Page
Multiple Searches
Asked 29 Oct 2014 17:00:07
1
has this question
29 Oct 2014 17:00:07 Danny Dominguez posted:
Is there a tutorial on how to do search on the same page by columns or by date range? I would like to have the ability to search either by quoteID or by date range.My Filters are
Name Condition Value
quotes.quoteID contains Form(search)
OR quotes.reference contains Form(search)
AND quotes.dateEntered >= Form(startDate)
AND quotes.dateEntered <= Form(endDate)
Replies
Replied 29 Oct 2014 17:12:59
29 Oct 2014 17:12:59 Teodor Kuduschiev replied:
Hi Danny,
Nested filtering is not supported. If you want to do this, you should use 2 fields.
Nested filtering is not supported. If you want to do this, you should use 2 fields.