Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Filtering the Output by Filter Condition

Filtering the Output by Filter Condition

You can enter a filter condition to select output data by specific values.
  1. In the
    Data Viewer
    view, click the selection arrow in the filter condition
    Value
    column.
    The Expression editor appears.
  2. Click the
    Query Ports
    tab.
    A list of ports appears:
    The Filter Condition dialog box shows the Customer_Key and Customer_Name query ports. The Expression panel has the following expression: Customer_Name='Cust638'
  3. Select a query port and create a filter expression.
    You must enclose the search value in single quotes.
  4. Click
    Validate
    to validate the expression.
  5. If the expression is valid, click
    OK
    .
    The expression appears as the filter condition in the
    Data Viewer
    view.
  6. In the
    Data Viewer
    view, click
    Run
    .
    The orders for customer name Cust638 appear on the Output panel.
    The following image shows the results on the Output panel:
    The Filter Condition value is Customer_Name='Cust638'. The Output panel shows a JSON file with the Customer_Key and Orders for Customer_Name Cust638.

0 COMMENTS

We’d like to hear from you!