newbie0423
IS-IT--Management
I am writing a report where I would like the end users to be able to select their names if they were the nurses working in the OR. I would like each nurse (whether 1st nurse or 2nd nurse to be able to run the report using their names.
1st Nurse
2nd Releif Nurse
I am using two parameters.
{V_JGG_1stSurg_nur_delay_lastNUR.FirstNurse} = {?Circulator} and
{V_JGG_1stSurg_nur_delay_lastNUR.LastNurse} = {?Relief Nurse}
But this isn't returning anything. When I only use one parameter it will return data fine.
I have also tried using this formula from another post, but nothing returns with this on either. Is it possible to have two parameters with two different fields. I'm using Cystal XI
(
(
{?Circulator} = "ALL CIRCULATOR" and
{V_JGG_1stSurg_nur_delay_lastNUR.FirstNurse} = {?Circulator}
) or
(
{?Relief Nurse}= "All Relief Nurse" and
{V_JGG_1stSurg_nur_delay_lastNUR.FirstNurse}= {?Circulator} and
{V_JGG_1stSurg_nur_delay_lastNUR.LastNurse} = {?Relief Nurse}
)
)
thanks in advance