Report Columns in one Page

Hi,
I know the posts on the same issue exist in year 2002 exist but they doesn't seem to have any solutions, or at least do not have the proper answers that I want. Or maybe I miss it when I search.
I have created a matrix report with groups above.
Report data layout (example):
Let's say the group above is by month and year (combined). Then the columns would be the departments while the rows would be the date of the month. The data would be the income type A, income type B, income type C and income type D.
Jan 2006 | Dept One                      | Dept Two                      | Dept Three                    | Dept Four                     |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
Feb 2006 | Dept One                      | Dept Two                      | Dept Three                    | Dept Four                     |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |Problem:
I can see that the report generates successfully. Rows and columns showing the correct data. However, the problem arises where one single month (let's say January 2006) of the report matrix group expand from page 1 to page 2 horizontally. And on page one, big amount of space left (below the first part of Janurary 2006 matrix group) which can actually accomodate either the first part of February 2006 matrix group or the rest of January 2006 matrix group. But it wasn't populated.
{Content of Page One}
Jan 2006 | Dept One                      | Dept Two                      |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
{Content of Page Two}
Jan 2006 | Dept Three                    | Dept Four                     |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
Feb 2006 | Dept One                      | Dept Two                      |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
{Content of Page Three}
Feb 2006 | Dept Three                    | Dept Four                     |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
Mar 2006 | Dept One                      | Dept Two                      |
         | Inc A | Inc B | Inc C | Inc D | Inc A | Inc B | Inc C | Inc D |
1        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
2        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
3        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
4        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
5        |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
...      |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
31       |   ... |   ... |   ... |   ... |   ... |   ... |   ... |   ... |
{...and so on...}Instead, the February 2006 matrix group only started out on page 2 when the January 2006 matrix group ends.
How can it be done, so that either the following be done?
A) Second part of January 2006 fills up the first page as well instead of the empty space. Meaning the First part of January 2006 is above and 2nd part below thus filling up the first page. February 2006 would start off from 2nd page.
B) First part of January and February 2006 fills up the first page and their second part ends at 2nd page.
FYI, horizontal landscape of report is NOT preferable. Even if it is used, the same scenario persist.
Hope someone can help me out here on this. Or at least show me how you do it alternatively.
Thank you.

Thanks for the reply.
FYI, not every month have all the columns filled up. Meaning some months may have lesser columns resulting in smaller tables. That's why some of the months, their tables will fit into one page.
Changing width of does not solve my problem because my reports are made for A4 paper size. Printing such a report with its width altered causes some part of the table which overflows out from A4 paper size not to be printed.
The location of the value I changed can be found here:
Paper Layout > Main Section > Property Sheet: Width
Please do help. Thanks.

Similar Messages

  • How to print all columns in one page

    Hi,
    Can anybody explain me how to print all columns in one page.we have around 15 to 20 columns for 4 reports and all these reports are build on one multiprovider.we are using BW 3.5.
    Can anyone explain me  how to print ALL COLUMNS IN ONE PAGE  .currently they are getting all columns in 2 to 3 pages. They are using PORTAL to run the reports here.
    Is it possible to do by customizing Webtemplate or by macros in Workbook.Please help me
    Edited by: kotha123 on Oct 11, 2010 5:58 PM

    Hi,
    Your best bet is to use a workbook template or else Excel to pdf option...Thanks

  • How to force a page break if report is only one page long

    Hi all.
    I've been asked to ensure an XMLP report is always 2 pages long, even if the data fits on one page. Does anyone know if it is possible with the Word Add-in to check if a report is only 1 page long and get it to force a page break for the extra page?
    Thanks for your time,
    Joy

    Hello Joy,
    We are working on a bi report that has duplex printing and facing the issue in skipping an extra page when printing multiple people at the same time.
    Please let us know did you already have a solution for this.
    Thanks in advance for your time and solution.
    Best Regards,
    Vinodh

  • Reference report column from another page?

    I have a work order report with column link. Upon clicking link, control goes from page 2 to page 3 where I want to show details about components in work order. How do I reference the work order ID (report column on page2) from the query in page 3? I know I can reference page items, but how do you do you pass a value of a report column on the previous page?
    Thanks.
    Paul

    Hi Paul,
    Typically I would create an Item on the page being called (Page 3 in your case) to receive a value being passed via your Link; this item could be hidden or read-only. You might want to name yours; P3_WORK_ORDER_ID or something to reflect the Primary Key (PK) of your Work Order.
    On the Link Column on Page 2; I assume that your Target Page is 3.
    Down in the Link Column section under Name and Value ;
    Name might read P3_WORK_ORDER_ID
    Value might read *#WORK_ORDER_ID* this would reference the work order id column on the Page 2 report.
    Now on your Page 3 report; your SQL would need within its Where clause something like this:
    my_table.work_order_id = :P3_WORK_ORDER_ID
    Jeff

  • Apex report column in one color

    Hai,
    How can i make selected report cell(Whole column) in color
    For example select emp_no, emp_name from emp;
    i should display all emp_name cell in color (not only the name of the employee)
    Using report attributes.. i tried with background color " background-color:yellow " in CSS style.. its giving color for the charcters in the cell not for whole cell..
    Thanks
    Joe

    Hi,
    One way is use JavaScript (jQuery) and dynamic action
    These links might help.
    http://dbswh.webhop.net/apex/f?p=BLOG:READ:0::::ARTICLE:351800346145832
    Re: Background Colour of Report Cell Issues.
    As I understand you need color all cells and color is fixed, you do not need create hidden column to report or custom report template.
    Just modify JavaScript in dynamic action
    Regards,
    Jari

  • Back arrow does not work with SQL Server Reporting Services Reports. When one pages back from a sub report the back action appears to skip moving to the previous step. IE 8 works fine?

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

  • Oracle Report: columns display one after another.

    Hello
    I have a report that has 10 columns. I want all of the rows of first set of 5 columns to display then the second set of 5 columns will display after that. for example
    Date range 1/1/07 to 1/5/07
    col1 col2 col3 col4 col5
    AA BB CC DD CCC
    AA VV DDD DD XXX
    Date range 1/6/07 to 7/10/07
    col6 col7 col8 col9 col10
    AA BB CC DD CCC
    AA VV DDD DD XXX

    Hallo,
    In the sense of Applicatin Express you have two Report Regions.
    Both regions can be dependent on a master item (e.g. SELECT ... WHERE MASTER_ID = :MASTER_ITEM)
    Hope that helps, Willi

  • Pages- how to connect 2 diff iviews to each 2 columns in a page?

    Hi,
    I have trouble connecting 2 iviews to each columns on one page:
    That is; 1 iview to 1 column and iview 2 to column 2.
    The iviews will only connect to column 1 when I do the "Add iview to page" process.
    Any hints?
    Thanks,
    hilde

    Hi   
        Did you try dragging and dropping the iviews to the respective containers in the page layout.Select the particular column with the mouse and then add the iview to it.
    Cheers.
    Please award points for helpful answers.

  • How to Print the Report Column headers on each page of any report

    Can someone offer assistance on how I can go about achieving the ability to show and print the Report Column headers on each page of any report using the Print Attributes of APEX 3.0? These reports will be printed using Excel and Word.
    I read a thread with a similar request but the answer seems vague for my level of understanding.
    I am connected to a print server and using BI Publisher.
    Thanks,
    Ric

    Hello Ric,
    >> These reports will be printed using Excel and Word.
    I'm not sure I understand what you are trying to do. You are using a very powerful tool – BI Publisher – why do you need Excel or Word for printing? Is there a special need only Excel or Word can provide?
    One of the major advantages of using BI Publisher is that it's taking care of all these tedious tasks like reasonable page breaking, headers and footers, and also table headers.
    Regards,
    Arie.

  • How to hide columns in each page of SSRS report for grouped tablix

    Hello all,
    I have a requirement like when SSRS report (used row grouping)is exported to EXCEL
    1)  Each report page should be exported to a separate excel sheet
    2) Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    3) Eg: If a country report is there with details like country name, country code, currency code. Now each country details should export to separate excel sheet and sheet 1 should show Country Name and Country code; Sheet2 should show: Country Code, Currency
    Code; Sheet3 should show: Country Name, Country Code, Currency Code.
    I am done with point#1 above: Each report page should be exported to a separate excel sheet. Can some one help on point#2:Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    Thanks,
    Paandey : Dont forget to mark it as Answered if found useful

    Hi paandey,
    According to your description, there are three columns named country name, country code, currency code in the report. When export the report to excel, you want to show Country Name and Country code in sheet1, Country Code and Currency Code in sheet2, and
    show all of the three columns in sheet3.
    In Reporting Services, we couldn’t achieve your goal by setting visibility of columns in one tablix. As a workaround, we can use three tablix in the report, then add page break to the tablix. For detail information, please refer to the following steps:
     1. Since you have created a tablix with three column, copy and paste it to the report twice.
     2. Right-click column handle of Currency code in tablix1, click Column Visibility.
     3. Check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name = “EXCELOPENXML”)
     4. Right-click column handle of Country name in tablix2, set its visibility like step3 above.
     5. Select and right-click tablix2, click Tablix Properties.
     6. In General pane, in Page Break Options section, check Add a page break before check box.
     7. Click Visibility in left pane, check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name <> “EXCELOPENXML”)
     8. Select and right-click tablix3, add page break to it like step6 above.
     9. Set its visibility like step7 above.
    The following screenshot is for your reference:
    For more information, please refer to the following document:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/05/16/report-design-naming-excel-worksheets.aspx
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu

  • How to repeat a row when tablix columns print over more than one page

    I have a tablix with 20 Columns.  When this prints it prints over 3 pages (which is
    OK).   The first Column is the Name (in this case it is the
    Project name).  On Page 2 & 3 I want to print the Project name again,
    so that a report user does not need to go back to page one to figure out which
    project the columns are referring two.  In Excel there is an option
    "Rows To Repeat".  I am trying to do the same in SSRS
    2012. 
    I have tried links
    like:
    http://msdn.microsoft.com/en-us/library/dd207045.aspx
    http://remicaron.wordpress.com/2010/01/05/how-to-get-ssrs-to-repeat-the-row-headers-tablix-2008/
    http://www.sqlcircuit.com/2012/03/ssrs-how-to-repeat-column-header-in.html
    These do not work
    for me .... in fact they return an error msg
    Can this be done?
    Tx
    Andrew
    Andrew Payze

    Hi Andrew,
    If I understand correctly, there are 20 columns in the table. When it prints over 3 pages, the report should repeat the first column in all pages.
    To freeze row header in the table, we can refer to the following steps:
    The table should have a group. If the Name is already a row group, we can directly refer to step 2. Or we need add a row group grouped by Name ahead.
    Right-click the table to open the Tablix Properties dialog box, then enable “Repeat header rows on each page” and “Keep header visible while scrolling” options under Row Headers category.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • How to send values from a "Report Column" instead of a "Page Item" ?

    Hi there,
    Here's my case: Two pages A and B.
    Page A is used to view each employee from a selected department.
    Page B is used to created/modify employees.
    I have a create button on page A which redirect to page B.
    By default, page B is blank (as of course we have to fill the blanks to create a new employee).
    However, there is 2 values I want to send to page B (as I'd like to pre-fill some blanks) : The department ID and the Manager ID (there is one manager per department).
    ---- I succeed with the department ID because it's a page item and in the "Action When Button Clicked" of the button I filled "Set These Items" -> Item From Page B "With These Values" -> Item from Page A.
    ---- I'm confused with the Manger ID because it is not a page item but a report column and there is nothing to do like I did for the Department ID in the create button.
    I'm a bit lost cause I don't know how to transfer/send this value to the second page.
    Do you have any clue ?
    Thanks again for your time !
    BR
    Ulrich

    Ulrich,
    Maybe I have misunderstood your requirements, from those I assumed that Page 4 was already being populated with a Department ID. So my plan was to look-up the Manager ID via the known Department ID
    Here's my case: Two pages A and B.Page A is used to view each employee from a selected department.
    Page B is used to created/modify employees.
    I have a create button on page A which redirect to page B.
    By default, page B is blank (as of course we have to fill the blanks to create a new employee).
    However, there is 2 values I want to send to page B (as I'd like to pre-fill some blanks) : The department ID and the Manager ID (there is one manager per department).
    ---- I succeed with the department ID because it's a page item and in the "Action When Button Clicked" of the button I filled "Set These Items" -> Item From Page B "With These Values" -> Item from Page A.
    ---- I'm confused with the Manger ID because it is not a page item but a report column and there is nothing to do like I did for the Department ID in the create button.>
    Have you verified that you have the :P4_DEPARTMENT_ID in session?
    Does your SQL run in SQL Commands when provided a Department ID?
    Have you tried altering when the Computation fires? I recommended to start with After Regions, try some other firing points.
    Jeff

  • How to pass column name as a   values from one page  to another

    hi
    i have created a report(pivot) from a table
    SQL> SELECT * FROM T;
    C1  C2          C3 D                SEQ
    A   AA           2                    1
    A   AB           3                    2
    A   AC           2                    3
    B   AB           5                    4
    B   AC           6                    5
    SQL> SELECT C1
      2  ,NVL(MAX(CASE WHEN C2='AA' THEN C3 END),'') AA
      3  ,NVL(MAX(CASE WHEN C2='AB' THEN C3 END),'') AB
      4  ,NVL(MAX(CASE WHEN C2='AC' THEN C3 END),'') AC
      5  ,SUM(C3) FROM T GROUP BY C1;
    C1          AA         AB         AC    SUM(C3)
    A            2          3          2          7
    B                       5          6         11
    SQL>
    my requirement in Apex is like this(reverse)
    eg-
    when i click on cell values '2' then,it should return
    C1  C2          C3 D                SEQ
    A   AA           2                    1
    {quote}how to pass column name as a  values from one page to another
    for example i have to pass 'c2' as a value to next page{quote}for report pivot you can reffer below link
    Report
    Amu

    thanks for your reply
    i 'm doing what exactly you mention here .
    my problem here is
    i have 15 columns
    i am executing a query based on the values of the column(column name)  in the target page
    1)here i am passing(all) the column values to the next page-but  i want to pass only one column values(column name)
    when i click on any cell of that  column
    OR
    2)i can pass all column name to target page -there(in the target page) i can filter out
    i think option 1 would good if you filter out the unwanted columns
    Regards
    Amul

  • Pass value of column when report has only one row

    Hello everyone,
    Sorry for not being very accurate with the title of the thread.Here's my situation:
    I have an item that, when modified(key pressed) refreshes an interactive report. All the report column have link to a javascript function, so when the user clicks the row it passes a value to another item on the page.
    To be more specific it goes like this: the user enters a numer in the item, and as he presses a key the report is shrinked down based on the number that it's made.(asynchronous search like google)
    Here's my problem:
    I have made all this working(using dynamic actions and a little javascript), but, for the sake of making it user-friendly i want that when the report is shrunk to only one line, the value of a column in that line to be auto-passed to a page item.(or a javascript function)
    Thanks a lot!
    Kind Regards,
    Cearnau Dan
    PS: APEX 4

    I am currently work on something similar, sort of, unless it's not.
    Anyway, the first function called by the action, onChange in my case, returns a count of items. If there is an exact match, meaning a one is returned, the function branches one way. Otherwise, it branches another way.
    In the case of an exact match, I run some other JS/AJAX to populate other details on the line. If not an exact match, in my case, I show a <div id="searchCriteria"> for the user to refine their search or accept what they typed in the first box and get a list of all possible matches. Obviously yours would behave differently.
    Hope this helps,
    Gregory

  • Duplicate column ids in reports on the same page, how can I reference them?

    I have 4 reports on the same page.
    I have added a checkbox column to each one.
    On clicking I want to populate a collection with the value of the id of the corresponding row and then have a button acting on the whole list.
    My code to get the id of the item that contains the value I want is this
    id = 'f02_' + $(this.triggeringElement ).attr('id').substr(4,4);
    But there is an f02_0001 for each report, and the code just finds the first one, rather than the one in the context of the report being clicked.
    <input name="f02" id="f02_0001" type="hidden" value="2072"/>
    <input name="f02" id="f02_0001" type="hidden" value="2052"/>
    etc etc.
    All that is ever picked up is 2072
    They have different table ids but I don't know how to reference the correct ones in my code
    I'm sure it must be something simple, can anyone help
    Cheers
    Mark

    It looks like this:
    I want to click on the check box and get the corresponding value for f02_000X (or could I refer to the class name if I gave it a class)
    There are several tables with the same format as below so it needs to work out the table id in the reference.
    <table id="report_R1641794306363434600" cellspacing="0" cellpadding="0" border="0" summary="">
    <tbody>
    <tr>
    <td></td>
    </tr>
    <tr>
    <th id="BOX"></th>
    <th id="Name"> </th>
    </tr>
    <tr>
    <td colspan="11">
    <table width="100%" cellspacing="0" cellpadding="1" summary="" style="border-bottom:1px #959562 dotted;">
    <tbody>
    <tr>
    <td valign="top" nowrap="nowrap" style="padding:1px;"></td>
    </tr>
    </tbody>
    </table>
    </td>
    </tr>
    <tr>
    <td headers="BOX">
    <label class="hideMeButHearMe" for="f01_0001"> </label>
    <input id="f01_0001_01" class="boxhop" type="checkbox" onclick="if (this.checked) {apex.jQuery('#f01_0001').val('Y');} else {apex.jQuery('#f01_0001').val('');}" value="Y" name="f01_NOSUBMIT">
    <input id="f01_0001" class="boxhop" type="hidden" value="" name="f01">
    </td>
    <td headers="Name">
    Administrator
    <input id="f02_0001" type="hidden" value="2072" name="f02">
    </td>
    </tr>
    <tr>
    <td colspan="11">
    <table width="100%" cellspacing="0" cellpadding="1" summary="" style="border-bottom:1px #959562 dotted;">
    </td>
    </tr>
    <tr>
    <td headers="BOX">
    <td headers="Name">
    Angela Murray
    <input id="f02_0002" type="hidden" value="2082" name="f02">
    </td>
    </tr>
    <tr>
    </tbody>
    </table>

Maybe you are looking for

  • Can I still use the Optical Drive if I install a SSD in my MacBook Pro?

    Hello, I'm looking to replace the standard hard drive in my MacBook Pro with a 240GB SSD, my question is, does this effect the usage of the DVD/CD Drive? As i've seen in some videos people taking that out and putting the exsisting hard drive there. I

  • Video Drivers for Touchsmart IQ770

    Hello, I'm having difficulties finding the drivers for my HP Touchsmart, I have just upgraded to Windows 7 and none of the video drivers will work I've already tried over 15 drivers, starting with Win 7 32-bit to Win Vista ones... My operating system

  • Flash Drive not found anymore

    After using a flash drive frequently whil creating documents on a MacBook, now the flash drive is not recognized by either the Macbook or the G5 we have. I can't check settings or anything because the comuter doesn't even register it is there, howeve

  • Video projector vs projector??

    What is the difference? I can find none and no reference to such a difference except in the user's guide of my imac. Appararently though I need a different adaptor to hook up to each. HELP??? Sara

  • Some PO's,  invoiced Amount missing

    Hi All, I  have a problem here stating that the for few purchase orders,  Invoiced Amount is missing , Inspite of the fact that these amounts are booked  and exists in in General Ledger. I checked in BW, for one PO and its invoiced amount is positive