Bubble chart showing multiple values

Hi,
I have a requirement to create bubble chart with following data.
Quarter   VendorGrp    Invoice      Inv.Amnt    Status    TaxAmnt
Q1              AA              I1                 2000            A             10
Q1              BB              I2                 4500            A             20
Q2              AA              I3                 2500            A             12
Q2              AA              I4                 3500            A             15
Q2              BB              I5                 4000            A             20
Q3              CC              I6                 4200            A             32
Q3              AA              I6                 2500            A             18
Q4              BB              I6                 3000            A             42
Q4              CC              I6                 1000            A             25
I want to make below chart
On mouse hover we should see all values.
I cannot show Quarters in category axis and Invoices which are coming inside quarters. Also status should be displayed inside bubble.
Please guide me if we can achieve it.
Thanks,
Ankit

Hi,
     Wire the data outside the for loop for get an auto index array with all elements.
     You can check too: Tutorial: Arrays and Clusters.
Best Regards,
Luis A. Mata C.
Ing. Electrónico
Anaco - Venezuela

Similar Messages

  • Multiple value variable - not showing Multiple values in the report

    Hi,
    I have careated a Multiple value variable for one of the characteristics in my Query. however, When i run the Query and select multiple values for the same, the report displays values for only the first selection.
    Could you help me resolve this ?
    Rgds
    Shweta

    Hello Shweta,
       Are you running the report in the Analyzer excel or Web?
    May be you can check the following:
    1. Use the latest FEP. It is working for me.
    2. May be the other values that you selected do not have corresponding keyfigures values. Hence it is showing only the first one.
    Try selecting other values ( except first one selected this time )
    Regards,
    Sheik Bilal

  • Bubble chart Show data tips always on

    Hi
    I am having a bubble chart with 2 or more series. where itemRenderer could be triangle,Cross or Circle. Now i need to display the label on the radius of item.
    Any help is heartly welcome.
    with thanks

    Thanks John, that link was very helpful.
    Shame you can't seem to get the X & Y values for a normal Line chart though. However having the series name available makes such a difference

  • "Scatter" Chart with Multiple Values per Date

    APEX Gurus,
    I need to plot a chart with multiple y-axis values along the x-axis.
    Here's an example:
    X-Axis (Date) Y-Axis (Number)
    1-JAN-07 1
    1-JAN-07 2
    1-JAN-07 3
    2-JAN-07 1
    2-JAN-07 2
    3-JAN-07 1
    Right now, APEX displays the X-axis (Date) as separate values on the x-axis. But I want all three 1-JAN-07 values to line up vertically under x-axis. I am currently using a line chart for this. And it displays a "dot" for each value (depending on my max rows value).
    Any insight would be much appreciated! And thanks in advance!
    Susan

    You can try using this charting tool for generating scatter charts:
    http://htmldb.oracle.com/pls/otn/f?p=31517:58
    Denes Kubicek

  • Line chart showing final value only?

    Is there a way to have a line chart that shows the value against the final data point only?
    eg something like this
    ----------------------74
    instead of
    1----13----28---42----74
    Thanks

    Thanks I appreciate your comments and agree I will have to put some effort in, I tend to try and work things out I need by messing around when I need a specific function or have a specific thing I want to do and focus on that without perhaps learning the underling basics.
    I've been spoiled by Excel, there is a lot of stuff its significantly easier (for me anyway) to do without undergoing any learning curve at all, with wizards for functions (for example) and in many cases if you right click on something you can alter it right there, rather than having to go up to the inspector and work out which of umpteen functions the bit you want to alter is hidden in. If the inspector was a person, I would have strangled them to death by now
    I'm not sure if this is my Mac or what, but if I go into numbers help and type anything in, I just get the spinning thing next to the magnifying glass, but it never comes back to me. It works OK if I follow links. For example I just typed 'charts' in help and hit enter, 5 minutes later I"m still waiting. Doesn't increase my confidence I'll have to look into that and see whats going on.
    Thanks to everyone for your help, the guys will be impressed with the new chart !

  • How to show multiple values for Unique records in Report

    Here's my question/problem:
    I've joined two tables, one table (TBL1) contains an object id (OBJ_ID) that repeats and the other table (TBL2) contains a date (DT), object type id (OBJ_TYP_ID), and object type description (OBJ_TYP_DES). The tables are joined by an inventory id (INV_ID).
    The OBJ_ID repeats and has a Date value for each record. I want to report an unique OBJ_ID and show each Date for a particular OBJ_ID in multiple Columns.
    An example of the current resultset looks like this:
    OBJ_ID OBJ_TYP_ID OBJ_TYP_DES DATE
    1 1 TYPE1 4/1/2009
    2 1 TYPE1 4/1/2009
    3 1 TYPE1 4/10/2009
    1 2 TYPE2 5/3/2009
    3 1 TYPE1 3/30/2005
    4 1 TYPE1 4/1/2009
    5 1 TYPE1 4/1/2009
    5 2 TYPE2 5/1/2009
    1 1 TYPE1 4/3/2007
    1 1 TYPE1 3/30/2005
    I want to express the resultset like this:
    OBJ_ID OBJ_TYP_ID OBJ_TYPE_DES DATE1 DATE2 DATE3
    1 1 TYPE1 4/1/2009 4/3/2007 3/30/2005
    1 2 TYPE2 5/3/2009
    2 1 TYPE1 4/1/2009
    3 1 TYPE1 4/10/2009 3/30/2005
    4 1 TYPE1 4/1/2009
    5 1 TYPE1 4/1/2009
    5 2 TYPE2 5/1/2009
    What technique is best to use to do this? I know I could create another table and populate the rows/columns by reading data from this query, but is there a better way?

    Hi,
    cclemmons wrote:
    I want to express the resultset like this:
    OBJ_ID OBJ_TYP_ID OBJ_TYPE_DES DATE1 DATE2 DATE3
    1 1 TYPE1 4/1/2009 4/3/2007 3/30/2005
    1 2 TYPE2 5/3/2009
    2 1 TYPE1 4/1/2009
    3 1 TYPE1 4/10/2009 3/30/2005
    4 1 TYPE1 4/1/2009
    5 1 TYPE1 4/1/2009
    5 2 TYPE2 5/1/2009
    What technique is best to use to do this? I know I could create another table and populate the rows/columns by reading data from this query, but is there a better way?Absolutely! You seem to have an instictive feeling that creating a separate table just for a query is inefficient. You instinct is 100% correct. Maybe in Oracle 7 there was a reason to do that, but today you can query results of other queries as if they were tables, so temporary tables like you describe are very rarely necessary, let alone convenient.
    What you want to do is pivot the date columns. Here's one way
    WITH     original_query     AS
         SELECT  obj_id
         ,     obj_typ_id
         ,     obj_typ_des
         ,     dt          -- date is not a good column name
         FROM     ...          -- the rest of your original query goes here
    ,     got_rnum     AS
         SELECT     oq.*
         ,     ROW_NUMBER () OVER ( PARTITION BY  obj_id
                                   ,                    obj_typ_id
                             ,             obj_typ_des
                             ORDER BY        dt     DESC
                           )         AS rnum
         FROM    original_query        oq
    SELECT       obj_id
    ,       obj_typ_id
    ,       obj_typ_des
    ,       MAX (CASE WHEN rnum = 1 THEN dt END)     AS dt1
    ,       MAX (CASE WHEN rnum = 2 THEN dt END)     AS dt2
    ,       MAX (CASE WHEN rnum = 3 THEN dt END)     AS dt3
    ,       MAX (CASE WHEN rnum = 4 THEN dt END)     AS dt4
    ,       MAX (CASE WHEN rnum = 5 THEN dt END)     AS dt5
    FROM       got_rnum
    GROUP BY  obj_id
    ,       obj_typ_id
    ,       obj_typ_des
    ;As you can see, this adds two layers of queries on top of your original query. One of those layers is probably not needed; depending on what you're doing in your original main query, you can probably compute rnum there, and omit the got_rnum sub-query.
    Also, depending on the relationship of obj_id, obj_typ_id and obj_typ_des, some of what I posted above may not be needed but including it won't really hurt.
    If you want to know more about this technique, search for "pivot" or "rows to columns". A <tt>SELECT ... PIVOT ...</tt> keyword was introduced in Oracle 11, but most of what you'll find when you search for "pivot" doesn't assume you have Oracle 11 (nor does the query above require Oracle 11).
    This assumes you know an upper limit (5 in the example above) of dts that can appear in any line of output.
    See [this thread|http://forums.oracle.com/forums/thread.jspa?messageID=3527823&#3527823] for a discussion of some alternatives.

  • Problem in Showing multiple values into one text box.

    Hi all,
    How can show i multiple row values into one text box. here text box is multi line type.
    i have one table it has content column, it has number of rows. i need to show those data into one text box in form. how can i solve it?
    my sample code here,
    egin
    --:block3.txt_to := :parameter.p_current_user||''||':'||:block3.txt_From;
    -- go_item('txt_from');
    insert into chat(fromid,toid,content)values(:block3.fromid,:block3.toid,:block3.txt_From);
    :block3.txt_From:= null;
    commit;
    :block3.txt_to := :parameter.p_current_user||''||':'||:block3.txt_From;
    go_item('txt_from');
    declare
    cursor c4 is select content from chat where toid = :block3.fromid;
    rec1 c4%rowtype;
    begin
    open c4;
    loop
    fetch c4 into rec1;
    exit when c4%notfound;
    null;
    end loop;
    end;
    --select content into :block3.txt_to from chat where toid= :block3.fromid;
    end;
    please give me some tips to solve it.
    thanks
    gurus

    Hi,
    Try giving CHR(10) for line feed.
    DECLARE
         CURSOR C4 IS SELECT CONTENT FROM CHAT WHERE TOID = :BLOCK3.FROMID;
         Str_Temp VARCHAR2(20);
    BEGIN
         :BLOCK3.TXT_TO := '';
         OPEN C4;
         LOOP
              FETCH C4 INTO Str_Temp;
              EXIT WHEN C4%NOTFOUND;
              :BLOCK3.TXT_TO := :BLOCK3.TXT_TO || CHR(10) || Str_Temp;
         END LOOP;
         CLOSE C4;
    END;Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • Showing multiple values problem..

    What's up,
    I have a question and hopefully somebody can help :)
    Let's say I have a table called "Store_Employee" which have 2 columns ( Employee_SSN , Store_ID )
    lets say 2 employees work at Store_ID=1 , i want that when I enter "1" in Store_ID , the form shows me the 2 employees SSN's that work at Store 1..
    It's not working for me as I want, when I enter 1 in ID and execute query, I get only 1 employee result that work in Store 1 , and the 2nd value field gets the next value in the database ( although there are 2 employees that work at store 1 in the database )..
    If you need more explaining, just ask me.. hope somebody can help, really new at this form builder :)
    Thanks in advance

    Start with an empty form. Using the Block Wizard create a block based on Store_Employee with all columns.
    Go through it all and use the tabular layout in the Layout Wizard (I think it asks you if you want the layout wizard at the end of the block wizard).
    Now, run the form and press the enter-query key. Type 1 in the Store ID field. Press the execute-query key. You should see 2 records if there are 2 records with Store_ID 1.

  • Showing multiple values on front panel using array

    For example, if I input "10" for number of datapoints, I want to see 10 hex and binary values all listed in a column. Right now, only 1 value shows up and all the previous values get erased
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    labviewa.png ‏34 KB

    Hi,
         Wire the data outside the for loop for get an auto index array with all elements.
         You can check too: Tutorial: Arrays and Clusters.
    Best Regards,
    Luis A. Mata C.
    Ing. Electrónico
    Anaco - Venezuela

  • Chart showing X values

    I have the following series on a chart:
    select 'f?p=&APP_ID.:28:'||:app_session||'::::::' link, FREE_BUFFER_WAITS label, FREE_BUFFER_WAITS value
    from "DART"."DART_BUFFER_POOL"
    order by sample_time
    1. How do i get the sample_time values to actually populate across the X axis
    Thank you!
    Edited by: jclarke2 on May 26, 2009 1:51 PM

    Hello:
    Change the chart query to be select 'f?p=&APP_ID.:28:'||:app_session||'::::::' link, sample_time  label, FREE_BUFFER_WAITS value
    from "DART"."DART_BUFFER_POOL"
    order by sample_timevarad

  • Custom built field to be used as lable in pie chart having multiple values

    Hi All,
    I have a requirement and if someone can throw some light, then I could try the same as I am stuck now.
    I have a list of Cities and I have to show the Top 5 Cities and remaining all should be "All Others". I have used Rank and was able to Show Top 5 and combine rest everything into "All Others" through a logic.
    e.g:
    City                            Sales Rev
    Belarus                          1000
    Delhi                               2000
    Melbourne                      2500
    Sydney                          2000
    Singapore                      1500
    All Others                       4500
    Now I have to show this new dimension combined like below and use New_City as Dim and Sales Rev as Measure in a Pie Chart. The Pie chart will be shown on Sales Rev as measure and the New_City which is a combination of a lot of other fields will show them as labels
    New_City                                                        Sales Rev
    Belaruschar(10)[Qty Sold]                          1000
    Delhichar(10)[Qty Sold]                               2000
    Melbournechar(10)[Qty Sold]                      2500
    Sydneychar(10)[Qty Sold]                          2000
    Singaporechar(10)[Qty Sold]                      1500
    All Otherschar(10)[Qty Sold]                       4500
    This is my requirement and I am stuck at combining City like Belaruschar(10)[Qty Sold] to form New_City because as and when I do this and remove City column from the table it starts throwing multivalue error or in some other style gives me a summation of the entire Sales Rev in each row.
    If I can achieve the same in some other approach also, I would highly appreciate the same if someone can share their ideas.
    Regards

    Greetings,
    Normally you can create a variable with a formula depending on the city's that you want to have.
    For example using efashion, the following formula would give you two lines:
    =If([City]="Miami";[City]Char(10)"1000";"Others")
    Result would be something like
    Miami
    1000                           1500
    Others                         20000
    Please note this is only an example and then you can apply your ranking. However bear in mind due to aggregation the Others will be the sum of all the other City which are not included in your condition.
    Regards,
    Rico.

  • Chart with multiple values

    Dear All gurus ,
    I want to draw a chart that has organizations as labels and number of employees and nationality as values to be like this
    n n a t i o n a l i t y
    u a
    m t
    b i
    e o
    r n
    a
    l
    i
    t
    y
    o r g a n i z a t i o n
    any help please .

    Thank you brother for your reply and this is the XML:
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    <!-- Generated by Oracle Reports version 10.1.2.0.2 -->
    <EMP_PER_GENDER_NAT>
    <LIST_ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Algeria</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Australia</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Australia</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Canada</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Denmark</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>3</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Egypt</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Egypt</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>France</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>4</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>India</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>9</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>India</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Iraq</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Italy</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Jordan</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>5</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Jordan</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Lebanon</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Netherlands</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>New Zealand</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>10</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Pakistan</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Palestine</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Palestine</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Saudi Arabia</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Slovakia</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Sudan</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>3</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Sudan</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Sultanate Of Oman</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>Syria</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>2</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Syria</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>76</NO>
    <SEX>F</SEX>
    <GENDER>Female</GENDER>
    <NATIONALITY>United Arab Emirates</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>98</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>United Arab Emirates</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>United Kingdom</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    <ROW>
    <NO>1</NO>
    <SEX>M</SEX>
    <GENDER>Male</GENDER>
    <NATIONALITY>Yemen</NATIONALITY>
    <PRINT_DATE>18-MAR-2012</PRINT_DATE>
    <PRINT_TIME> 11:03:23 </PRINT_TIME>
    <REQUEST_ID>-1</REQUEST_ID>
    <REQUEST_BY></REQUEST_BY>
    </ROW>
    </LIST_ROW>
    </EMP_PER_GENDER_NAT>

  • Chart for multiple values

    Hi everyone,
    I've been working on a personal budget in Numbers 3, and so far it's going great.
    Now I'm at a point where I have data in several sheets and tables, and I would like to create a couple charts. So, I have two questions about charts for you:
    1 - I have one sheet for Expenses, and inside that sheet I have a table with 3 columns. Column A is Date, column B is Type (as in type of expense), and column C is Value for each expense. Cells in column B are Pop-ups, with predefined types of expenses (Groceries, Technology, Gas, Health, etc.). I add each expense for each day, like this:
    Date
    Type
    Value
    05/06/2014
    Gas
    $50
    07/06/2014
    Groceries
    $30
    08/06/2014
    Restaurant
    $40
    09/06/2014
    Groceries
    $15
    10/06/2014
    Pharmacy
    $22
    11/06/2014
    Groceries
    $8
    12/06/2014
    Gas
    $40
    From these, I would like to create a Pie Chart to see, for example, how much I spent on Groceries, or Gas, but I just can't figure out how to do this. Is this possible? And will the Pie Chart update as I insert new expenses?
    2 - I then have another sheet with a table inside for Total Expenses, Total Income and Balance. Total Expenses mirrors the Sum of the Expenses table, Total Income mirrors the Sum of the Income Table, and Balance is simply Income minus Expenses. The Balance value is constantly updating, and I was wondering if there's a way to create an Axis Chart that updates when the Balance value changes, along each week. For example, I would like to see how the Balance line would go from May up until now in weekly periods. Is this possible at all?
    I hope I was able to explain what I mean.
    Thank you so much for taking the time!

    Hi anamorphis,
    Have you tried this template in Numbers 3?
    Menu > File > New from Template Chooser > Personal Finance > Personal Budget
    It may give you some ideas.
    Regards,
    Ian.

  • Use of makit chart for multiple values against month

    Hi all,
    here is my test data:
    var testDate = { mycollection : [ {Consumption : 200, Consumption1 : 170, ReadingDateTime: February},
                                     {Consumption : 300, Consumption1 : 170, ReadingDateTime: March},
                                     {Consumption : 200, Consumption1 : 130, ReadingDateTime: April},
                                     {Consumption : 200, Consumption1 : 230, ReadingDateTime: May},
                                     {Consumption : 200, Consumption1 : 270, ReadingDateTime: June},
                                     {Consumption : 200, Consumption1 : 200, ReadingDateTime: July},
    In this consumption is for present year and consumption 1 is for previous year.
    I want to implement both the values against the month using makit column charts:
    var oChartj = new sap.makit.Chart({
         height: "80%",
         width: "100%",
         showRangeSelector :false,
         primaryColorPalette:["#18458D"],
         category : new sap.makit.Category({ column : "month" }),
         values : [new sap.makit.Value({ expression : "consumption"})]
         var jsonModel = new sap.ui.model.json.JSONModel();
          jsonModel.setData(testData);
           oChartj.addColumn(new sap.makit.Column({name:"month", value:"{ReadingDateTime}"}));
          oChartj.addColumn(new sap.makit.Column({name:"consumption", value:"{Consumption}"}));
         oChartj.setModel(jsonModel);
           oChartj.bindRows("/mycollection");
    in this way i am able to print the data as consumption against month, I need to add consumption1 also.
    How to do this?
    Regards,
    Arun

    Hi All,
    I was able to do the same with the help of series property in makit charts.
    series : new sap.makit.Series({ column : "year" }),
    In our test data we need to create the data's based on this value, for example if we are plotting consumption against month then the year should be a differentiating quantity within the test data.
    So that the graph will iterate for that and plot two values for the same month.
    Regards,
    Arun

  • PO Values showing multiple time in Report

    Hello Expert,
    We had one report called PO Status report it is fetching data from ME23N from ECC,when i am checking the report in BW the report PO showing multiple values for different different invoices which should not be the case it should be same,please help me to fix the issue.can i change something in reporting level
    Thanks and Regards,
    Jyoti

    Hello All,
    Thanks for the reply i had cheked by putting PO number and Invoice number next to next in the report but the total amount of the value is coming more than the line items in the Purchase order in ECC.I would like to give example of the issue like for X PO there are 3 line items and 5 invoices the total sum of the line items for the PO is for ex 3000 with  5 invoices.Expected results in BW is the sum of the line items=(PO Amount),but in report it is taking the invoices value and PO value for each invoices and adding all the invoices PO amount as in our case 15000 which is incorrect.Please help
    Thanks and Regards,
    Jyoti

Maybe you are looking for

  • Multiple Apple IDs linked to my iTunes account?

    When I try to update my apps from within iTunes, it says that certain apps in my library were purchased on my husband's iTunes account.  I assume that this is somehow related to the one time that he plugged his phone into my computer and allowed it t

  • TS1424 ITunes store error help-network connection issue

    I am trying to purchase a TV show and I keep getting an error message "Could not purchase TV show.  The Network Connection was reset.  Make sure network connection is active and try again".  My wireless internet is connected and I also restarted my c

  • Output calendar data to csv

    In my calendar app I have multiple calendars representing different types of work, with events in each. I want to categorise the events over a period of time (e.g. by month) and create a report that summarises how my time was spent. Ideally I'd like

  • Issue on Gain and Loss account in F110 document

    Hello SAP Guru, I would like to ask your assistance regarding our accounting document. The document was produced on F110 transaction. Now the problem is Valuation Balance sheet adjustment, realize gain and loss are in one document. 25 - Vendor - 727,

  • OpenLDAP export in Oracle DB (10g) - not as backend

    I want an interface to OpenLDAP (with sudoers) to Oracle DB. Import OpenLDAP data to Oracle DB. I have no access to OpenLDAP server, but an LDAP admin user. The OpenLDAP data in Oracle DB should be relational, the same logic like in OpenLDAP. How is