Period of time as Datamodel parameter
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 !
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
Hi Youssef,
Thanks for your answer !
The first one was the good one !
Maxime