K
|
kkiboo 9/2/2010 |
I had this problem and the only way I found a solution was to make a view of the table you are trying to list. Use the where clause on the view and keep the original table the same, just link to it when you need to search. |
![]() |
Sergey Kornilov admin 9/2/2010 |
kkiboo is right. You need to add WHERE clause right to SQL query on 'SQL Query' screen. |