I have two fields: Field A and Field B
I want to pull all records, which may have value 'SPLTAG' in either of the two columns.
How do I create a combination filter across two columns ?
Hi Pavan,
Welcome to Oracle analytics community.
Please try below:
SELECT * FROM table tab
WHERE (tab.A LIKE '%SPLTAG%' OR tab.B LIKE '%SPLTAG%' )
Thanks.
Tx for your inputs, Mandeep.
Field A and Field B are from different subject areas
Is there a way to get the OR condition on the Criteria tab of OTBI ?
Hi,
For analysis, in filter area, click on "And"
and it will update to "Or"
Or you can try creating complex query with two subject areas (or two of same subject area), just need to make sure your fields align (sometimes helpful too if creating pivot table views) see like below after creating analysis using first subject area, click the icon in upper right to add 2nd subject area into the complex analysis.
using two subject area (invoice number from each, and field A/B from each)
filter on field A in first subject area
filter on field B from second subject area
Thanks @Rich Merkel . I will try the steps and revert to you on the outcome.
Thanks for the detailed steps.
Is there a log that can be checked on our side that might help with the issue. I've submitted an SR, however it is currently being bounced around between different areas. Could not establish connection. oracle.xdo.delivery.ssh2.SSHMessageException: Error in decrypting message Current thought is that this is an issue with…
Hello, I'm trying my hand at creating some KPI's and Dashboard Visualizations for the Recruiting Activity Center (RAC) per the following documentation: Flexible Reporting in Redwood Dashboards Redwood Experience: Recruiting Dashboard When I add a session variable to my OTBI reports, I correctly see a value of 0 in my…
'Facility Name' exists in the Recruiting - Recruiting Real Time multiple times with varying usage. Job Requistion -> Job Requisition - Additional Details -> Facility Name Job Requistion -> Location -> Facility Name Is there any reason why these two Facility Names would not exist in the Recruiting - Real Time Events subject…
We are encountering issues with our OTBI dashboards where there is no option to export to Excel. This seems to be a new issue after the latest update to 26B. I made a change to the report layout (moved one analysis into its own section), and now I cannot export the page. As you can see in my attached photos, the export…
we have a requirement to fetch Worker Historic information like Current Job Title Previous Job Title Previous Department New Department Previous Manager New Manager Previous Location New Location which subject area stores this information in the OTBI?