Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
Wherefields are the fields that are used in the wheregroup.
Attributes
Name | Description | Value |
---|
field | The field name that is included in a condition statement. | Any |
alias | The alias name for the field. | Any |
expression | The field expression. | VALUE, = |
Example
Wherefields
...
<wherefields>
<wherefield>
<field>PRODUCTS.PRODDELETED</field>
<alias>Expr001</alias>
<expression>VALUE</expression>
</wherefield>
<wherefield>
<field>0</field>
<alias>Expr002</alias>
<expression>VALUE</expression>
</wherefield>
</wherefields>
...