It seems Select Expert will only alow one instance of "or" functionality in the Formula editor.
Example:
({V_RPT_PayList.LastName} like {?Last Name} and
{V_RPT_PayList.FirstName} like {?First Name}) or
({V_RPT_PayList.DomUserId} = {?User ID})
If I attemp to add an additional "or" codition like this:
({V_RPT_PayList.LastName} like {?Last Name} and
{V_RPT_PayList.FirstName} like {?First Name}) or
({V_RPT_PayList.DomUserId} = {?User ID})or
({V_RPT_PayList.OldUserId} = {?Old User ID})
When I try and enter data in the "Old User ID" prompt, I do not get data returned.
Please help.
Thanks,
John
Example:
({V_RPT_PayList.LastName} like {?Last Name} and
{V_RPT_PayList.FirstName} like {?First Name}) or
({V_RPT_PayList.DomUserId} = {?User ID})
If I attemp to add an additional "or" codition like this:
({V_RPT_PayList.LastName} like {?Last Name} and
{V_RPT_PayList.FirstName} like {?First Name}) or
({V_RPT_PayList.DomUserId} = {?User ID})or
({V_RPT_PayList.OldUserId} = {?Old User ID})
When I try and enter data in the "Old User ID" prompt, I do not get data returned.
Please help.
Thanks,
John