Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 50 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 287 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 110 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Custom prompt based on values last 3 , last 6 , Last 9 and Last 12 months
Muhammad_Saad
Rank 1 - Community Starter
Hi!
We have a requirement to create custom prompt based on values such as:
-last 3 months
-last 6 months
-Last 9 months
-Last 12 months
Above parameters work based on current date and we are using General ledger - Transactional Balances Real Time.
Thanks.
0
Answers
-
Hi @Muhammad_Saad,
Welcome to the Oracle Analytics Community!
Would prompt like following be sufficient?
If yes, then you can use the following codes to default the prompt values.
SELECT
"General Ledger - Journals Real Time"."Time"."Fiscal Date" s_1
FROM "General Ledger - Journals Real Time"
WHERE
(("Time"."Fiscal Date" IN (CURRENT_DATE - 90)))SELECT
"General Ledger - Journals Real Time"."Time"."Fiscal Date" s_1
FROM "General Ledger - Journals Real Time"
WHERE
(("Time"."Fiscal Date" IN (CURRENT_DATE)))Hope this help.
Thank you.
0 -
Hi @Muhammad_Saad,
Please find below the prompt for last 3 months using the above logic.
Hope this help.
Thank you.
0

