Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
element calculated in the selection steps

User_I0GH4
Rank 3 - Community Apprentice
I would like to know if it is possible to make this element calculated in the selection steps instead of choosing the year which will change each year. Thanks
SELECT "Période conclusion de contrat"."Exercice financier conclusion contrat" FROM "SEAO" WHERE ( ( ( ("Période conclusion de contrat"."Exercice financier conclusion contrat" IN (cast(year(TIMESTAMPADD(SQL_TSI_MONTH, -3, current_date) )-2 as char(4) ) || '-' || cast(year(TIMESTAMPADD(SQL_TSI_MONTH, -3, current_date) )-1 as char(4) ) ) ) ) ))
0