Oracle Analytics Cloud and Server

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

How to restrict the date prompt values in obiee 11g

Received Response
5
Views
2
Comments
3167249
3167249 Rank 2 - Community Beginner

Hi,

I have a requirement wherein I would like to limit the values of date prompt in the dashboard for user selection. For example:The user will be allowed to select the date from year 1990 till 15 days after the current date. All other dates will be disabled or greyed out in the calendar.

Thanks,

Sayan

Answers

  • Hi,

    In 11.1.1.7.* when you choose the "User input" = "Calendar" you can't limit the values anymore.

    If you want to limit the values (>= 1990 && <= CURRENT_DATE + 15) you must stay with something else like a list.

    The UI doesn't provide any way to limit values of the calendar.

  • 3167249
    3167249 Rank 2 - Community Beginner

    Thanks Gianni.