I have Natural Account Tree Filter and Natural Account Tree Hierarchy , When i filter for Account EE-Account EE Current using Natural Account Tree Filter as work book filter and put Natural Account Tree Hierarchy as Pivot it wont filter for EE-Account EE Current , It shows all the Hierarchy. As per the attached screen shot . When i filter using work book filter its not refreshing both the viz's its just filtering only one that has got the relationship. So we want to check how we can get that filtered based on Work book filters.
Oracle responded as below :
Have verified same 2 columns on internal application. We also see different values for 2 columns. There were some values which are same some are different.
From session log we could see both columns are belongs to 2 different tables.
"Financials - GL Profitability"."Natural Account Hierarchy"."Natural Account Tree Filter" ======================================================================
WITH SAWITH0 AS (select distinct T4526.HIERARCHY_NAME_HIERARCHY_VERSION_NAME as c1 from OAX$OAC.DW_NATURAL_ACCOUNT_DH T4526 /* Dim_DW_NATURAL_ACCOUNT_DH */ ) select D1.c1 as c1, D1.c2 as c2 from ( select 0 as c1, D1.c1 as c2 from SAWITH0 D1 order by c2 ) D1 where rownum <= 500001
"Financials - GL Profitability"."Natural Account Tree Hierarchy"."Natural Account Tree Filter" =========================================================================
WITH SAWITH0 AS (select distinct T366.HIERARCHY_NAME_HIERARCHY_VERSION_NAME as c1 from OAX$OAC.DW_NATURAL_ACCOUNT_RF_D T366 /* Dim_DW_NATURAL_ACCOUNT_RF_D */ ) select D1.c1 as c1, D1.c2 as c2 from ( select 0 as c1, D1.c1 as c2 from SAWITH0 D1 order by c2 ) D1 where rownum <= 500001
Any experience on this area ?
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks