Data Cube XML. How to place OR operator in XML
Summary:
CPQ. Version : 23 D
In the below Help Page , it is mentioned that …
Also the or
conjunction operator is supported between filters.
If there are two lines of filters, as per my understanding ‘AND’ will work. Example …
<filter type="include" var_name="salesOrganisation_quote" operation="equal" value="FRANCE"/>
<filter type="include" var_name="status_quote" operation="equal" value="Project Won"/>
How can I pace ‘OR’ operator in between them? Also, Can someone please share the actual syntax we can use to filter the record using "OR", "AND" operators.
0