Hello!
So, I would like to create a query that asks for a parameter, and runs that parameter against specific types. Let me give you an example:
Status: I have a total of four status types that a Requisition can have. For this particular query, I want it to be ran for only 2: Pending and Approved
Parameter: I want the user to be able to select etiehr Addition or Replacement.
Expression that I'm using but doesn't seem to work:
Status: "Pending" or "Approved"
Requisition Type (Paremeter): [Enter ADDITION or REPLACEMENT]
I've tried using "Pending" AND "Approved" but that is looking for one's that match, right?
I might not even be on the right track.. but I apprecaite any help I can get.
Thanks!
So, I would like to create a query that asks for a parameter, and runs that parameter against specific types. Let me give you an example:
Status: I have a total of four status types that a Requisition can have. For this particular query, I want it to be ran for only 2: Pending and Approved
Parameter: I want the user to be able to select etiehr Addition or Replacement.
Expression that I'm using but doesn't seem to work:
Status: "Pending" or "Approved"
Requisition Type (Paremeter): [Enter ADDITION or REPLACEMENT]
I've tried using "Pending" AND "Approved" but that is looking for one's that match, right?
I might not even be on the right track.. but I apprecaite any help I can get.
Thanks!