Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Period of time as Datamodel parameter

Summary
Period of time as Datamodel parameter
Content
Hello,
I try to setup a period of time as a datamodel parameter. I have only been able to setup a single date as parameter so far.
Any advice on the way to proceed ?
Thanks for your answers !
Answers
-
Hi,
Please give us more details on what you are trying to achieve?
From my understanding you need two date parameters so you can add in your data set query
SELECT ...
FROM ....
WHERE DATE BETWEEN :DATE1 and :DATE2
OR by period of time you mean
Period 1, Period 2, Period 3,... and so on... ?
In that case you need to handle it this on you data set also.
Perhaps if you give an example of what you need to achieve we can certainly help you.
Regards,
Youssef
0 -
Hi Youssef,
Thanks for your answer !
The first one was the good one !
Regards,
Maxime
0