Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Analytics, Logical Expressions in Report Filters Oracle B2C Service
Resolution:
The logical expression feature allows significant flexibility when defining reports. By default, when multiple filters are included in a report, all filters are joined with an AND (&) Boolean connector. However, you can customize the logical expression to use an OR ( | ) join between filters or groups of filters as well.
Note: Logical expressions are also used when configuring rulesets. For more information on using logical expressions with rules, refer to Answer ID 84: Using 'OR' logic with business rules.
When you add multiple filters to the report, the logical expression automatically joins the filters with an AND connector.
Therefore, to customize the logical expression used for your report, the first step is to add an OR node. Then, drag and drop the filters that are joined with an OR join into the OR node.
Within the OR node, you can also add an AND sub-node for more complex expressions.
When adding a node to an expression, you are adding a parenthetical component where the elements within the node are joined by either OR or AND. That is, adding an OR node is like adding ( __ | __ ) or ( __ OR __ ) to the logical expression. For this reason, you must have at least two components listed under a node.
You can drag and drop filters into the node or you can add sub-nodes and then drag filters to the sub-nodes. Although AND and OR nodes alternate you can add one then the other and move the desired node to the root and delete the undesired node.
You can also negate both filters or nodes. Simply select the filter or node and click Negate Expression.
The Edit Text Definition link allows you to review how your filters are grouped and the operators between them. This allows you to verify the configuration of the expression.
From the Edit Logical Expression window, you can add, edit or delete filters from your report. In addition, you can click on a node and delete that node.
Caution: If you delete a node, it also deletes all filters and sub-nodes. Therefore, to delete a node without deleting the filters, you must first drag the filters to a higher level (such as the top AND node) and then delete the node.
To modify the logical expression used with your report: use the steps below:
Note: If you want all of your filters to be joined with an OR connector, add the OR node and then drag and drop all of your filters to the OR node.
Within the logical expression string, the use of parentheses is very important. If no parentheses are included, the criteria are evaluated solely by the order listed in the Logical Expression box. For example, there is a significant difference between expressions A and B below:
Without parentheses, comparisons are made strictly by the order the criteria are listed. As a result, the expression 1 & 2 | 3 corresponds to (1 & 2) | 3.