Hi,
I’m new to Business Objects and I am trying to modify a report where i need to add one more condition to the existing SQL. But i don’t know which operator can be used to add that condition.
Below is the condition I want to use.
AND NOT EXISTS (SELECT ‘X’ FROM Table1
WHERE Table1.HEALTH_PROFESSIONAL =
‘Yes’ AND Table2.CASE_NMBR =
Table1.PR_ID);
Here table2 is mentioned in the main query.
Please someone help me with this!!!
Regards,
Kartik
krajuk (BOB member since 2012-09-01)