Filtering question

In dataview, i am loading #id# and #name# from a database table. Am able to filter results using function:
data.filter(‘#id#’, idvalue);
Works great when only single “idvalue” is entered.

What do i do when i want to filter many values simultaneously (i.e. when “idvalue” is an array) ?

Thanks

You can use 2nd parameter of filter() method as a function to filter data view by multiple values. Please check docs.dhtmlx.com/doku.php?id=dhtm … iew_filter