BI Publisher (MOSC)

MOSC Banner

BIP Gauge Thresholds Configuration in RTF template

Hi,

is there a way to configure thresholds on gauge in an RTF template?

My code is this and I need to change the color from red to yellow and green

<Gaugeset gaugeType="DIAL" maxValue="100" minValue="-100">

<Gauge>

  <LegendArea visible="true"/>

  <Indicator type="IT_NEEDLE"/>

</Gauge>

<LocalGridData colCount="1" rowCount="1">

<RowLabels>

 <Label></Label>

</RowLabels>

<ColLabels>

  <Label></Label>

</ColLabels>

<DataValues><RowData><Cell><xsl:value-of select="sum(//QTA_RIGA)"/></Cell></RowData></DataValues>

</LocalGridData>

</Gaugeset>

Thank you

Valeria

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