How to increase the number of row displayed in the result set.

Hi All,
I have a seeded oracle page OA.jsp?page=/oracle/apps/pa/structure/webui/FPStructVersionPG from projects module.
On the above page, when we click on the financial tab to see the tasks, it shows only 180 tasks out of 298. I dont find any link on the page which would give me the rest of the tasks, overall it shows only 180 tasks.
I checked the VO query it picks up all the 298 records.
  SELECT   *
    FROM   (SELECT   element_number,
                     element_name,
                     object_type,
                     element_version_id,
                     proj_element_id,
                     project_id,
                     display_sequence,
                   ---  milestone_flag,
                   ---  critical_flag,
                     parent_element_id,
                     relationship_type,
                     relationship_subtype,
                     summary_element_flag,
                  ----   progress_status_code,
                  ---   progress_status_meaning,
                  ---   progress_comments,
                 ---    scheduled_start_date,
                  --   scheduled_finish_date,
                     task_manager_id,
                     task_manager,
                     parent_structure_version_id,
                     wbs_level,
                     wbs_number,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'StructureVersion',
                             'NoIcon')
                        AS structure_icon,
                   --  DECODE (critical_flag, 'Y', 'Critical', 'NoIcon')  AS critical_icon,
                 --    DECODE (milestone_flag, 'Y', 'Milestone', 'NoIcon') AS milestone_icon,
                     DECODE (relationship_type, 'L', 'Link', 'NoIcon')
                        AS link_icon,
                     DECODE (object_type, 'PA_STRUCTURES', 'Y', 'N')
                        AS disable_select_flag,
                     elem_rec_ver_number,
                     elem_ver_rec_ver_number,
                   --  elem_ver_sch_rec_ver_number,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'NoEditTaskNumber',
                             'EditTaskNumber')
                        AS display_task_number,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'NoEditTaskName',
                             'EditTaskName')
                        AS display_task_name,
                     DECODE (summary_element_flag,
                             'Y', 'NoEditSchStartDate',
                             'EditSchStartDate')
                        AS display_start_date,
                     DECODE (summary_element_flag,
                             'Y', 'NoEditSchFinishDate',
                             'EditSchFinishDate')
                        AS display_finish_date,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'NoEditTaskManager',
                             'EditTaskManager')
                        AS display_task_manager,
                     DECODE (object_type, 'PA_STRUCTURES', '0', wbs_number)
                        AS outline_number,
                     element_number AS formatted_task_number,
                     element_name AS formatted_task_name,
                   --  progress_comments AS formatted_progress_comments,
                   --  scheduled_start_date AS formatted_start_date,
                  ---   scheduled_finish_date AS formatted_finish_date,
                     task_manager AS formatted_task_manager,
                  ---   status_icon_active_ind,
                   --  percent_complete_id,
                   ---  status_icon_ind,
                     NULL AS task_manager_raw,
                     DECODE (
                        task_manager,
                        NULL,
                        DECODE (summary_element_flag,
                                'Y', '<B>' || task_manager || '</B>',
                                task_manager)
                        AS task_manager_raw_no_link,
                     status_code,
                     status_code_meaning,
                     priority_code,
                     priority_description,
                     organization_id,
                     organization_name,
                  --   include_in_proj_prog_rpt,
                     description,
                     OBJECT_RELATIONSHIP_ID,
                     OBJECT_REC_VER_NUMBER,
                  --   pev_schedule_id,
                     parent_element_version_id,
                     STRUCTURE_TYPE_CLASS_CODE,
                     link_task_flag,
                     DISPLAY_PARENT_VERSION_ID,
                     parent_ver_rec_ver_number,
                    -- actual_start_date,
                    -- actual_finish_date,
                   --  estimated_start_date,
                  --   estimated_finish_date,
                  --   completed_percentage,
                  ---   as_of_date,
                   ---  report_version_id,
                     baseline_start_date,
                     baseline_finish_date,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'NoLinkedTaskName',
                             'LinkedTaskName')
                        AS Linked_Task_name,
                     pm_source_name,
                     pm_source_code,
                     pm_source_reference,
                     DECODE (NVL (pm_source_name, 'Y'),
                             'Y', NULL,
                             pm_source_reference)
                        AS display_pm_source_ref,
                     element_name || ' (' || element_number || ')'
                        AS task_name_number,
                   --  est_sch_start_var,
                   ---  est_sch_finish_var,
                    -- act_sch_start_var,
                   --  act_sch_finish_var,
                   ---  sch_bsl_start_var,
                  ---   sch_bsl_finish_var,
                     DECODE (object_type,
                             'PA_STRUCTURES', 'NoLinkTaskNameNumber',
                             'LinkTaskNameNumber')
                        AS linked_task_name_number,
                  --   critical_flag_meaning,
                  --   milestone_flag_meaning,
                     work_telephone,
                     service_type_meaning,
                     service_type_code,
                     work_type_name,
                     work_type_id,
                     chargeable_meaning,
                     chargeable_flag,
                     billable_meaning,
                     billable_flag,
                     receive_project_invoice_m,
                     receive_project_invoice_flag,
                     transaction_ctrl_start_date,
                     transaction_ctrl_finish_date,
                   --  prior_percent_complete,
                  --   progress_brief_overview,
                  ---   SCHEDULE_AS_OF_DATE,
                ----     TRANSACTION_AS_OF_DATE,
               ---      BASELINE_AS_OF_DATE,
                 ---    ESTIMATE_AS_OF_DATE,
                  --   ACTUAL_AS_OF_DATE,
                     ACTIVE_TASK_MEANING,
                     DAYS_TO_SCH_START,
                     DAYS_TO_SCH_FINISH,
                     FINANCIAL_TASK_FLAG,
                   ---  DAYS_TO_ESTIMATE_START,
                   --  DAYS_TO_ESTIMATE_FINISH,
                   --  DAYS_SINCE_ACT_START,
                    -- DAYS_SINCE_ACT_FINISH,
                    -- FINISHED_TASK_FLAG,
                    -- FINISHED_TASK_MEANING,
                     TASK_CREATION_DATE,
                     LOWEST_TASK_MEANING,
                     TASK_TYPE_ID,
                     TASK_TYPE,
                     TASK_STATUS_CODE,
                     TASK_STATUS_MEANING,
                   --  PHASE_CODE,
                    -- PHASE_CODE_MEANING,
                    -- PLANNED_EFFORT,
                   --  WEIGHTING_PERCENTAGE,
                    -- SCHEDULED_DURATION_DAYS,
                    -- BASELINE_DURATION_DAYS,
                    -- ESTIMATED_DURATION_DAYS,
                    -- ACTUAL_DURATION_DAYS,
                     ADDRESS_ID,
                     ADDRESS1,
                     ADDRESS2,
                     ADDRESS3,
                     ADDRESS4,
                   --  WQ_ITEM_CODE,
                   --  WQ_ITEM_MEANING,
                    -- WQ_UOM_CODE,
                    -- WQ_UOM_MEANING,
                    -- WQ_PLANNED_QUANTITY,
                    -- ACTUAL_WQ_ENTRY_CODE,
                    -- ACTUAL_WQ_ENTRY_MEANING,
                    -- PROG_ENTRY_ENABLE_FLAG,
                    -- PERCENT_COMP_ENABLE_FLAG,
                    -- REMAIN_EFFORT_ENABLE_FLAG,
                    -- TASK_PROGRESS_ENTRY_PAGE_ID,
                    -- PAGE_NAME,
                    -- BASE_PERCENT_COMP_DERIV_CODE,
                    -- BASE_PERCENT_COMP_DERIV_M,
                    -- WQ_ENABLE_FLAG,
                     --PROG_ENTRY_REQ_FLAG,
                        address1
                     || ''
                     || address2
                     || ''
                     || address3
                     || ''
                     || DECODE (address4, ' , , ', '', address4)
                        work_site_full_address,
                     STRUCT_PUBLISHED_FLAG,
                     --ACTUAL_WORK_QUANTITY,
                    -- ESTIMATED_REMAINING_EFFORT,
                    -- VERSIONING_ENABLED_FLAG,
                     ---PHASE_VERSION_ID,
                     project_name,
                     project_number,
                     TASK_UNPUB_VER_STATUS_CODE,
                     DECODE (summary_element_flag, 'Y', 1, 0) AS leaf_task_flag,
                     0 AS PROJ_LEVEL_DISABLE_FLAG,
                     child_element_flag,
                     OPEN_ISSUES,
                     OPEN_CHANGE_DOCUMENTS,
                    -- phase_name,
                    -- days_until_scheduled_finish,
                     DECODE (TASK_UNPUB_VER_STATUS_CODE, 'TO_BE_DELETED', 1, 0)
                        AS to_be_deleted_image,
                     'WorkInfo' AS task_manager_called_page,
                     '-1' AS task_manager_resource_id,
                     OPEN_CHANGE_REQUESTS,
                     OPEN_CHANGE_ORDERS,
                     0 AS structure_type_flag,
                     DECODE (
                        PA_PROJ_ELEMENTS_UTILS.IS_LOWEST_LEVEL_FIN_TASK (
                           project_id,
                           element_version_id,
                           'N'
                        'N',
                        'Y',
                        'N'
                        AS FinChildElementFlag,
                     DECODE (
                        PA_PROJ_ELEMENTS_UTILS.CHECK_IS_FINANCIAL_TASK (
                           proj_element_id
                        'N',
                        1,
                        0
                        txn_dates_flag
              FROM   pa_fin_structures_tasks_v) QRSLT
ORDER BY   display_sequencePlease suggest how to get this done, this is oracle seeded module.
Ashish

Hi Ashish,
Please check with vo.getRowCount();how many results are being fetched by vo.else substitute the vo to get vo,setMaxfetchSize().I'm not sure.Please check with this.I will be very glad if you let me know.
Best Regards
Krishna Priya Bandyopadhyay

Similar Messages

  • How to set the number of rows displayed in a classical report at runtime?

    Hi,
    Our customer has several standard client hardware configuration and would like to enable end users to choose their 'display profile' at login time. This 'display profile' would contain predefined values for these hardware configurations and supposed to set various paramters that should define the number of rows displayed in a classical report region.
    I tried to provide parameters on the report region but it refused to accept anything but numerical values. Is it possible to do this?
    Regards, Tamas

    The link is to the closest linkable point in the documentation to the description of the Number of Rows (Item) attribute.
    It sounds like you have been trying to enter&mdash;unsuccessfully&mdash;an item name or substitution string into the Number of Rows attribute. The Number of Rows (Item) attribute is the one that actually allows you to do this. Click on the flashlight icon beside it to get a list of items from the application.

  • The number of rows displayed in a JTable

    Hi,
    Can anyone tell me how I choose the number of rows displayed in a JTable? My table displays 25 rows, and thats a bit too many.
    Thanks.

    You dont need to do much.. I think you just have to initialze the table with ..
    JTablt t = new JTable(rows,cols);
    and make sure to make the 'rows' parameter to whatever u want. :-)
    Cheers

  • How can I get the number of rows in my sql result, without a loop?

    Hello,
    I've a problem, I would like to get the number of rows in my sql result without make a loop like :
    while (rs.next()){
    int number = rs.getRow();
    Is there any method to do this, on the first element?
    Thx, STeF

    If you want to count how many rows are in result set, I dont think you can, but you could always run a count statement for that sql
    say your sql is
    select field1, field2, field3
    from table1, table2
    where field4=field5 ......
    then you can count the rows this statement returns by
    select count(*) from
    (say your sql is
    select field1, field2, field3
    from table1, table2
    where field4=field5 ......)
    This way you will get the count for just that sql

  • How can i now the number of rows afected by the last query?

    how can i now the number of rows afected by the last query?
    For example:
    i made this update :
    update trl_trial set status = 1 /* Validation */
    where trial_id = cobject_id
    and status = 0; /* Initial */
    if NUMBERS_OF_ROWS = 0 then
    end if;
    how can i do this?
    thank u!!!!

    how can i now the number of rows afected by the last query?
    For example:
    i made this update :
    update trl_trial set status = 1 /* Validation */
    where trial_id = cobject_id
    and status = 0; /* Initial */
    if NUMBERS_OF_ROWS = 0 then
    end if;
    how can i do this?
    thank u!!!! Do the following :
    update trl_trial set status = 1 /* Validation */
    where trial_id = cobject_id
    and status = 0; /* Initial */
    if(SQL%ROWCOUNT = 0 ) then
    else
    end if;
    you can also declare a variable and do
    myvar := SQL%ROWCOUNT;
    SQL%ROWCOUNT returna the # of rows afected by any sql
    statement, like DELETE, UPDATE

  • Classic Report limit the number of rows displayed

    Hi All,
    In my application I have a classic Report which show the data of a simple query. For lay-out reasons I want to limit the number of display to 5 instead of the default 15. I've looked in several forums and they told me that I have to set the number of rows in the report attributes.
    But it did not what I want. I'm Using APEX 4.1.0 on a Oracle 11G database
    My question is: How can I limit the maximum number of rows in a classic SQL Report.

    Hamertje16 wrote:
    In my application I have a classic Report which show the data of a simple query. For lay-out reasons I want to limit the number of display to 5 instead of the default 15. I've looked in several forums and they told me that I have to set the number of rows in the report attributes.And did you do so?
    But it did not what I want. I'm Using APEX 4.1.0 on a Oracle 11G databaseHow did it not do what you want? Displayed an error? Displayed no rows? Displayed 15 rows? Displayed some other number of rows? We can only help if we fully understand the nature of the problem.
    My question is: How can I limit the maximum number of rows in a classic SQL Report.To display 5 rows per page set the report's Number of Rows attribute to *5*.
    However, pagination settings get cached for the duration of the session. For this change to be instantly visible, either log out, restart the brower, and log in again, or manually re-request the page from the browser address bar, adding 'RP' in the ClearCache position in the URL.

  • How to get the number of rows written to the header of the spool file.

    Hi
    I need to create a header line for the spool file .
    the header line should include fixed length values .
    The header should include the number of records found in the table with a maximum begin date (begin_date is the column of the table)
    To get the header in the spool file , i wrote a select query has :-
    --SPOOL 'C:\Documents and Settings\abc\Desktop\output.TXT'
    select 'W'||to_char(sysdate,'MM/DD/YYYYMi:HH:SS')||lpad(max(rownum),9,'000000000') ||'R'||max(to_char(school_from_date,'MM/DD/YYYY')) ||
    rpad(' ',76,' ')
    from dad.school
    group by sysdate;
    SPOOL OFF
    which gets me all the rows in the table , but i only want the rows with the latest school_begin_date .
    how can i achieve that ...
    I know that a subquery should be written in the from clause to get the number of rows found with a maximum school_begin_date.
    select 'W'||to_char(sysdate,'MM/DD/YYYYMi:HH:SS')||lpad(max(rownum),9,'000000000') ||'R'||max(to_char(school_from_date,'MM/DD/YYYY')) ||
    rpad(' ',76,' ')
    from dad.school where
    select rownum from dad.school
    where school_begin_date = max(school_begin_date) ;
    the error i get is
    ORA-00934: group function is not allowed here
    I NEED HELP ..IN GETTING THE ROWNUM JUST FOR THE LATEST BEGIN_DATE ?
    PLS HELP ME IN WRITING THE QUERY .
    THANKS IN ADVANCE .

    Try this:
    select 'W'||to_char(sysdate,'MM/DD/YYYYMi:HH:SS')||lpad(max(rownum),9,'000000000')||'R'||max(to_char(school_from_date,'MM/DD/YYYY')) || rpad(' ',76,' ')
      from dad.school
    where school_begin_date = (select max(school_begin_date)
                                  from dad.school);

  • How to change the number of items displayed on the screen based on user input

    I need to place a number of input clusters on the user's screen based on the number of input types he will have.  Is there an easy way to do this?  (Say I have 3 different electrodes, I want to be able to add information for each then take this information and add it to a database, this case adding three new record sets to the database.  If I only have one electrode though, I only want one cluster on the screen and only one recordset will be added to the database)
    Message Edited by Vitamin on 01-11-2007 12:36 PM

    Place your clusters in a 1D array and create a property node for the array. You can use the Number of Rows property to control how many elements are shown. Wire the array into a for loop to index it.
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
    Try to take over the world!

  • Sales Invoice - Fixing the number of rows isn't the solution. Ideas?

    Hi All,
    I have been working on converting the standard eBS Sales Invoice report to BIP over the past few weeks. I started to use the solution on Tim's blog:
    http://blogs.oracle.com/xmlpublisher/2007/03/27/
    For those people who haven't looked this, the solution uses variables to set and calculate the number of transaction rows to be displayed on a page. Filler rows are also inserted to pad out the page should the number of transaction rows be less that the number to be displayed on a page (if using this be careful though as there is a problem with the way the filler rows work as pointed out by Mike Parr in the comments of the blog http://blogs.oracle.com/xmlpublisher/2007/03/anatomy_of_a_template_ii_heade.html).
    This solution is fine if the size of the data in the transaction row is never long enough to cause it to wrap within a column. For example, in the Sales Invoice, it is common for the Invoice Line Description to wrap 3 or 4 lines within the column. When this happens, the rows per page method goes out of the window as the number that can physically fit on the page is reduced due to the single data row spanning multiple layout rows.
    I have had a good play around with fixing table row heights but to no avail. Also had a look at some of the standard RTF templates available in the latest release of R12. but couldn't find an example where this problem is addressed. I am 100% sure that someone must have hit this before so any advice and/or solutions would be greatly appreciated.
    Perhaps the solution for this could be incorporated into a future blog post or example?
    Cheers,
    Jon.

    Yep agreed. With fixed width fonts you could determine how many characters will display on a line but there is no telling where the word wrapping will occur. Suppose you could get really clever and use the position of the spaces to determine where the wraps will occur, then work out how many rows the line will take up (gulp!). Anyway, using fixed width fonts like courier will make the report look rubbish so I want to avoid this.
    A response from the Oracle bod's wouldn't go a miss on this? Tim, et al?
    Cheers,
    Jon.

  • How to get the number of records of a streaming result set

    Hi guys.
    So if it wasn't a streaming result set, I would have done this:
    {noformat}myResultSet<code class="jive-code jive-java">.last();
    {color:navy}*int*{color} numResults = </code>myResultSet<code class="jive-code jive-java">.getRow();
    </code>myResultSet<code class="jive-code jive-java">.beforeFirst();
    </code>{noformat}
    but being a streaming result set, beforeFirst() throws an exception...
    So how do you get the number of records in that result set? I wanna avoid an extra count(*) query, so I would appreciate other solutions than that.

    JoachimSauer wrote:
    vanwil wrote:
    you see, for now I just use a count(*) query to get the number of records, but that's adding a lot of extra waiting time...Iterating over the result twice will surely be slower then doing the count(*).great! so what I got now is actually the fastest way there is... awesome...
    If you get an exception, then you surely have a stack trace. That should tell you what happens, or at least where.com.mysql.jdbc.MysqlIO.checkForOutstandingStreamingData(MysqlIO.java:2066)
    Why do you need to know the number of elements beforehand, anyway?I need to know the number of elements because the incoming data goes into a table. Now of course, I could use ArrayList<String[]> or something, but wouldn't that require more memory resources than Object[][] ?
    No one can tell you that, at least not without more information (say, the stack trace for example).Here's the exception message:
    java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@10c0ef2 is still active. Only one streaming result set may be open and in use per-connection. Ensure that you have called .close() on  any active result sets before attempting more queries.

  • How to change Default number of rows displayed in a Briefing Book

    Hi,
    We have a requirement to deliver a dashboard containing 7 dashboard pages to the business users.
    To achieve this, I have created a briefing book by adding all the required dahboard pages and scheduled an agent to deliver the briefing book in PDF format. However, the briefing book delivered by the agent shows only 25 rows for all the analysis (reports) included in the dashboard pages.
    I have already made the following settings:
    1. At the report level, edited the table view property to show 150 Rows Per page.
    2. At the dashboard page level, edited the PDF and Print properties to Print All Rows.
    3. Edited the instanceconfig.xml file to include the following tag under <Table> tag: <DefaultRowsDisplayedInDelivery>15000</DefaultRowsDisplayedInDelivery>
    Please advise if there is any setting which can help in increasing the default number of rows in a Briefing Book (OBIEE 11.1.1.3).
    Thanks & Regards,
    Sumit

    Hi,
    This is a bug in 11.1.1.3
    Bug 12671370 - BRIEFING BOOKS DO NOT SHOW ALL ROWS
    As a workaround, you may want to click on the "Display Maximum(500) rows per page" button on the dashboard page before you download to Briefing books.This will work for reports with less than 500 rows.
    Rgds,
    Dpka

  • Urgent******how can i get the number of rows enterd by the user in a table

    Hi Frndz..
    As per my requirement i need to do the validations for the multipple rows in a table that was enterd by the user,
                   T
              The prob is how can i get that number of rows that enterd by user,
           WDMessageManager msg = wdComponentAPI.getMessageManager();
         String col1= "";
         String col2= "";
         double col3= 0;
         double col4= 0;
         double amount= 0;
         int nodesize = wdContext.nodeTest().size();
         try
         for(int i=0; i<=2 ; i++)
                   col1 = wdContext.nodeTest().getTestElementAt(i).getCol1();
                 //msg.reportSuccess("col1 size is :"+col1);
                   col2 = wdContext.nodeTest().getTestElementAt(i).getCol2();
                   col3 = wdContext.nodeTest().getTestElementAt(i).getCol3();
                   col4 = wdContext.nodeTest().getTestElementAt(i).getCol4();
                    amount = wdContext.nodeTest().getTestElementAt(i).getAmount();
              if(col1 == "" )
                        msg.reportException("Plz fil the col1 for line:",true);
                   break;
              else
              if(col2 == "" )
                                  msg.reportException("Plz fil the col2 for line:",true);
                             break;
                        else
              if(col3 <= 0)
                   msg.reportException("Plz fil the col3:",true);
                   break;
              else
                   if(col4 <= 0)
                   msg.reportException("Plz fil the col4:",true);
                   break;
              msg.reportSuccess("skvgjhdfgasdfgsjkafguisafisenvtvyeriy");
                                                       wdThis.test();
         catch (Exception e)
                   msg.reportException("strMessage in catch block",true);
         this is the code am going
    Regards
    Rajesh

    Hi,
       You can try this:
    * Let's say the table's datasource is a node called Table  and it has two attributes first & second.
    * You want to check if any of these attributes has been changed by the user or not. If they have been
    * changed then you want to do some validations against them.
      int sizeOfTable = wdContext.nodeTable().size();
      for(int i = 0; i < sizeOfTable; i++){
         IPrivate<view name>.ITableElement ele = wdContext.nodeTable().getTableElementAt(i);
         if(ele.isChangedByClient(ITableElement.<attribute name>)){
            //value has been changed, do some validation. You can get the row index using ele.index().
    Regards,
    Satyajit.

  • Has anyone figured out how to limit the number of emails displayed in the mail app?

    There used to be a setting in Mail, Calendar, Contacts that would let you set the number, starting with 50 emails.  I can't find this setting in iOS 7.

    I do not know why one cannot use an artboard
    in Illustrator it looks like this
    In Photoshop it looks like this
    As far as I can determine it has cropped the area properly as before, please explain what is missing?

  • Count the number of rows based on the values!!!

    Hi all,
    What I am using:
    I am working with a multidimensional database in Visual Studio 2010 using its Data source view and calculation member and dimension usage.
    What I want to do:
    I have a fact table that has five columns(leg(s),hand(s), Head and body,overall) that shows the category of how severe the injury is. Let say for the records all columns never have an empty value(no injury is stated with 'No injury' ) . These five columns
    are connected with a dimension that has all the available values (Category A-E of injury).The overall has the most severe from the other four columns. I want to create a bar chart with five different measure
    values, one for each column, and count the values in those columns. 
    For example : I have a slicer in the excel and a bar chart and the slicer has all the values of the Category of the injury ( Cat a,Cat B, Cat C, ... Cat E, No injury ) and when i select one of them, lets say
    Cat C,  the bar chart should update and show how many Cat C each measurement column has. 
    Example FACT table:
    ID      LEG      HAND    HEAD   BODY OVERALL
    1        No         A           No        No        A
    2        No        D            C          C         C
    3    E         C            D           A         A
    4         E          E           B            C         B
    So if i selected C the bar chart will count   (Leg = 0, Hand = 1, Head = 1, body = 2 and Overall = 1).
    Any ideas ?
    Thanks for the help and the time :) 

    Hi DBtheoN,
    According to your description, you want to create a chart on excel worksheet to count the rows based on the value, right? If in this case, I am afraid this issue is related to Office forum, I am not the expert of Office, you can post the issue on the corresponding
    forum.
    However, this requirement can be done easily on SQL Server Reporting Services. You can using the expression below to count the rows.
    =COUNT(IIF(Fields!LEG.Value=Parameters!TYPE.Value,1,NOTHING))
    Regards,
    Charlie Liao
    TechNet Community Support

  • Changing the default number of rows displayed in a interactive report

    Hi,
    I have a sql query based interactive report but i cant change the default number of pages i.e 15.
    is there any way to change the number of rows displayed.
    Thank you,
    rakesh

    Hi,
    That was very useful document that you shared, yes that is correct we can so it this way but there is another way doing it where in if you go to the report attribute section and in that there is Layout and Pagination and under
    that you can fix the number of rows, and over there we can also accept values from page item such as if the page item value changes the number of rows displayed in the report changes dynamically.
    In my report i get only pagination but not a option for layout.
    Any help will be appreciated.
    And also where i can get the links to the similar document that you have shared ?
    TY
    rakesh
    Edited by: rakesh119 on Apr 30, 2013 12:10 PM

Maybe you are looking for

  • How do I use Sun Web Server 7.0u1 reverse proxy to change public URLs?

    Some of our installations use the Sun Web Server 7.0 (update 1, usually) for hosting some of the public resource and reverse-proxying other parts of the URI namespace from other backend servers (content, application and other types of servers). So fa

  • Connector problem with access enforcer

    Hi Guys, I am facing a really strange problem with my connectors. We have a test installation of GRC which was down for about 3 months. During this time we migrated our central SLD to another system so I needed to change the connection after getting

  • Why to use a bitmap index

    I've read that it may be usefull to create a bitmap index on low cardinality columns. And this is my doubt. Let's suppose I have a gender column on a table. This certainly has got a very low cardinality 'cause I can only have M or F in it and so it c

  • Monitoring services in CSS 11050 using SNMP

    Has anyone implemented SNMP monitoring of services for CSS? How do i go about doing it using HP Openview as the SNMP manager? I have read the SNMP configuration for CSS but still quite confused about setting the threshold for the RMON alarm. How do y

  • Moving a movieclip's location

    let's say i have _level0.box1.ball I want to move ball into _level0.box2 so it will become _level0.box2.ball How do I do this and have ball keep all it's original properties?