JimISManager
MIS
I am trying to create a report that lists a social worker for a client.
I have a table that has a number of different practitioners listed, but I only want the social worker on this report.
So, I am trying to use the following:
IF {user_other_prac_grid.type_of_practitioner_Value} in ["Clinical Social Worker"] then
{user_other_prac_grid.practitioner_name_Value}
else
""
When I do this, I get the error "A boolean is required here" just before the IF.
Any ideas on how to get past this? It would be a great help, because there are a number of reports that I need to create that pull things the same way.
Thanks in advance for your help!
Jim
Wyoming State Hospital
I have a table that has a number of different practitioners listed, but I only want the social worker on this report.
So, I am trying to use the following:
IF {user_other_prac_grid.type_of_practitioner_Value} in ["Clinical Social Worker"] then
{user_other_prac_grid.practitioner_name_Value}
else
""
When I do this, I get the error "A boolean is required here" just before the IF.
Any ideas on how to get past this? It would be a great help, because there are a number of reports that I need to create that pull things the same way.
Thanks in advance for your help!
Jim
Wyoming State Hospital