Oracle Analytics Cloud and Server

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

Sysdate between start Date and End Date

Received Response
22
Views
1
Comments
Rank 4 - Community Specialist

Hi,

I need to filter the data in OBIEE analytics based on sysdate between startdate and enddate.  Startdate and enddate are two date fields.

Can you please let me know how to implement this.

Thank you,

Answers

  • Rank 6 - Analytics Lead

    Hi, dont understand what is your requirement, if you are more specific i can help you... but you can use a logical SQL..

    CURRENT_DATE >= @{START_DATE}

    CURRENT_DATE >= @{END_DATE}

    Screen Shot 2017-12-04 at 6.48.06 PM.png

    Edit: Sorry about the screemshot is in spanish, but the idea is the same

Welcome!

It looks like you're new here. Sign in or register to get started.