Hi,
The challenge here is how to exclude the latest month since Dec-24 is not complete and shouldn't be included in the reporting yet.
Also, since I am using the ‘CURRENT_DATE’ function, the earliest month, which is Dec-23, also becomes incomplete.
Hi @ JobDeLuna
The below expression : Current date - 13 month value.
TIMESTAMPADD(SQL_TSI_MONTH,-13,CURRENT_DATE)
Fiscal Day Date == What is the value are you getting from DB table?
Regards,
Arjun
Hello, @Mallikarjuna Kuppauru-Oracle
Thank for your response. this the value I am getting based on the expression filter I have.
The earliest is 12/11/2022 and my aim is to be 12/01/2022 and the latest is 12/04/2023 which should be to 11/30/2023 only. I should exclude the latest/max month which for this one is December because usually that is not complete.
@JobDeLuna
Why don't we use the date range filter provided within the visualization tool to achieve this requirement? Please share the challenge if it was already tried. Thanks.
Hi, @Sumanth V -Oracle
I don't want to use the date range filter because I am planning to create a table with the columns Last 12 months, Last 3 months and Last 1 month. Using date range filter in a table will give me the same result for all columns.
Hi JobDeLuna,
Would the following work:
(("Time"."Date" > (TIMESTAMPADD(SQL_TSI_MONTH, -12,TIMESTAMPADD( SQL_TSI_DAY , -1, TIMESTAMPADD(SQL_TSI_MONTH, 0, TIMESTAMPADD( SQL_TSI_DAY , DAYOFMONTH( CURRENT_DATE) * -(1) + 1, CURRENT_DATE)))))) AND ("Time"."Date" <= (TIMESTAMPADD( SQL_TSI_DAY , -1, TIMESTAMPADD( SQL_TSI_MONTH , 0, TIMESTAMPADD( SQL_TSI_DAY , DAYOFMONTH( CURRENT_DATE) * -(1) + 1, CURRENT_DATE))))))
I've used Time.Date dimension but you could replace this with Fiscal Date. It effectively does a between the first day of the last month minus 12 months and the last day of the last month. I used the following website as a reference http://obiee11gtips.blogspot.com/2015/11/useful-timestamp-codes-in-obiee11g.html
Hello, @Richard Kemp-Eyre!
Thank you for your response.
I tried the calculation you have sent but I'm having an error.
I believe the above sql should be in where clause
Some think like this
SELECT
"Time"."Date" saw_0
FROM "PC0"
WHERE
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