This topic is locked

"IN" Clause on LIST Page

1/7/2015 5:31:12 AM
PHPRunner General questions
G
gluckett author

HI All,

I was hoping to pass a IN clause. For example, with the online demo:
http://xlinesoft.com/livedemo/phprunner/livedemo1/customers_list.php?q=(CustomerID~IN~ALFKI,ANTON)
I asked something like this in phprunner 6, but I was hoping the latest version might have something like this now (http://www.asprunner.com/forums/topic/13550-multiple-key-column-search-in-list-php-page/)
Gordon

Sergey Kornilov admin 1/7/2015

Add the same CustomerID field to control panel twice:

http://xlinesoft.com/livedemo/phprunner/livedemo1/customers_list.php?q=(CustomerID~equals~ALFKI)(CustomerID~equals~ANTON)