Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 44 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 278 Oracle Analytics and AI News
- 55 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Search Multiple GL accounts from BI Reports using concatenated segments
Description
We need to be able to fetch multiple GL accounts from a BI report using the entire account number (i.e. concatenated segments).
We need to be able to search for GL accounts using the LIKE lexical operator in BI reports. Currently, this is not supported for WHERE statements and no results are returned. Using a SELECT statement causes the indexing to be broken, resulting in timeouts.
Currently, there is no workaround available to fetch large amounts of data using Flex fields in Data models as these are using PL/SQL packages.
To pass multiple values in to the Flex fields we need "IN" operator. Currently, Flex fields are not supported with "IN" operator.
When adding KFF Where lexical, the LIKE operator does not work with parameters.
We're expecting to be able to use a LIKE operator and provide a % value when running the report, however no results are returned.
Use Case and Business Need
This is needed for the retrieval of account information and currently, without this we cannot retrieve values within Oracle BI Publisher through the user of reports.
More details
The major issue with using the separated segments is that the data that is imported using the integration tool has the account concatenated, so for this and other KFF structures it's not feasible to split it (i.e. the chart of accounts change the structure).
Original Idea Number: f31a4276bf