I would like to combine record level Filter by OR Statements, so i can get all Records that satisfy any of the following statements
SETFILTER(No.,myDocno)
OR SETFILTER(Customer Quote No.,myQuoteNo)
OR SETFILTER("Customer Order No.",myOrderNo)
if written in SQL it would look something like this:
Select From ...WHERE ("No."=?) OR ("Customer Quote No."=?") OR "Customer Order No."=?);
Is it possible without temporary tables or SQL-Views/Stored procedures ? ](*,)
0
Comments
@ALL
I've got the feeling, that the SQL not like mark. (Performance)
Regards
Garak
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.