Oracle Analytics Cloud and Server

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

Show variable value in a Text box or in a chart Title

Received Response
163
Views
2
Comments
Iñigo Sarasua
Iñigo Sarasua Rank 2 - Community Beginner

Hi,

I'm using OAS 5.9 and I want to show the value of a variable in a Text box or in a chart Title but I can't

There is an option to do this?

You know another option to solve this problem?

Thanks

Answers

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

    Hi,

    You can pass the your presentation variable to show the value of variable at title level.

    For example:- @{var_region}

    In General , you can reference presentation variables in the following areas :

    Title Views

    Narrative Views

    Column Filters

    Column Formulas

    Conditional Formatting conditions

    Chart scale markers.

    Gauge range settings.

    Static text.

    Direct Database Requests

    Dashboard prompts

    Agents Headlines and text

    If the variable is coming from RPD layer, use below :

    For session variables:

    @{biServer.variables[‘NQ_SESSION.variablename’]}

    For repository variables:

    @{biServer.variables[‘variablename’]}


    Regards,

    Arjun

  • Iñigo Sarasua
    Iñigo Sarasua Rank 2 - Community Beginner

    Hi,

    Can I use in Data Visualization?

    Can you give me an example?

    Thanks