Data Cube XML. How to place OR operator in XML
CPQ. Version : 23 A
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 me 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