cancel
Showing results for 
Search instead for 
Did you mean: 

QaaWS dynamic filter

Former Member
0 Kudos

Is QaaWS able to filter query results at the time the web service is call?

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

Do you mean via parametrized Query Filter or Universe Access Restrictions? Yes. Yes.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Sorry for not being clear. What I want to know is if there is a way for me to pass a parameter to a web service built with QaaWS to filter on. i.e. I put a filter on year when building the QaaWS where year, city, amount is return. When I call the web service I pass in 2008, I expect only 2008 data to return. How can i accomplish this?

Edited by: Jimmy Chen on Oct 21, 2008 6:56 PM

ted_ueda
Employee
Employee
0 Kudos

That would be a Query Filter.

When creating the QaaWS in the client, drop the Year on the Filter panel, select a Operator, then select Prompt and enter a Prompt Text.

When you look at the WSDL for the QaaWS, you'd see that elements to send the input values would be defined.

Sincerely,

Ted Ueda

Answers (0)