Using CR 8.5:
I want to user to be able to see one department ({Department Code}) or all departments (by entering "ALL" in the parameter).
This formula (in the select expert box) does not work.
{LABITEM.Location} = uppercase({?Analyst}) and
{LABITEM.Lab Item Number} <> "0" and
(if uppercase({?UnitCode}) <> "ALL" then
trim({LABCASE.Department Code}) = uppercase({?UnitCode}))
Can this be done (or is there another way to do it)??
I want to user to be able to see one department ({Department Code}) or all departments (by entering "ALL" in the parameter).
This formula (in the select expert box) does not work.
{LABITEM.Location} = uppercase({?Analyst}) and
{LABITEM.Lab Item Number} <> "0" and
(if uppercase({?UnitCode}) <> "ALL" then
trim({LABCASE.Department Code}) = uppercase({?UnitCode}))
Can this be done (or is there another way to do it)??