Oracle Analytics Cloud and Server

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

Dashboard Prompt using Direct Database SQL?

Received Response
21
Views
10
Comments
Rank 4 - Community Specialist

Hello Experts,

Is it possible to create a dashboard prompt using direct database SQL (sort of like a Direct Database Request)? If yes, is there a trick way because I couldn't figure it out. Please help.

Welcome!

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

Answers

  • Rank 6 - Analytics Lead

    Hi,

    No it's not possible.

    But you can always write logical sql in the query definition

  • Rank 4 - Community Specialist

    Don't have an RPD model built yet to support logical SQL, this was a POC we wanted to do if possible.

  • Rank 6 - Analytics Lead

    Prompts can only be based on Subject Areas and can only execute Logical SQL.

    No physical SQL is allowed

  • Rank 4 - Community Specialist

    Thank you for the confirmation.

  • Rank 1 - Community Starter

    We have gotten Physical SQL to work in prompts by putting the following into the "SQL results" box in the prompt options:

    EXECUTE PHYSICAL CONNECTION POOL "[Insert Pool Name within the quotes here]"

    [Insert Physical SQL here]

    For example:

    EXECUTE PHYSICAL CONNECTION POOL "[Insert Pool Name within the quotes here]"

    [Insert Physical SQL here]

    For example:

    EXECUTE PHYSICAL  CONNECTION POOL "My Conn Pool"

    select distinct COLUMNNAME as MYCOLUMNNAME

    from MYDATABASE.MYTABLE

    where MYOTHERCOLUMN = 'Some Value'

    Hope that helps!

  • Rank 4 - Community Specialist

    Which version/s of OBIEE?

  • Rank 1 - Community Starter

    I'm using version 11.1.1.7

  • Rank 2 - Community Beginner

    Nothing to do with the version @3240307

    It. Is. Not. Supported.

  • Rank 1 - Community Starter

    Christian I was able to get it to work per my earlier post today (using the line EXECUTE PHYSICAL CONNECTION POOL where you would normally type in the logical SQL).  I'm not sure if my technical counterparts have configured some custom setup to allow me to do this.

    -Paul

  • Rank 2 - Community Beginner

    Hi Paul. I was really hoping you wouldn't find this and post it out in the open :-/

Welcome!

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