Gauge Chart

One of the chart options for the gauge chart is to provide a beginning and ending value for a quality band.
You can set up to 5 quality bands with different colors.
I have done this using the report designer, but this requires me to set the values at design time. I want to be able to set the values at runtime based on data values that are coming from a database.
e.g if I have a gauge chart and stored procedure sends me upper value% , lower value% and success value %
so I have to show
Band 1  0 - Lower value %  color=RED
Band 2 Lower value- upper value %   color = Green
Band 3 Upper value to 100%  color =BLUE
The needle will show the success Value %
How can I set the values of band and color at runtime from Stored procedure
Any help is appreciated
Thanks

Hi Ludek,
Thanks for the reply.
My question is not how to change/set the quality band at runtime from NET application.
I am running the report on Business object server. So I have a crystal report with datasource as stored procedure.(No NET application)
I get the data from stored procedure and bind it to the gauge chart. Now what I need to know is how do I set the bands from the fields from stored procedure
example I'll get following data in the stored procedure for PERSON 1
band 1              range  0   to    70             
band 2              range  70 to    90
band 3              range  90 to    100
Success Value percent  85%
So I want to constuct the gauge chart which will show 3 quality band from the ablove data
band 1    color   red
band 2    color   green
band 3    color   blue
Needle   color  black pointing to 85%   which will fall in the green zone
For the next set of data (PERSON 2)  I may get completely diffeerent bands such as   0 to 50,  50 to 70,   70 to 100. So when I generate the report for PERSON 2 I have to show red, green and blue zone according to the values I get for the bands from stored procedure.
Any idea?

Similar Messages

  • Angular Gauge chart in flex

    I have been using fusion charts in the past. Now I want to add an angular gauge chart like this one in my application:
    http://www.fusioncharts.com/widgets/Gallery/Angular7.html
    I couldn't find any thing similar in flex.
    Does any body know any charting library to get similar charts?
    Thanks

    Can you just take the min and max from the data source feeding your line chart, build a separate line chart with start and end corresponding to those two points and y-value corresponding to your goal, and add a second series to the chart? You may need to build a custom lineSegmentRenderer if you want a dashed line but a thin, low-alpha line may look fine.

  • Multivalued gauge chart

    Hello,
    With Xcelsius 2008 SP3 i can display more than one value on gauge chart but it seems that each value cannot be labeled. Is it possible to have a name of a series associated with value on this type of chart ?
    thanks in adnvance for any hints on this one

    Hello,
    Currently this functionality is not available but a good to have feature in future release. Probably you should look at contacting the BOBJ support team and post your idea in the specified site https://cw.sdn.sap.com/cw/community/ideas.
    Regards,
    Ameet

  • Gauge Chart parameters

    APEX 3.1.1
    I'd like to use the flash gauge chart as follows:
    starting value 95, ending value 100, pointer points at 98 (or some other number between 95 and 100).
    seems simple enough. I cannot find the documentation that shows how to do this.
    Any help appreciated.
    Also, any xml documentation for this version of Apex/Anycharts?
    Thanks

    Hello,
    In Anychart 5 it's called a Gauge. You can find a reference of the Anychart 5 xml here (different from Anychart 3): http://www.anychart.com/products/anychart/docs/xmlReference/index.html
    An example of a Gauge in Anychart 5: http://anychart.apex-evangelists.com/pls/apex/f?p=755:33:0::NO:33:: (the right is a Gauge you can get if you integrate Anychart 5, the left is a dial chart you get with APEX)
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • JSF gauges, charts

    Guys,
    What I need to do is to display a performance data for the server on the jsf page. Stuff like memory used, cpu usage, and so on. I want to use visual components like gauges or charts or something. Does anybody know of a component that will do that and where to get it? Your response is greatly appreciated.

    I'm also trying to do chart graphics.
    I haven't got anything working yet, but ChartCreator looks promising.
    http://jsf-comp.sourceforge.net/components/chartcreator/index.html

  • Gauge chart percentage wont do 100%

    select PERCENT_COMPLETE value , 100 max_value from PROJSTAT.PERCENT_COMPLETE
    (sqlplus shows this as: 100,100)
    when I create a dial (percentage) graph it shows as 99%...
    it should be 100%..
    if I change it to 100,200 then it shows 50% which would be correct, so why doesnt it do 100% correct?

    thought the xml might help:
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <anychart>
      <gauges>
        <gauge>
          <chart_settings>
            <title text_align="Center" position="Top" >
              <text>Gauge Percent</text>
              <font family="Tahoma" size="14" color="0x" />
            </title>
            <chart_background>
              <fill type="Solid" color="0xffffff" opacity="0" />
              <border enabled="false"/>
              <corners type="Square"/>
            </chart_background>
            <data_plot_background>
            </data_plot_background>
          </chart_settings>
          <circular>
          <axis radius="37" start_angle="85" sweep_angle="190" size="3" >
          #SCALE_DATA#
             <scale_bar>
               <fill type="Solid" color="#292929" />
             </scale_bar>
            <major_tickmark enabled="true" align="Center" length="10" />
            <minor_tickmark enabled="false" length="8" />
            <labels enabled="true" align="Outside" padding="6" text_align="Near" rotation="0" >
                  <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}%]]></format>
              <font family="Tahoma" size="10" color="0x000000" />
            </labels>
         <color_ranges>
          <color_range start="0" end="30" align="Inside" start_size="60" end_size="60" padding="6" color="Red">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Poor</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
          <color_range start="30" end="70" align="Inside" start_size="60" end_size="60" padding="6" color="Yellow">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Average</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
          <color_range start="70" end="100" align="Inside" start_size="60" end_size="60" padding="6" color="Green">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Good</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
         </color_ranges>
          </axis>
          <pointers>
    #DATA#
              <tooltip enabled="true">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
                <font family="Tahoma" size="10" color="0x" />
                  <position padding="10" />
              </tooltip >
            <label enabled="true" align="Outside" text_align="Near" >
                  <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
              <font family="Tahoma" size="10" color="0x" />
              <position anchor="CenterTop" />
            </label>
            </pointer>
          </pointers>
            <frame type="Auto" />
          </circular>
        </gauge>
      </gauges>
    </anychart>Edited by: Merlin128 on Oct 14, 2010 3:58 PM

  • Gauge in BI Beans

    How could I get gauge chart in a JSP page using BI Beans.
    1) Will I have to extend any of the BI Commponent? Any example?
    2) Is any 3rd party plugin there?
    Regards

    The gauge graph is not currently exposed in BI Beans but will be provided in the next major release of the product. You could use a third party component to provide this type of functionality and there are a lot to choose from.
    Alternatively, if you have access to the full BI10g product stack I would recommend using BI Beans with Discoverer10g and Portal as this will provide the capability to create gauges.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Some questions related to donut charts in SSRS

    I am interested in knowing the following things:
    How to show total of all legend items in legend block itself as "Total".
    How to show Total (say amount) in the center of donut chart.
    How to customize the thickness of donut in donut chart and radius of inside and outside circle (the other thickness).
    The lable markers (arrow) are not coming as a right angle arrows when i tried to use the donut and pie charts, the are coming as randomly angular lines which is hampering the beauty of the report.
    Please reply as soon as possible. Thanks in advance.

    I suppose i have got a work around for this. 
    In case you have such requirements, Instead of Using a Dounut Charts, you can use Gauge Chart.
    Firstly select the inner area of the gauge and from the options remove the labels, minor & major tick marks. Secondly from gauge properties remove the Frame of the Gauge. Now U will be left over with only the "Range" part of the Gauge chart.You can add
    number of ranges to get the 360 Dounut look. You can specify each "Range" start & end range with hard code values or expression . Playing with the Range general properties, you can achieve the mentioned customization. You can add a Label to the Gauge and
    place it in the center 

  • Apex 4 - strange problem with dial chart

    I may be misunderstanding the way dial charts worked but here goes.
    I created a dial chart (not %) just a regular dial chart.
    my query was : select count(*), 200 from mytable; -- just counting number of rows (always less than 200)
    So when the query return 40, my chart shows 40. But when the query is returning 0, my dial won't go below 2.
    So I tried modifying query to select count(*), 200, 0, 200 from dual; Same problem.
    And here it gets weird. I went into the query section of apex and changed my query (note, I did not create new dial, just moded old one) to
    select 0, 100 from dual;
    I still get back a value of 1 on the dial.
    Anybody seen anything like this? It's like some weird uber cache somewhere or something. I can't figure it out.
    Addition :
    So we did the following :
    select 0, 20 from dual; -- shows 0
    select 0, 100 from dual; -- show 1
    select 0, 200 from dual; -- show 2
    select 0, 500 from dual; -- show 5
    Is this a bug?
    Edited by: user3932435 on Aug 11, 2010 7:28 PM

    Hi,
    Thanks for bringing this issue to my attention. It appears that you have hit some behaviour that's reproducible in our Flash 3 charts as well as our Flash 5 charts with APEX 4.0. I believe the reason that it wasn't apparent before now, with the Flash 3 charts, is because there was no option to display a value on the gauge pointer with the earlier charts. With APEX 4.0, we've extended the Chart Attributes to allow for the display of the value. Obviously in your case, the incorrect value is being displayed and will be misleading to your users. I appreciate this is not ideal, but if possible I would suggest updating your attributes to switch off the display of the Value on the gauge. I will address this in a future release, as with the exposure of the "Value" attribute with Flash 5 charts, we don't want to be displaying incorrect information. Thanks again for bringing this to our attention, and hopefully by switching off the Value attribute, you can still proceed with your use of the gauge chart.
    Regards,
    Hilary

  • Gauges for Excel-PowerPivot

    Hi,
    I'm searching free cost gauges for Excel 2013 + PowerPivot like a speedometer, thermometer and so on.
    For now, I haven't found anything of interest.
    Any helps to me please? Thanks

    Hi pscorca,
    Have you already considered trying to create your own gauges through methods such as these?
    http://exceluser.com/excel_dashboards/bullet-graph.htm
    http://stephanieevergreen.com/easiest-bullet-charts-in-excel/
    http://www.excel-easy.com/examples/gauge-chart.html
    It's likely that you'll need to combine Excel
    Cube Functions with these methods to achieve the dynamic behaviour that we expect from Power Pivot dashboards and reports.
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Problem creating line chart with character data

    Post Author: burkartt
    CA Forum: Charts and Graphs
    CR Developer v. 11.5.0.313
    I want to create a line chart with data from a SQL2K table to show how much server time each application uses per day. All data is defined a character.
    HWA,4/24/2007,01:44.6HWA,4/25/2007,12.28HWB,4/24/2007,4.6HWC,4/24/2007,55.55HWC,4/25/2007,01:22.3HWE,4/24/2007,01:16.1HWE,4/25/2007,0.59
    I want one horizontal line per application where the X-axis represents the date and the Y-axis represents the server time. I have tried all column combinations for "On Change Of" and "Show Value(s)". What confuses me is why are Count and Discount the only Summary Options for the "Show Value(s)" data?
    Thank you,
    tim

    Post Author: V361
    CA Forum: Charts and Graphs
    I created a group based on date, day, then created the chart and put it in the group footer, on change of server, show sum of time, you will get a seperate chart for each day.  I am not sure if this will help, or will just do.  Since you have CR XI, you may want to look at the gauge chart also....

  • How to chart date complete

    I need a dial guage chart in apex that works similar to this: http://dashboard.virginiadot.org/default.aspx
    table has project#, start date, end date, actual start date, actual end date
    I need a dial guage chart that shows percentage done if less than 30 its green, if 30 to 60 yellow, if 60 + red...
    I know I'm not asking this right, and not giving enough information.. but thats basically where I am..
    nothing I have tried has worked and I don't know what direction to go in, where to start..

    Hi Shannon,
    You mention that your table holds the following information: "+project#, start date, end date, actual start date, actual end date+", and you wish to display the project percentage complete information on a Gauge chart. Are you holding that status/percentage complete value in a separate column, or do you just consider a project to be complete where the <i>actual end date</i> column contains a value? If you are just going to base the percentage complete on the value of <i>actual end date</i>, and you are using APEX 4.0 charts, then maybe you could try doing something similar to this example:http://apex.oracle.com/pls/apex/f?p=36648:39. I've used custom XML to apply a colour range to this gauge chart. The steps to create the sample chart are outlined below the chart region. I would recommend that you review the AnyChart online documentation on Circular Gauge Color Ranges - http://anychart.com/products/anychart/docs/users-guide/gauge-circular-axis-ranges.html?fromtree - as it outlines the various options for applying a colour range to your chart.
    Given the information you are storing in your Project Information table, maybe you might consider also using a Gantt chart: http://apex.oracle.com/pls/apex/f?p=36648:4. I hope this helps.
    Regards,
    Hilary

  • Any way to enhance BIBeans charts?

    BIBeans charts are not rich or customizable enough. For example, it has no "gauge chart", no "compound" charts (eg. in one chart, some data is drawn with bars, other data with curves), cannot draw part of columns of a table.
    Is it possible to assist BIBeans charts with third party chart softwares (eg. JFreechart). This may need a way to extract the queried data from BIBeans and feed it to the third party softwares. Does BIBeans provides API to export/handle the queried data? or anyway to enhance the charts expression/customization?

    You can save the chart as an image. Try this,
    1. Right click on the chart and select "Copy SVG". This will copy the chart image to clipboard
    2. Start any image editing tool like "Paint"
    3. Paste the content of clipboard
    This should give you a copy of the chart image. You can store it as BMP/JPEG (any format that image editing tool supports).

  • Use Guage chart to show percentage... why is this hard?

    I must be completely out to lunch or something...
    I have a REALY simple report. I have users that fall into two categories, registered, and unregistered... I want to create a guage chart that shows me the percentage of registered users... and I can get it to show me the percentage of registered AND unregistered users (in seperate charts), or I can get it to show 100% (which isn't true), but I can't get it to show me just one guage that shows me the percentage of registered users...
    What am I missing?
    Currently:
    it's set to "On change of" <registration completed field>
    show: percentage of distinct count of users
    I get two charts.
    If I set it to 'for all records' I can't use the percentage summary...

    Hi Ryan,
    If you want to show Gauge chart for the 'Registered' users only then try to filter the data from the select expert and then create a chart. Otherway could be to create a formula for selecting  'Registered' users and use this formula in 'On change of' in chart expert.
    Please let me know if you are looking for something else.
    Regards,
    Ankeet

  • Gauge Ranges

    hi,
    I am using Obiee gauges in my dashboard and i want to define custom gauge ranges using SQL query do i need to represent all the columns that i used in the gauge chart to get this done or i can write a condition on the particular column to get that done.
    Thanks,

    Hi copter,
    If i got your question right it depends on the columns used are required for defining your range in the gauges.
    like select col1,col2 from table1 where col2 between 20 and 30
    here 20 and 30 are ranges,this way you can write your SQL.There is no rule like taking all columns into select statement.
    Hope it helps you.
    By,
    KK

Maybe you are looking for