Gohan values in chart

Hello

I have a requirement to show trends in the income for the last 8 quarters, region wise as shown below.
[http://i422.photobucket.com/albums/pp302/Seetharam_photos/untitled.jpg]

Ideas to implement this.

That's what I did:

http://picasaweb.Google.nl/LH/photo/Zcgmm3h4aNUd7JvAgwJxrg?AuthKey=Gv1sRgCI7N6Ibe-tCPTA&feat=DirectLink

What about John
http://obiee101.blogspot.com

Published by: John Minkjan, March 10, 2009 02:48

Published by: John Minkjan, March 10, 2009 02:48

Tags: Business Intelligence

Similar Questions

  • Read value request chart

    I've searched for this idea for a long time.

    Right now I use a manufacturing build .exe created in labview. I downloaded the .llb file to change the program to my goal, but I can't find a way to do as I want.

    Basically, this program measures and updates the data in a chart, I want to know the value of a specific point in this chart. I want to go with my cursor on this point see the value. But I can't find a way to do it in labview

    Is there a way to do what I want? Just as the cursor to go to the specific point and then read the value? The graphic can be found under 5015_measure with RS232.vi

    In the attachments you will find the .llb and a picture of a point that I want to read the value of.

    Thank you!

    I am not sure if you already have a cursor and are looking for a way to better control it or you want to add a mobile cursor to your chart, but if the second is your question:

    1. right click on the chart and go to the-> legend of slider check the visible items

    2. right click on the legend of cursor and add a cursor of your choice.

  • rounded values in chart

    I have a multiplot xy graph with as input a range of x values and the values y of 5.8 to 6 which are doubles.

    However, once the graphic display all values there are rounded to 6.

    I guess it must be a matter of setting somewhere that the values in the chart are not integers, but I can't find it there.

    I have already changed in the graphics settings-> format and precision-> digits of precision for 8, but I still get rounded up to 6?

    Where is the magical setting for this?

    Figure autoadjusts for the type of data connected directly on it. If connect you to a local variable, you do not get this feature for good reasons.

    Most likely, you had a whole one wired to Terminal curve at some point in the past and LabVIEW who remembered.

    The first choice should always be connect directly to the Terminal. Do not think that local variables and the 'variables' in the code of the text, they are not and should not be used as such. Local variables break the flow of data, can cause race conditions, complicate debugging and force copies of additional data in memory (can be very expensive for xy charts!), so there is a big difference. Local variables should be used if there is a very good reason.

    (See also this link and many other similar discussions)

  • With a single value pie chart

    Hello Experts,

    I am new to the apex.
    I want to draw a pie with a single value.
    that one value should resemble a slice in the pie chart.
    I tried, but it shows that any graph as a value.

    So please help me in this regard.
    Its very urgent.
    Please, I beg you.

    Hello

    I don't know if I understand your question, you want to pie chart or line chart? If you draw two lines in a single chart, you add another series to the chart. Click on the graph and click on add another series, enter another sql for the series and you should be all set. Thank you.

    Kind regards
    Manish

  • Display more than 15 values in chart

    Hello

    I'm pretty new to apex, and this looks like a very basic problem, I couldn't find an answer on the web:

    How to display value of more than 15 in a simple "Horizontal 2D" histogram?

    I know that the SQL query returns 26 lines, but only the first 15 are displayed in the chart.

    Thank you

    Martin

    Hello Martin,

    Access your query for the chart series.
    Below there is a field named Lines Maximum.

    Check the value in there.

    Best regards, Tine.

  • Query - Gohan values in the following columns of aging

    Oracle 11.2.0.3...

    I have this query... working on it in SQL * Navigator.

    We pay all suppliers with Net 20, 25 Net and Net 30 terms due date + 15 days. I'm developing an application that will tell me who is due now, which must be returned within next 7, then 10, then 14 and coming 21 days.

    The following query returns not due, owed, due + 7, etc... but just what is due is also displayed in the + 7, + 10, etc - because if it's due, it will be always due in a week!

    How can I remove these values if they are already due?

    (or, if they are due in 7 days, how can I delete + 10, + 14, etc?)


    SELECT
    PV. $vendor_name "seller."
    NPS.invoice_number "Bill."
    NPS.invoice_date "Date of the invoice.
    NPS.due_date "due date."
    Inv.Terms "terms."
    (TO_DATE (sysdate) - nps.invoice_date) "Days entries."
    (CASE
    When to_date (nps.due_date) < to_date (sysdate)
    then (to_date (sysdate) - to_date (nps.due_date))
    Another null
    end) 'days overdue',
    "Remaining amount", NPS.amount_remaining
    --0-15
    (CASE
    WHEN (TO_DATE (sysdate) - nps.invoice_date) < 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) "Unmatured,"
    (CASE
    WHEN (TO_DATE (sysdate) - nps.invoice_date) > = 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) "Have."
    (CASE
    WHEN (TO_DATE (sysdate + 7) - nps.invoice_date) > = 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) '+ 7 days. "
    (CASE
    WHEN (TO_DATE (sysdate + 10) - nps.invoice_date) > = 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) '+ 10 days. "
    (CASE
    WHEN (TO_DATE (sysdate + 14) - nps.invoice_date) > = 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) '+ 14 days. "
    (CASE
    WHEN (TO_DATE (sysdate + 21) - nps.invoice_date) > = 45
    THEN nps.amount_remaining
    ANOTHER NULL
    END
    ) "21 days".
    Of
    Inv,
    PV,
    NPS
    WHERE
    and nps.amount_remaining <>0
    and inv.terms ("Net 20', ' Net 25', 'Net 30')


    example of output:
    Invoice date of invoice terms due Date day days entered late amount not remaining due not due 7 days + 10 days + 14 days + 21 days
    seller 00470871 1 12/27/1 / 2012/2013 Net 30 12 126,62 126.62 26
    provider 59355648 2 11/28/2012 12/28/2012 Net 30 41 11 538,75 538.75 538,75 538.75 538,75 538.75
    the seller 3 75793062 12/4/1/3 of 2012/2013 Net 30 35 5 950 950 950 950 950
    seller 4 52835 12/13/1 / 2012/2013 Net 30 26 298.92 13 298,92 298.92
    seller 4 52814 12/4/1/3 of 2012/2013 Net 30 35 5 330 330 330 330 330

    any sql gurus have ideas?

    Published by: camforbes on January 8, 2013 13:24

    Hello

    It's not very clear what you want, but I think something more or less like that will do what you want:

    WITH    got_grp            AS
    (
         SELECT  pv.vendor_name
         ,     nps.invoice_number
         ,     nps.invoice_date
         ,     nps.due_date
         ,     inv.terms
         ,     SYSDATE - nps.invoice_date     AS days_entered
         ,     CASE
                   WHEN  nps.due_date < SYSDATE
                   THEN  SYSDATE - nps.due_date
                   ELSE  NULL
              END                    AS days overdue
         ,     nps.amount_remaining
         ,     CASE
                   WHEN  nps.invoice_date  > SYSDATE - 24     THEN  'Over 21 Days'
                   WHEN  nps.invoice_date  > SYSDATE - 31     THEN  '+21 Days'
                   WHEN  nps.invoice_date  > SYSDATE - 35     THEN  '+14 Days'
                   WHEN  nps.invoice_date  > SYSDATE - 38     THEN  '+7 Days'
                   WHEN  nps.invoice_date  > SYSDATE - 45     THEN  'Due'
                                                                   ELSE  'Not Due'
              END                         AS grp
         FROM     inv
         JOIN     pv     ON ...
         JOIN     nps     ON ...
         WHERE     nps.amount_remaining     != 0
         AND      inv.terms           IN ('Net 20', 'Net 25', 'Net 30')
    )
    SELECT  pv.vendor_name
    ,     nps.invoice_number
    ,     nps.invoice_date
    ,     nps.due_date
    ,     inv.terms
    ,     days_entered
    ,     days overdue
    ,     CASE  WHEN grp = 'Not Due'  THEN amount_remianing END     AS not_due
    ,     CASE  WHEN grp = 'Due'      THEN amount_remianing END     AS due
    ,     CASE  WHEN grp = '+7 Days'  THEN amount_remianing END     AS plus_7_days
    ,     CASE  WHEN grp = '+14 Days' THEN amount_remianing END     AS plus_14_days
    ,     CASE  WHEN grp = '+21 Days' THEN amount_remianing END     AS plus_21_days
    FROM     got_grp
    ;
    

    Whenever you have a question, please post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.
    If the results are dependent on when the query is run, give an exact time of execution, or better yet, give a couple of different run times and desired outcomes, the same sample for each data.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

  • Draw Rectangle/KING turned in a XY Chart?

    Hello

    I have a rectangle (which is an area of research in my field of a follow-up fly) where I know that the KING/coordinates, which is 4 points (4 integers) and a rotation value (1 integer too). You can see in the following screenshot:

    I paint in a chart XY, the path traveled of the fly. However, I would add this rectangle to be able to know when the fly was in this area or not.

    My problem is that I can't draw a Rectangle rotated in a Rectangle values XY chart as I only have 5 values, which is enough to draw a rectangle, but not of interperted but the XY graph, for which I need 1000 points (X and Y).

    How to create these XY for a rectangle rotated? Or any other ideas?

    Thank you

    Sébastien.


  • Problems with HD videos on Satellite M70

    Hello
    I recently bought an M70-208. It seems that I'm having problems with HD video with VLC and WMP. For example, during playback of the demo "HDtoGo" video, the speed is very slow. Another not Toshiba laptop that I use for my job playing this video smoothly, despite its lower configuration.
    I tried a different combination of energy management, but it remains the same. I don't understand what is happening.
    In addition, this laptop makes me happy (6900 point to 3D mark05).
    Thank you for helping me.

    Hello

    Maybe the my English is not very good, but what you mean under flow? Is there any kind of cutting during the video?

    Maybe a background app occupied the CPU and because of that the video doesn't well work. Try to check it out.

    Anyway, as you say this camera has great value on chart of test. My friends has M70 - 257.

    Good bye

  • With the help of APEX_JSON translated by JavaScript and escape the quotes

    I am currently generation JSON using the APEX_JSON package.  It works fine, but I got out the JavaScript code on the loading of the page and can not find a way to escape the double quotes.

    function drawChart() {
    
    
            var jsonData = &P9_JSON.;
    
    
            var data = google.visualization.DataTable(jsonData);
    
    
            var options = {
              title: 'Test Chart',
              pieSliceText: 'value'
            };
    
    
            var chart = new google.visualization.PieChart(document.getElementById('piechart'));
    
    
            chart.draw(data, options);
          }
    

    I'm getting errors because "is replaced by & quot;" in the javascript code generated.  Any ideas how to replace these?  I tried to use to replace them, but it doesn't seem to work...

    Thank you!

    Hi LSDev

    Replace this line--> var jsonData = & P9_JSON. ;

    To--> var jsonData = & P9_JSON! RAW. ;

    This work for me...

    Best regards

    Eduardo

  • How to export PNGS with 300 res using Applescript

    How to export PNGS with 300 res in Applescript

    I want to copy an art and paste in the new document and export in PNG to the location on the desktop & file name should be my previous doc were I copy file form. and the saved file must be filename_PNG.png

    the value ((path to desktop) saveLocation as string)

    Tell application "Adobe Illustrator"

    If not then turn on

    If (County documents) > 0 then

    the selection from the active document selectedItems value

    If selectedItems is not {}, then

    copy

    the active document color space the color value

    do the new document with properties {color space: color space}

    dough

    end if

    end if

    tell the end

    Tell application "Adobe Illustrator"

    tell document 1

    the value visible limits SelectedArt

    the rectangle value Board chart of the artboard 1 SelectedArt

    export the current document for the file newFilePath as PNG8 ¬

    with options {class: PNG8 export options ¬}

    , color County: 64 ¬, ¬ reduction: web color

    , ¬ dither dither: color model

    , prevaricate for cent: €50

    {interlaced: true}

    close the document assets registration No.

    tell the end

    tell the end

    You will need to set the 416,67% (both horizontal and vertical) scale. Default export at 100% will give you a 72 dpi PNG.

  • hold the artboard to the art selected in Applescript

    I'm new to Applescript I don't how to use fit artboard of selected art, can someone help me

    Screen Shot 2016-05-30 at 5.54.12 PM.png

    Screen Shot 2016-05-30 at 5.56.46 PM.png

    It does this as your number after, need to select items.

    Tell application "Adobe Illustrator"

    tell document 1

    the value visible limits SelectedArt

    the rectangle value Board chart of the artboard 1 SelectedArt

    tell the end

    tell the end

  • How to copy a plugin from one application to another, is there a possibility of export?

    I use Apex 4.2.2 with 10g and the OHS.

    There is a Gantt chart plugin in the bundled sample calendar app. I couldn't find this plugin to download.

    When I open it (Application Builder > Application 76373 > shared components > Plug-ins > create / edit)

    He states:

    * Name (required value) Gantt chart

    * Internal name (required value) com ORACLE. APEX. GANTT_CHART

    Reference plugin Master of: 65708911358321918

    It refreshes without an error when I press the button "Refresh the Plugin".

    I can copy the SQL code, can download the .css file, etc, but I guess that is not enough.

    The information section brings me the http://apex.oracle.com/plugins page, but there is no plugin Gannt.

    Is it possible to use this plugin in the same workspace in another application?

    Or share? Or export and import then?

    Thanks in advance.

    Hello

    In Application Builder-> request XXXX->-> Plug-ins, components that are shared, click on the name of plug-in that will take you to the Details page for the plug-in. Here, on the side right, you should see "Export plug-in" under "tasks". Click on this link and follow the instructions in the wizard.

    Kind regards

    Hari

  • Use of BPMN diagrams on different levels (11 GR 1 material Business process architect)

    I have a question concerning the representation of the different levels of BPA diagrams... I have been using the suite of diagram types from highest to lowest:
    -Structuring the model,
    -Value-added chain diagram,
    -(BPMN) business process diagram,
    -(BPMN) business process diagram,
    -Diagram of distribution of function (it is generated automatically).

    These levels are related to the use of the function of "Assignment" on individual items and allows the user to drill-down to the last level (except between the model structure and the chain of value-added chart - I can't find allows to link the two).
    As you may have noticed in the list of the diagrams above, I used two BPMN diagrams to represent two successive levels. Is it OK? The first of these two types of diagrams, I represented activities with elements of 'Function' (I also used Start, end, intermediate events and elements of the rule).
    I've linked each element of the 'function' for a more detailed diagram of BPMN to the next level. We understand the "Human Stain", items "Automated activity" (and also the start, middle, end, items of rule and other events) and is intended eventually to be transformed into BPEL.

    That's how I understood the "Oracle_BPA_Suite_QuickStart_Sample_Guide.pdf" and the examples included in architect 11 GR 1 material. What is the right way to do it? Does anyone have a better suggestion on how to represent the entire chain of the diagrams?
    How "Assignees" can be represented in the diagram, BPMN, I used elements of the 'function '? Is it possible to bind items of "Structuring model" to the value-added chain diagrams?

    I hope that this describes my dilemma quite well and don't scare you right away... Thank you all for your comments in advance.

    It is possible to assign structural elements to any Type of model to BPA. If you are not able to do this mission, he is not active in the filter of your method. You can connect with the filter of all of a method to verify this. You can also change the filter you use to include this capability.

    The hierarchy you are using is fine and is commonly used. Some people use the model of the EPC, which is particular to BPA and not a standard, to the lower level of the value chain, but many use BPMN, as you have. If your intention is to use the first BPMN as a pure business process model then you can consider creating a separate Type of custom model, based on the BPMN model, with a small set of eligible items. This is also done through customization of the filter. If you do this, you can also rename the model types in the filter if you want to have different names at each level.

    Caution, change a filter method can have impacts and should generally be done by someone with a knowledge of the meta-model. If you chosse to change a filter supplied with the tool, copy it and rename it, and then update the copy. Always keep the original filter supplied with the tool. If you are doing something so simple that the addition of the ability to use the allocation between the structural elements and models of value added chains, it would not be a big deal. If you get by reusing object and model types that has more impact on the functionality of the tool.

  • Switching between the 2 sets of values controlling the axis y in a xy chart.

    All, morning

    I am very new to this (like 2 days now) and will soon sit the Labview core 1 and fundamental measure, bare with me!

    I'm basically extraction 2 string values that is issued by a Board of Directors, I have by IP, one value for line voltage and the second measure concerns the battery voltage.

    I would like the option to use a control switch to differentiate between what is entered the chart at the push of a button.

    Is there a way to do this?

    Thank you very much

    Alex

    Have you tried the Choose function?

  • How to acquire and store the values of DAQmx analog voltage (I do not want the graphic, but strings and values in a chart)?

    Hello

    How acquire and store the values of voltage DAQmx?

    I tried several code example, but they can't get the chart. I don't want to chart. I want to measure exactly the analog voltage values and record these values - as an excel chart, that contains the selected channels and voltage values.

    What the example code that I can use?

    My hardware is NI PCI-6251.

    Thank you very much.


Maybe you are looking for