Is it possible to create the following parameter?...
The field StaffID has many different ID's (SJM, LRD, RTV..)
My parameter now :
(if {?CoMng} <> "All" then
({PACS_PROJECT_STAFF.STAFF_ID}) = {?CoMng}
else if {?CoMng} = "All" then true).
How can I let user select "All" without one particular person?
For example user wants All without SJM.
The field StaffID has many different ID's (SJM, LRD, RTV..)
My parameter now :
(if {?CoMng} <> "All" then
({PACS_PROJECT_STAFF.STAFF_ID}) = {?CoMng}
else if {?CoMng} = "All" then true).
How can I let user select "All" without one particular person?
For example user wants All without SJM.