Actually, I do have it set up for a user prompt (parameter) as below:
{Project.Completed} = "F" and
{Project.FinishDate} <= Date (2003, 12, 31) and
{Client.OfficeID} <> "DROP"
and
{Client.Manager} = {?MgrPrompt} or
{Client.Partner} = {?DirPrompt}
(These 2 tables are joined...
I need to "group" some parameters in my record selection
where these first 3 lines are evaluated:
{Project.Completed} = "F" and
{Project.FinishDate} <= Date (2003, 12, 31) and
{Client.OfficeID} <> "DROP"
AND
these 2 lines are evaluated:
{Client.Manager} =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.