Hi all,
I'm converting a crystal report from a pervasive database use to SQL database use. The below formula works fine in the pervasive report, but in SQL the report appears to have selected all the relevant records but only prints those that satisfy the first half of the query (everything before the OR operator). Any thoughts?
{PROJECT.lookup5}={?Area}
and {PROJECT2.date5}in{?Start Date}to{?End Date}
or {PROJECT.lookup9} = "l. Tender Lost" and
{PROJECT2.date6}in{?Start Date}to{?End Date}
and{PROJECT.lookup5}={?Area}
I'm converting a crystal report from a pervasive database use to SQL database use. The below formula works fine in the pervasive report, but in SQL the report appears to have selected all the relevant records but only prints those that satisfy the first half of the query (everything before the OR operator). Any thoughts?
{PROJECT.lookup5}={?Area}
and {PROJECT2.date5}in{?Start Date}to{?End Date}
or {PROJECT.lookup9} = "l. Tender Lost" and
{PROJECT2.date6}in{?Start Date}to{?End Date}
and{PROJECT.lookup5}={?Area}