BI Publisher (MOSC)

MOSC Banner

How to call variable in Graph code (in Y1Axis)

edited Dec 5, 2013 11:14AM in BI Publisher (MOSC) 8 commentsAnswered ✓
Hello,

I know it is possible to change to scale of a graphic with the following code :

 <Y1Axis axisMinAutoScaled="false" axisMinValue="5000" axisMaxAutoScaled="true" majorTickStepAutomatic="false" majorTickStep="1000">
    ...
</Y1Axis>

But I want to have the axisMinValue determined DYNAMICALLY based either on a variable, or on an element from my input XML .

In my rtf document, I have defined a xdoxslt variable ( <?xdoxslt:set_variable($_XDOCTX, ‘V_MIN’, 10000)?> ).

How can I call this variable in the value for axisMinValue?

If not feasible, can I call an element from my xml?

Thanks in advance for any clue that could help.

Regards,

Alexia

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center