DMXzone App Connect Data Traversal Support Product Page

Can I apply a secondary filter to a data view query?

Asked 08 Mar 2018 23:12:52
1
has this question
08 Mar 2018 23:12:52 Lee Woolsey posted:
I have a data view that filters my table with the value of a Select field.

<dmx-data-view id="member_view" dmx-bind:data="all_members.data.memebrs" filter="accessLevel == selectgroup.value" page="pageno" pagesize="13" dmx-bind:page="query1.data.pageno" sorton="name_l"></dmx-data-view>


Is is possible (and how would I approach it) to then filter returned data view by secondary field (in this case a fuzzy-search of a text field filtering the name_l column)?

Can I use the first data view as the source bind for the second filter?

Replies

Replied 09 Mar 2018 07:09:37
09 Mar 2018 07:09:37 Teodor Kuduschiev replied:
Hi Lee,
You can use expressions to add as many filters as you like:


Quotefilter="condition1 == value && condition2 == value2"

Reply to this topic