3 column table

How can i make a report in APEX that would make a 3 column table as follows:
<table>
<tr>
     <td><img href="picture for object 1">Name: Object1</td>
     <td><img href="picture for object 2">Name: Object2</td>
     <td><img href="picture for object 3">Name: Object3</td>
</tr><tr>
     <td><img href="picture for object 4">Name: Object4</td>
     <td><img href="picture for object 5">Name: Object5</td>
     <td><img href="picture for object 6">Name: Object6</td>
</tr><tr>
     <td><img href="picture for object 7">Name: Object7</td>
     <td><img href="picture for object 8">Name: Object8</td>
     <td><img href="picture for object 9">Name: Object9</td>
</tr><tr>
     <td><img href="picture for object 10">Name: Object10</td>
     <td><img href="picture for object 11">Name: Object11</td>
     <td><img href="picture for object 12">Name: Object12</td>
</tr><tr>
     <td><img href="picture for object 13">Name: Object13</td>
     <td><img href="picture for object 14">Name: Object14</td>
     <td><img href="picture for object 15">Name: Object15</td>
</tr>
</table>
so that it makes first, second and third on first row then continues with fourth, fifth and sixth on second row and so on.
Thank you

Hi, take a look at this post, I think it's exaclty what you need:
Displaying multiple columns of a single column query

Similar Messages

  • CE function to get distinct values from Column table

    Hi All,
    Could you please let me know the appropriate CE function to get the distinct values from column table.
    IT_WORK = SELECT DISTINCT AUFNR FROM :IT_WO_DETAILS;
    Thank you.

    Hi,
    If you have 10g, you can use Model( with model performance is better than connect by )
    Solution
    ========================================================================
    WITH t AS
    (SELECT '0989.726332, 1234.567432, 3453.736379, 3453.736379, 0989.726332, 3453.736379, 1234.567432, 1234.567432, 0989.726332'
    txt
    FROM DUAL)
    SELECT DISTINCT TRIM(CHAINE)
    FROM T
    MODEL
    RETURN UPDATED ROWS
    DIMENSION BY (0 POSITION)
    MEASURES (CAST( ' ' AS VARCHAR2(50)) AS CHAINE ,txt ,LENGTH(REGEXP_REPLACE(txt,'[^,]+',''))+1 NB_MOT)
    RULES
    (CHAINE[FOR POSITION FROM  1 TO NVL(NB_MOT[0],1) INCREMENT 1] =
    CASE WHEN NB_MOT[0] IS NULL THEN TXT[0] ELSE REGEXP_SUBSTR(txt[0],'[^,]+',1,CV(POSITION)) END );
    =========================================================================
    Demo
    =======================================================================
    SQL> WITH t AS
    2 (SELECT '0989.726332, 1234.567432, 3453.736379, 3453.736379, 0989.726332, 3453.736379, 123
    4.567432, 1234.567432, 0989.726332'
    3 txt
    4 FROM DUAL)
    5 SELECT DISTINCT TRIM(CHAINE)
    6 FROM T
    7 MODEL
    8 RETURN UPDATED ROWS
    9 DIMENSION BY (0 POSITION)
    10 MEASURES (CAST( ' ' AS VARCHAR2(50)) AS CHAINE ,txt ,LENGTH(REGEXP_REPLACE(txt,'[^,]+',''))+1 NB_MOT)
    11 RULES
    12 (CHAINE[FOR POSITION FROM  1 TO NVL(NB_MOT[0],1) INCREMENT 1] =
    13 CASE WHEN NB_MOT[0] IS NULL THEN TXT[0] ELSE REGEXP_SUBSTR(txt[0],'[^,]+',1,CV(POSITION)) END );
    TRIM(CHAINE)
    3453.736379
    1234.567432
    0989.726332
    SQL>
    ========================================================================

  • How to identify missing records in a single-column table?

    How to identify missing records in a single-column table ?
    Column consists of numbers in a ordered manner but the some numbers are deleted from the table in random manner and need to identify those rows.

    Something like:
    WITH t AS (
               SELECT 1 ID FROM DUAL UNION ALL
               SELECT 2 ID FROM DUAL UNION ALL
               SELECT 3 ID FROM DUAL UNION ALL
               SELECT 5 ID FROM DUAL UNION ALL
               SELECT 8 ID FROM DUAL UNION ALL
               SELECT 10 ID FROM DUAL UNION ALL
               SELECT 11 ID FROM DUAL
    -- end of on-the-fly data sample
    SELECT  '[' || (id + 1) || ' - ' || (next_id - 1) || ']' gap
      FROM  (
             SELECT  id,
                     lead(id,1,id + 1) over(order by id) next_id
               FROM  t
      where id != next_id - 1
    GAP
    [4 - 4]
    [6 - 7]
    [9 - 9]
    SQL> SY.
    P.S. I assume sequence lower and upper limits are always present, otherwise query needs a little adjustment.

  • DW CS6, two column table in form, changing font size in 1st col and can't change in 2nd

    In DW CS6, I made a two column table in a form for label/data.  I reduced the font size in the 1st col (label) from 12 to 10px but can't change in 2nd col  (data).

    Give data an ID or Class name and style it with CSS. 
    For better answers, we need to see your code.
    Nancy O.

  • How to place multiple column tables in InDesign Layout by importing from XML

    Hi,
    I've an XML file that I need to import into InDesign Document. All the cell elements from Table tag  turn out be a "single column Table"..! How do I place a 2x2 or 3x2 tables in InDesign document while importing from an XML?
    Please help..!
    Thanks,
    Basav

    I might note that I am using InDesign CS 5, and importing from a document stored in docx format.

  • Bex reporting (how to add a column/table by using macros)

    Hai,
    can anyone help me in this reagrd..
    iam trying to enhance a query..
    the requirement is to add a separate column/table to the right side of the result area..say 0country.
    the affected materials should display only once in the country coloumn/table.
            but the thing is to display a charecteristic after the keyfigures...i mean to the right of the result area..
    let me know how to do this...
    regards,
    rambo..

    Hi,
    Put 0COUNTRY into query and press 'Table Display' icon. Vary char position (rows, columns, before, after).
    It should do the trick.
    Certainly, 0COUNTRY will be INSIDE resultarea. But, I think, it's not end in itself.
    Best regards,
    Eugene

  • EBS Columns/Tables for DWH Columns/tables.

    Hi Friends,
    We are working on OBIA HR- Analytics. I want to trace out EBS Columns/Tables to some of our DWH columns. Pl find the below examples in my little investigation.
    Headcount (DWH Column) : DWH Table: W_WRKFC_BAL_A
    EMPLOYEE_NUMBER ( EBS column) : EBS Source Table: PER_ALL_PEOPLE_F
    Mapping: SDE_ORA_EmployeeDimension
    Mapplet: mplt_BC_ORA_EmployeeDimension
    Now, i m trying to trace out the same stuff for the below DWH table/columns:
    W_WRKFC_EVT_A --> W_WRKFC_EVT_F     
    TERMINATION_CNT --> TERM_EVENT_IND
    Pl. let me what are the EBS tables/columns for W_WRKFC_EVT_F (table) / TERM_EVENT_IND (column)
    But, i m thinking that, TERMINATION_CNT / TERM_EVENT_IND is not a direct column from EBS. SOme logic is going on this column using diff. columns. But, not sure.. :)
    Pl guide me how to resolve this issue..
    Thanks in Advance.
    Raghu Nagadasari

    Hi,
    I got some EBS Queries from below links and i think, i m near to my requirement :) I will let u guys know once i get the complete query..
    https://www.google.co.in/search?q=ebs+query+to+find+out+Employee+Termination+Count&newwindow=1&ei=yZOsUdf6EYW3rAfu1YGwBg&start=10&sa=N&biw=1024&bih=595
    http://appsquery.blogspot.in/2010/08/query-to-get-active-employees-and.html
    http://appsquery.blogspot.in/2010/08/query-find-employee-count.html
    Raghu Nagadasari

  • LONG COLUMN을 가진 TABLE의 COPY

    제품 : SQL*PLUS
    작성날짜 : 1995-11-13
    문제 설명
    =========
    LONG COLUMN을 가진 테이블을 COPY를 해야 하는 경우 LONG COLUMN은 Subquery
    를 사용할 수 없기 때문에 다음과 같은 현상이 발생한다.
    1. "CREATE TABLE ... AS SELECT ..." 명령이나
    "INSERT INTO ... SELECT ..."
    를 사용하는 경우 ORA-0997 에러가 발생한다.
    2. SQL*Plus의 COPY 명령을 사용하는 경우 CPY0005 에러가 발생한다.
    해결 방법
    =========
    가장 쉬운 방법은 PL/SQL에서 VARCHAR2 혹은 LONG DATA TYPE을 이용하여 COPY
    한다. PL/SQL에서 VARCHAR2 및 LONG 변수는 32K까지 사용할 수 있기 때문에
    32K 이하 데이타라면 가능하고 그 이상의 데이타는 3GL을 이용한다.
    < TABLE >
    SQL> CREATE TABLE LONGTAB(NO NUMBER(2), TEXT LONG);
    < PL/SQL Script >
    DECLARE
    string varchar2(32000);
    no number(2);
    cursor c1 is
         SELECT no, text FROM longtab;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO no, string;
    exit when c1%NOTFOUND;
    INSERT INTO longtab2 VALUES (no, string);
    END LOOP;
    COMMIt;
    END;
    /

    아래 내용을 참고하세요...
    LONG COLUMN을 가진 TABLE의 COPY
    Bulletin no : 10147
    문제 설명
    =========
    LONG COLUMN을 가진 테이블을 COPY를 해야 하는 경우 LONG COLUMN은 Subquery
    를 사용할 수 없기 때문에 다음과 같은 현상이 발생한다.
    1. "CREATE TABLE ... AS SELECT ..." 명령이나
    "INSERT INTO ... SELECT ..."
    를 사용하는 경우 ORA-0997 에러가 발생한다.
    2. SQL*Plus의 COPY 명령을 사용하는 경우 CPY0005 에러가 발생한다.
    해결 방법
    =========
    가장 쉬운 방법은 PL/SQL에서 VARCHAR2 혹은 LONG DATA TYPE을 이용하여 COPY
    한다. PL/SQL에서 VARCHAR2 및 LONG 변수는 32K까지 사용할 수 있기 때문에
    32K 이하 데이타라면 가능하고 그 이상의 데이타는 3GL을 이용한다.
    < TABLE >
    SQL> CREATE TABLE LONGTAB(NO NUMBER(2), TEXT LONG);
    < PL/SQL Script >
    DECLARE
    string varchar2(32000);
    no number(2);
    cursor c1 is
    SELECT no, text FROM longtab;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO no, string;
    exit when c1%NOTFOUND;
    INSERT INTO longtab2 VALUES (no, string);
    END LOOP;
    COMMIt;
    END;
    /

  • Cannot create a temporary column table in HANA SP8 console

    Hi All,
    We upgraded the HANA to SP8 version this week, and found there are some issues when creating a temporary table.
    Here is the sql:
    CREATE TYPE TT_CONF AS TABLE(ID INTEGER, NAME VARCHAR(32))
    CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF;
    And then got the error message like below:
    Could not execute 'CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF' in 220 ms 419 µs .
    SAP DBTech JDBC: [598]: failed to execute the external statement: InvalidHostNameException at Communication.cpp(01174):
      message: the hostname could not be resolved
      info:    host unknown
      param:  
    Is this a new constraints or just a bug? Does anybody have this issue?

    Hi, queena
    I also encounter the same problem in XS service. Now we import '/sap/hana/xs/libs/dbutils/procedures.xsjslib' into our project. But it will throw errors when one of the procedure's parameters is a temporary table.
    Then we debug it, then we find errors come from following statement : connection.prepareStatement('CREATE LOCAL TEMPORARY COLUMN TABLE "' + localschema + '"."' + localtemp + '" LIKE "' + schema_name + '"."' + table_name + '"').execute();
    So we try to delete COLUMN in the lib, then everything seems okay.

  • Mixed case in column & table name

    Hi,
    How can tell SQL to use mixed case for column & table name?
    For example:
    create table PerNode (netId number, nodeId number);
    select netId, nodeId from PerNode;
    The above statements automatically made to upper case. But I wanted to retain the case sensitiveness in the column & table names.
    I know a way by including the names in double quote in the case will make this to retain the case.
    But I don't want to give all the time the column & table names within double quote.
    What I wanted to know is that is there any ALTER kind of statement will make the SQL to use the case I use in the name of the column & table.
    I greatly appreciate your advice.
    Thanks,
    --JK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Oracle column names and table names are case insensitive unless you enclose them in quotes.
    Unless you want to have two tables, one called PerNode and one called pernode or some such, I'm not sure what benefit case sensitivity would have. One can certainly use mixed case SQL statements in stored procedures and ad-hoc SQL for readability-- only in the Oracle internals is everything changed to upper case.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Content Server: Controlling layout in 2 column table

    I have created an employee roster based on the news portlet template. I would like my "main page" to show the content items in a 2-column table so that they read from left to right like my graphic below. Does anyone know how I would do this in the main page's presentation template? Does it involve the <pcs:foreach> tag? Thanks. Elaine

    Given the template you send me over email, I modified it and it should now give you the result you want. Let me know if you have any problems.
    <!-- start Documents --><table width="100%" border="0" cellspacing="2" cellpadding="2"><pcs:foreach var="item" expr="filter(list.items, 'filtered.published &and; !filtered.hidden')"><pcs:if expr="item_position &le; maxitems"><!-- If the remainder of the position divided by two is 0, then start a new row. Otherwise, completethe row. NOTE: We need to add checks if there total number of items is odd, the table could look a little strange. --><pcs:if expr="item_position % 2 != 0"> <tr> <td width="50%"> <table> <tr> <td width="125" align="center"><img src="<pcs:value expr="item.clerkphoto.location"></pcs:value>"> </td> <td align="left" class="listSubtitle">This is item <pcs:value expr="item_position"></pcs:value>. </pcs:value>('<pcs:value expr='item.location'></pcs:value>'); return false;"><pcs:value expr="encode(item.firstname)"></pcs:value> <pcs:value expr="encode(item.lastname)"></pcs:value></a><br> <span class="listItalicText"><pcs:value expr="item.published" format="MMMM d, yyyy h:mma z"></pcs:value></span> </td> </tr> </table> </td><pcs:if><pcs:if expr="item_position % 2 == 0"> <td width="50%"> <table> <tr> <td width="125" align="center"><img src="<pcs:value expr="item.clerkphoto.location"></pcs:value>"> </td> <td align="left" class="listSubtitle">This is item <pcs:value expr="item_position"></pcs:value>. <a href="#" onClick="open_article<pcs:value expr="pcs_id"></pcs:value>('<pcs:value expr='item.location'></pcs:value>'); return false;"><pcs:value expr="encode(item.firstname)"></pcs:value> <pcs:value expr="encode(item.lastname)"></pcs:value></a><br> <span class="listItalicText"><pcs:value expr="item.published" format="MMMM d, yyyy h:mma z"></pcs:value></span> </td> </tr> </table> </td> </tr><pcs:if> <pcs:if expr="item_position == maxitems &and; item_size > maxitems"> <tr><td align="right" class="listSubtitle"><a href="#" onClick="open_index<pcs:value expr='pcs_id'></pcs:value>();return false;">View All...</a></td></tr> </pcs:if></pcs:if></pcs:foreach></table><!-- end Documents -->

  • How to set the column table so it can not be moved !

    how to set the column table so it can not be moved !

    m_table.getTableHeader().setReorderingAllowed(false);
    m_table.getTableHeader().setResizingAllowed(false);

  • Display Column & Table Headings in Pivote Table

    Hi,
    Can we display the Table Headings in Pivote Table ??
    There is an option of displaying the same in Table view,is there any way of displaying the same in Pivot Table View??
    Thanks

    Hi,
    Try this.
    Table heading:-
    We do not have any direct option to do this.
    But as a workaround, we can achieve this using the following approach.
    Add a column to the criteria. Use the following in the column formula.
    '<table width="100%" align="center" bordercolor="#C9CBD3"
    frame="void" rules="cols" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" width = "200">
    '|| 'This Month' ||' </td>
    <td align="center" width = "200">
    '|| 'Accumulated YTD' ||'</td>
    </tr>
    </table>'
    Where This Month & Accumulated YTD are the table headings.
    Do not forget to change the Data Format to 'HTML'
    Place this column on top of measures labels in Columns Section.
    But, you need to fix the width of all the measure columns and adjust the <td> width accordingly.
    "Display Column & Table Headings" equivalent for pivot tables?
    Hope this help's
    Thanks,
    Satya

  • Repeat to create multi-column table

    I'm trying to use a spry:repeat directive to create a
    two-column table. What I would like to have generated as a result
    of the repeat is something like the following:
    <table>
    <tr>
    <td>row[0] data</td>
    <td>row[1] data</td>
    <tr>
    <tr>
    <td>row[2] data</td>
    <td>row[3] data</td>
    <tr>
    </table>
    Using the spry:test directive it's easy to get only the even
    rows in the first TD element, but I can't figure out how to
    reference the data element for the second TD in each table row.
    Here's what my HTML looks like:
    <div id="thumbContainer" spry:region="dsPhotos">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr align="center" valign="middle" spry:repeat="dsPhotos"
    spry:test="loadThumb({ds_RowNumber}, {ds_RowCount})">
    <td width="85" height="85"><img
    src="thumbnails/{filename}" /></td>
    <td width="85" height="85"><img
    src="thumbnails/{filename}" /></td>
    </tr>
    </table>
    </div>
    The loadThumb function returns true for every other row. That
    works correctly and I see the even-numbered items in the two
    columns of each row. I've tried replacing the contents of the
    second img src attribute with every imaginable combination of
    dsPhotos.getData() and I can't find the magic combo that gets me
    the filename of the *next* row. I did try different usages of the
    ds_RowNumberPlus1 data reference but wasn't able to get that to
    work either. I verified that if I create two separate tables and
    use floating div's to get them to appear side-by-side and use
    separate spry:test functions to get the even and odd rows, I can
    iterate the data set twice and get the right contents in each
    table, but I would like to be able to solve this with a single
    table and a single iteration of the data set. Can anyone shed some
    light on how I should reference the n+1th row in my HTML table
    definition above?
    Thanks,
    Steve

    XE provides the browser-based interface for 'convenience'. You could always switch to SQLPlus or use the SQL Window and enter it manually. You could do this after the table has been created by using a documented syntax such as this sample
    ALTER TABLE sales
    ADD CONSTRAINT sales_pk PRIMARY KEY (prod_id, cust_id) DISABLE;
    found at http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/clauses002.htm#i1002629
    The referenced doc also shows how to create the constraint at the same time as the table.

  • Help for Modifying the Code for display a 7 column table

    Hi,
    Is someone can help me to modify that code I have a 7 colomn table and as many row as their is results?
    Right now, All my result are in a 1 colomn table and and 1 row,
    thanks,
    Roseline
    DECLARE
      vtemp  varchar2(4000) DEFAULT ' ';
    BEGIN
      htp.p('<HTML>');
      htp.p('<HEAD>');
      htp.p('<TITLE>DISQUES C</TITLE>');
      htp.p('</HEAD>');
      htp.p('<BODY>');
    FOR idx IN
        SELECT DVD_ID, NomFichier,
               row_number() over(partition BY DVD_ID ORDER BY NomFichier  ASC) AS rna,
               row_number() over(partition BY DVD_ID ORDER BY NomFichier DESC) AS rnd
          FROM elements
         WHERE PROJET_ID = 1
      ORDER BY DVD_ID ASC, rna ASC
          loop
            IF idx.rna = 1
            then
              htp.p('<TABLE>');
              htp.p('<TR>');
              htp.p('<TD>' || idx.DVD_ID ||' </TD> ');
              htp.p('</TR>');
              htp.p('<TR>');
            end IF;
            vtemp := vtemp || '<TD>' || idx.NomFichier || ' </TD>';
            IF mod(idx.rna, 7) = 0 OR idx.rnd = 1
            then
              htp.p(vtemp);
              vtemp := ' ';
            end IF;
            IF idx.rnd = 1
            then
              htp.p('</TR>');
              htp.p('</TABLE>');
            end IF;
          end loop;
    htp.p('</BODY>');
    htp.p('</HTML>');
    end;

    Sorry:
    I have a table contening PROJECT ID, DVD ID and FILES NAME (NomFIchier) that are on the DVD.
    In my page result, I want the list of the DVD from a project with the following formatting ( 7 columns table), using PL/SQL.
    1 DVD can contain from 5000 files
    ex:
    Ex:
    select DVDNAME, NomFichier  fromTABLE where project = 2
    *85*
    2635080     2636608     2637084     2637091     2637092      2637093     2637147  
    2637152     2637153     2637154     2637155     2637156      2637157     2637164      
    *86*
    2639497     2639498     2639502     2639504     2639505     2639506     2639507  
    2639508     2639509     2639511     2639512     2639519     2639521     2639522        
    *******     *******     *******     ********    *********    ********    ******** With this code following code,
    DECLARE
      vtemp  varchar2(4000) DEFAULT ' ';
    BEGIN
      htp.p('<HTML>');
      htp.p('<HEAD>');
      htp.p('<TITLE>DISQUES C</TITLE>');
      htp.p('</HEAD>');
      htp.p('<BODY>');
    FOR idx IN
        SELECT DVD_ID, NomFichier,
               row_number() over(partition BY DVD_ID ORDER BY NomFichier  ASC) AS rna,
               row_number() over(partition BY DVD_ID ORDER BY NomFichier DESC) AS rnd
          FROM elements
         WHERE PROJET_ID = 1
      ORDER BY DVD_ID ASC, rna ASC
          loop
            IF idx.rna = 1
            then
              htp.p('<TABLE>');
              htp.p('<TR>');
              htp.p('<TD>' || idx.DVD_ID ||' </TD> ');
              htp.p('</TR>');
              htp.p('<TR>');
            end IF;
            vtemp := vtemp || '<TD>' || idx.NomFichier || ' </TD>';
            IF mod(idx.rna, 7) = 0 OR idx.rnd = 1
            then
              htp.p(vtemp);
              vtemp := ' ';
            end IF;
            IF idx.rnd = 1
            then
              htp.p('</TR>');
              htp.p('</TABLE>');
            end IF;
          end loop;
    htp.p('</BODY>');
    htp.p('</HTML>');
    end;I have the following result
    85
    2635080      2636608      2637084      2637091      2637092      2637093      2637147      2637152      2637153      2637154      2637155      2637156      2637157      2637164      2637169      2637170      2637172      2637173      2637202      2637203      2637213      2637214      2637215      2637216      2637217      2637218      2637219      2637220      2637234      2637235      2637236      2637237      2637239      2637240      2637241      2637242      2637244      2637246      2637247      2637249      2637250      2637251      2637252      2637253      2637257      2637263      2637266      2637269      2637270      2637274      2637276      2637279      2637284      2637290      2637291      2637292      2637293      2637294      2637295      2637296      2637301      2637303      2637304      2637305      2637306      2637311      2637320      2637322      2637324      2637331      2637333      2637336      2637352      2637353      2637354      2637358      2637359      2637360      2637361      2637362      2637363      2637364      2637371      2637378      2637383      2637384      2637385      2637386      2637387      2637388      2637391      2637392      2637395      2637400      2637405      2637412      2637418      2637419      2637423      2637443      2637446      2637453      2637461      2637470      2637483      2637484      2637485      2637494      2637502      2637506      2637507      2637519      2637532      2637536      2637537      2637539      2637540      2637541      2637544      2637553      2637554      2637555      2637557      2637575      2637578      2637579      2637580      2637581      2637582      2637583      2637587      2637588      2637589      2637590      2637591      2637592      2637593      2637594      2637595      2637597      2637604      2637605      2637606      2637611      2637619      2637628      2637629      2637630      2637631      2637632      2637633      2637637      2637645      2637647      2637648      2637650      2637651      2637657      2637658      2637659      2637661      2637662      2637668      2637674      2637676      2637677      2637679      2637680      2637681      2637684      2637685      2637686      2637688      2637689      2637691      2637692      2637694      2637696      2637700      2637701      2637702      2637703      2637704      2637705      2637706      2637707      2637722      2637725      2637741      2637749      2637751      2637752      2637753      2637762      2637764      2637771      2637777      2637779      2637781      2637783      2637785      2637789      2637793      2637809      2637810      2637811      2637812      2637823      2637827      2637836      2637837      2637838      2637845      2637850      2637854      2637855      2637857      2637858      2637859      2637860      2637861      2637866      2637867      2637870      2637874      2637875      2637876      2637877      2637878      2637879      2637880      2637881      2637884      2637885      2637886      2637887      2637891      2637892      2637893      2637894      2637895      2637897      2637898      2637899      2637900      2637901      2637902      2637904      2637906      2637907      2637908      2637909      2637913      2637914      2637916      2637917      2637918      2637919      2637920      2637921      2637923      2637926      2637928      2637929      2637930      2637933      2637935      2637936      2637937      2637939      2637940      2637941      2637942      2637943      2637949      2637950      2637951      2637952      2637954      2637955      2637958      2637965      2637967      2637969      2637970      2637971      2637973      2637978      2637985      2637986      2637987      2637990      2637991      2637992      2637993      2638001      2638002      2638005      2638007      2638009      2638016      2638018      2638020      2638023      2638027      2638029      2638033      2638034      2638035      2638036      2638039      2638043      2638044      2638045      2638046      2638048      2638049      2638052      2638053      2638055      2638057      2638058      2638063      2638064      2638065      2638067      2638068      2638069      2638072      2638076      2638080      2638081      2638082      2638083      2638084      2638087      2638089      2638096      2638097      2638098      2638099      2638100      2638101      2638102      2638103      2638105      2638106      2638108      2638110      2638113      2638117      2638118      2638120      2638121      2638122      2638124      2638126      2638128      2638134      2638135      2638136      2638137      2638139      2638140      2638141      2638143      2638146      2638147      2638148      2638149      2638150      2638151      2638152      2638153      2638154      2638155      2638157      2638159      2638167      2638168      2638172      2638173      2638174      2638175      2638181      2638184      2638185      2638187      2638192      2638193      2638198      2638199      2638200      2638202      2638203      2638205      2638207      2638208      2638209      2638210      2638211      2638212      2638214      2638218      2638219      2638220      2638221      2638223      2638230      2638232      2638236      2638243      2638245      2638246      2638247      2638248      2638258      2638264      2638265      2638268      2638279      2638280      2638281      2638283      2638284      2638287      2638305      2638309      2638310      2638311      2638312      2638316      2638317      2638318      2638319      2638321      2638324      2638330      2638331      2638332      2638333      2638334      2638335      2638336      2638337      2638338      2638339      2638340      2638341      2638342      2638344      2638347      2638349      2638352      2638353      2638364      2638372      2638374      2638376      2638379      2638390      2638391      2638392      2638393      2638394      2638395      2638402      2638405      2638407      2638414      2638421      2638422      2638429      2638430      2638432      2638434      2638438      2638442      2638444      2638457      2638467      2638469      2638474      2638478      2638479      2638480      2638484      2638486      2638488      2638489      2638491      2638506      2638507      2638508      2638510      2638511      2638512      2638513      2638514      2638515      2638516      2638517      2638518      2638519      2638520      2638521      2638522      2638523      2638525      2638527      2638529      2638530      2638531      2638532      2638536      2638537      2638563      2638564      2638567      2638568      2638569      2638618      2638628      2638629      2638634      2638644      2638647      2638649      2638653      2638658      2638666      2638671      2638675      2638677      2638679      2638680      2638685      2638687      2638689      2638691      2638692      2638693      2638694      2638695      2638696      2638697      2638699      2638701      2638702      2638703      2638704      2638705      2638706      2638707      2638709      2638710      2638711      2638712      2638713      2638714      2638720      2638721      2638725      2638726      2638728      2638731      2638732      2638736      2638737      2638739      2638740      2638741      2638744      2638745      2638747      2638748      2638753      2638754      2638755      2638756      2638757      2638760      2638763      2638764      2638768      2638777      2638781      2638782      2638783      2638791      2638793      2638795      2638796      2638798      2638799      2638801      2638810      2638811      2638813      2638814      2638815      2638816      2638817      2638818      2638832      2638833      2638834      2638835      2638836      2638846      2638847      2638848      2638849      2638850      2638851      2638852      2638854      2638855      2638857      2638858      2638859      2638860      2638861      2638862      2638864      2638866      2638867      2638868      2638869      2638870      2638872      2638873      2638874      2638876      2638883      2638884      2638885      2638893      2638895      2638900      2638923      2638927      2638928      2638929      2638931      2638932      2638935      2638936      2638937      2638939      2638942      2638943      2638949      2638952      2638954      2638955      2638956      2638957      2638958      2638959      2638960      2638961      2638962      2638968      2638976      2638978      2638979      2638980      2638983      2638984      2638986      2638988      2638994      2638995      2638998      2638999      2639001      2639002      2639003      2639006      2639011      2639012      2639013      2639014      2639016      2639017      2639018      2639024      2639025      2639030      2639036      2639038      2639039      2639043      2639045      2639046      2639049      2639055      2639057      2639064      2639066      2639067      2639068      2639069      2639072      2639074      2639076      2639079      2639080      2639081      2639085      2639086      2639092      2639098      2639099      2639100      2639101      2639103      2639104      2639105      2639106      2639107      2639109      2639110      2639111      2639112      2639125      2639128      2639129      2639131      2639132      2639133      2639134      2639137      2639138      2639139      2639144      2639146      2639148      2639149      2639159      2639162      2639164      2639165      2639167      2639177      2639179      2639186      2639187      2639188      2639191      2639196      2639197      2639204      2639205      2639208      2639214      2639217      2639218      2639220      2639221      2639223      2639224      2639225      2639226      2639227      2639230      2639236      2639237      2639238      2639239      2639241      2639242      2639246      2639248      2639260      2639262      2639263      2639264      2639270      2639271      2639292      2639293      2639296      2639298      2639299      2639300      2639302      2639303      2639304      2639305      2639306      2639307      2639308      2639309      2639311      2639315      2639316      2639317      2639319      2639321      2639322      2639323      2639324      2639325      2639326      2639327      2639328      2639329      2639330      2639331      2639333      2639336      2639338      2639339      2639341      2639342      2639343      2639344      2639345      2639346      2639348      2639349      2639350      2639356      2639358      2639359      2639360      2639361      2639362      2639364      2639365      2639367      2639368      2639369      2639370      2639373      2639374      2639376      2639378      2639379      2639381      2639386      2639387      2639388      2639389      2639391      2639394      2639396      2639397      2639398      2639400      2639401      2639404      2639405      2639406      2639409      2639410      2639411      2639412      2639419      2639423      2639426      2639427      2639429      2639434      2639437      2639440      2639446      2639448      2639450      2639457      2639465      2639466      2639467      2639468      2639469      2639472      2639473      2639474      2639475      2639478      2639485      2639486      2639487      2639488      2639489      2639491      2639492      2639495
    86
    2639497      2639498      2639502      2639504      2639505      2639506      2639507      2639508      2639509      2639511      2639512      2639519      2639521      2639522      2639523      2639525      2639527      2639530      2639542      2639543      2639552      2639553      2639554      2639555      2639559      2639560      2639561      2639563      2639564      2639565      2639567      2639574      2639575      2639578      2639579      2639581      2639582      2639584      2639585      2639586      2639587      2639588      2639589      2639591      2639595      2639596      2639597      2639598      2639599      2639605      2639618      2639621      2639623      2639624      2639627      2639628      2639637      2639638      2639639      2639644      2639647      2639648      2639649      2639650      2639654      2639658      2639662      2639665      2639669 I have some sample date here:
    http://www.developpez.net/forums/attachments/p57656d1263922095/bases-donnees/oracle/pl-sql/html-affichage-tableaux-conditions/testcase.zip/
    I want to know if it's possible to achieve what I want based on the code here.
    I'm working on Application Express 3.1.2.00.02
    thanks!!
    Roseline

  • Displaying other columns/tables apart from a cross tab

    Hi,
    I designed an RTF template. This contains 3 tables. First table contains the invoice information. 2nd table is the cross tab and 3rd table contains the aging details. My requirement is to print the other tables in all pages if the cross tab goes to multiple pages. Presently all the tables are displayed in the 1st page only. If the cross tab output goes to next page then the 1st and 2nd tables are not being displayed in other pages.
    Can anyone suggest me how to display the other columns/tables apart from cross tab columns if the cross tab output goes to multiple pages.

    Can u plz send me the sample xml and the template so tat i can help u frm my side...

Maybe you are looking for

  • Regarding CLOB datatype

    Hi, I have two databases with sids' R2SRVR5.WORLD and R2SRVR3.WORLD Now I have executed the follwoing in r2srvr5 database. create table kou_test_1 roll integer, clob_data clob begin insert into kou_test_1(roll,clob_data) values (2,empty_clob()); inse

  • Migration assistant screw up, Mac Pro not seeing wifi/TC

    Hi I've been using a MacBookPro (MBP) for almost 5 years now, with a 1TB Time Capsule (TC1) using Time Machine (TM). I am the sole user, HDD is 270Gb used/50Gb free; using Mavericks, v10.9.2. On Friday, I used Sophos anti virus home edition, to scan

  • Is there a way to remove fields from a "Simple Contact" form?

    What I am looking to do is create a "subscribe to newsletter" form where the user only has to enter their email address. I don't want them to have to enter their name or write a message. Does anyone know if it is possible to alter the simple contact

  • How to copy the nwdi stack while the system is down.

    hi all, We've got a problem:our NWDI system is down.And we want to copy the whole stack out since we must get the source code there.How can i do this while the system is down?(The system seems not to get up again). I have little knowledge about NWDI

  • Use of DAO Vs StateLessSession bean

    Hi, I have been using the DAO J2EE design pattern for bulk data acces from the database avoiding entity beans,.. But what is happening is that I have factory which creates the instances of DAO's and that factory is used by a Session Facade, I do feel