Period of time as Datamodel parameter — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Period of time as Datamodel parameter

Received Response
21
Views
2
Comments

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

  • Youssef_B_82
    Youssef_B_82 Rank 5 - Community Champion

    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

  • Maxime Allard2
    Maxime Allard2 Rank 2 - Community Beginner

    Hi Youssef,

    Thanks for your answer !

    The first one was the good one !

    Regards,

    Maxime