How do I specify the _Eval conditions to filter the query data from Siebel?

How do I specify the _Eval conditions to filter the query data from Siebel?

book

Article ID: KB0086753

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Siebel -
Not Applicable -

Description

Resolution:
While using the literal match condition, the condition will be specified as:
_Eval(“&ltcondition>”) where &ltcondition> is the same as the syntax you use while querying through the Siebel client.
For example, if you have a simple query with an OR condition, you can add this string in the literal match for the Business Component field.
    _Eval(" [C1] = "xxx" or C2 = "yyy" ")
where C2 is the Business Component field for which the search parameter is added and C1 is another Business Component field.
Kindly refer to the Siebel book shelf for details on specifying _Eval conditions.

Issue/Introduction

How do I specify the _Eval conditions to filter the query data from Siebel?