In OBIEE Reports, Pack Number Displays All Items, Whether It Is a Pack Item or Not
(Doc ID 2184049.1)
Last updated on AUGUST 16, 2022
Applies to:
Oracle Retail Merchandising Insights - Version 15.0 and laterInformation in this document applies to any platform.
Symptoms
All items, both pack and non-pack items, are displayed in RMI As-Is subject area when Pack Number is selected.
Steps to Recreate:
1. Select a NON-pack item from RMS:
SELECT Item
FROM ITEM_MASTER
WHERE ROWNUM=1
AND MERCHANDISE_IND='Y'
AND PACK_IND='N'
AND STATUS='A'
AND ITEM_LEVEL=TRAN_LEVEL;
2. In OBIEE, create an As-Is analysis with just the Pack Number column.
3. Filter the Pack Number with the item number selected from step 1.
4. Click Results tab.
5. The item number displays in the result. It is expected that the item number in step 1 should not display in the result.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |