![]() |
Sergey Kornilov admin 9/28/2013 |
Master-Details relationship with composite key use AND condition in SQL query by definition. If you need to use OR condition - you can implement your own solution. |
J
|
JER author 10/7/2013 |
Master-Details relationship with composite key use AND condition in SQL query by definition. If you need to use OR condition - you can implement your own solution. Set 'View as' type of one of fields to 'Custom' and make it a hyperlink that points to the details table. URL should look similar to this one: Cars_list.php?q=(Make~equals~Audi)(Model~equals~TT)&criteria=or More info: http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm
|