Oracle Analytics Publisher

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

Schedule a report with a hardcoded parameter for a parameterized report.

Accepted answer
32
Views
4
Comments
NEWBIE
NEWBIE Rank 1 - Community Starter
edited Jun 8, 2024 5:40PM in Oracle Analytics Publisher

I have a report with a parameter for start and end dates. Now, the user wants to have a scheduled report with hardcoded values, like April 1, 2024, as the start date and the current system date as the end date. Instead of creating a new report with these hardcoded values, is there any way I can achieve this in BI Publisher?

Can we change the SQL query during the execution of scheduled job reports only?

If yes, please share a simple code snippet on how I can achieve this.

Best Answer

  • Mallikarjuna Kuppauru-Oracle
    Mallikarjuna Kuppauru-Oracle Rank 8 - Analytics Strategist
    Answer ✓

    Hi @NEWBIE ,

    Yes its works for system date conditions

    first one is an interactive report where users input their own date range values, and the second one is where values are hardcoded. —> Both Cases you need to pass the values are Date parameters.

    For Dynamic Selection you need to calculate the Date value based on System date.

    Regards,

    Arjun

Answers