PanelBox and the single column Table

Hi all

I have a panelBox with a table T1 single column. I would like to add an array of columns more simple T2 right next to the first table T1.
Jdev he added under the first table, but I want to be in the same line.

Is this possible?


Thank you
Matthew

Hi Matthew,

How to add panelGroupLayout with a horizontal layout inside panelBox and put your tables inside the panelGroupLayout?

Jean Lou

Tags: Java

Similar Questions

  • Several links in the single column

    Hello

    I have a requirement to display several links in the single column.

    Example:

    Select emp_name emp #, total_days days, col3, col4 from table

    Here, I need to display a link beside the example of days

    If day > 100 then display "101 CH" where 101 days value and CH is the URL link which will open a popup page. I can't have another column for the link that we have already several columns. So I need a way to display the link with the value next to him. How can I achieve this?

    try to put it in the source of the region

    Select emp_name, emp #,.

    -case when days > 100 then days | " http://Google.com" target = "_blank" > popup' another to_char (days) end total_days, "

    col3, col4 from table;

    This should display "101 popup" when the days more than 100, no popup link on days<= 100="" e,g="" "99"="">

    and the value of the column total_days to the "Reporting Standard column" to allow html tags.

    Change the href attribute and formatting to meet your requirement

  • Table with fixed header and the left column

    I created a table in my application with the fixed left column (left most column is fixed and remaining columns are scrolling from left to right). is it possible to create a table with fixed position and fixed left column?

    Suppose there are 50 rows and 10 columns in my paintings, and only 3 columns and 15 rows are visiable on the screen

    (1) when the user scroll left to right left only most of the columns must be fixed. Remaining cap of the table and column scroll left to right and vice versa. also

    (2) when user scroll high high bottems single topic most must be fixed and remaining all lines (with to the left most column) should be scrollable.

    I am able to put in place a point at the top, but not both. Please suggest

    "If I repopulate the value in the cell when user scrolling, shell, I get scrolling effect correctly as it only shows half cell when the user highlight half of the cell."

    Approach using TablelayoutManager display single cells and scrolling would be cell at a time.  And Yes, you will need to override navigationMovement and n of methods appropriate TouchEvent your TableLayoutManager so that he knows when to fill the cells.

    Another alternative is to have four managers, we don't the the upper left corner (the dead angle), one to make the top row (column headings), one to make the left column (row headings), and the other to do the rest (data).  Place all these in a delicate header and line manager.  Only allow the user to scroll the data part.  Have the difficult Manager to listen the scroll events.  Then have the wily Manager add and remove the dummy column and header line managers as appropriate.  Note that these topic fields would not good passes, they would be either there or they would not be displayed. That would give you your 1/2 a scroll of the cell.  And you wouldn't have to substitute anything to detect movement, you would have left the listener do scrolling for you.

  • Trying to create a Section to multiple columns with Sections of the single column before and after

    Is there a way to create a section break that is not default to a new page after I created columns on a page.  I created the columns and under them, I want to return to the normal formatting for the rest of the single page.  See picture attached.

    Any rejection of Pages v5 has a break of presentation which was present in the Pages ' 09 v4.3. This will allow you to transition to several columns and back to single column on the same page. In the v5 Pages, you can insert 3 text boxes and change the 3-column layout in the Middle text box. You use the toolbar item Insert to inject column breaks when you want to start a new list in the next column. I'll show this screenshot below.

    You can fake your layout in Pages v5 using 3 text boxes and setting 3 columns in the Central text area. Better to show the mode of provision for this and in a text box, the column outlines are not displayed. After each column list, you then choose column break the Insert point toolbar menu to move to the next column, add a list, repeat. Each column will expand downwards. Click on the following to enlarge.

    Pages ' 09 v4.3 using layout breaks Pages using 3 text boxes V5.6.1                                                      

      

  • Disable the single column of Table

    Hi all

    It's perhaps something very stupid to ask.

    Would have a Table control in which two first column will not be editable by the user and remaining user.

    How can I go about disabling the two columns of the table control?

    Thanks in advance.

    The attached code turns off the first two rows, but to change it to columns simply change the value to unbundle to column.

  • Single line based on two columns and a single column

    Dear members,

    I have a table that contains duplicate rows, for which a request should be able to extract the unique row in the table. Here the unique is not based on a single column, but it should be in two columns and also check on the uniqueness on a column.

    create table addr (varchar2 (10) firstname, lastname varchar2 (10), area varchar2 (3));

    insert into values addr ('bob', 'james', 1');
    insert into values addr ('bob', 'james', 1');

    insert into values addr ('harry', 'bert', ' 1');
    insert into values addr ('jimmy', 'bert', ' 1');

    insert into values addr ('sam', 'mac', '1');
    insert into values addr ('sam', 'Knight', '1');

    insert into values addr ('tom', 'sand', '1');
    insert into values addr ("cat", "mud", "1");


    The query output must contain 3 lines.

    Bob - james
    Harry - bert or jimmy - bert [or the other of them], but not both
    -Mac or sam - Sam Knight [or the other of them], but not both
    Tom - sand
    Cat - mud

    SELECT firstname, lastname as total area WHERE addr = '1' GROUP by firstname, lastname; It takes no duplication of single column...

    Any suggestions...
    SQL> with t_data
    as
    (
    select 'bob' as firstname, 'james' as lastname, '1' as area from dual union all
    select 'bob', 'james', '1' from dual union all
    select 'harry', 'bert', '1' from dual union all
    select 'jimmy', 'bert', '1' from dual union all
    select 'sam', 'mac', '1' from dual union all
    select 'sam', 'knight', '1' from dual union all
    select 'tom', 'sand', '1' from dual union all
    select 'cat', 'mud', '1' from dual
    )
    SELECT
            firstname,
            lastname,
            area
    FROM
            (
                    SELECT
                            t.*,
                            row_number() over(partition BY firstname order by 1) rn,
                            row_number() over(partition BY lastname order by 1) rn1
                    FROM
                            t_data t
            )
    WHERE
            rn     = 1
    AND rn1 =1 ;  
    
    FIRSTNAME       LASTNAME        AREA
    --------------- --------------- ----------
    bob             james           1
    cat             mud             1
    jimmy           bert            1
    sam             knight          1
    tom             sand            1
    
    SQL>
    
  • Remove duplicate for a single column table

    Hi all

    So I try to work on a problem here. I searched the forums but I did find something that works for me. Here's my problem... I have a chart (conversion to a .csv file) with a lot of lines and columns. Each line is a log for a specific serial number file. The amount of columns is fixed. But, I must create a vi to go through the table and remove the duplicates under the original and create a new table. For example, my table might look like this (I added a header desc for clarity):

    Job, Tech, SN

    1827, SJ, 23827

    1825, SJ, 23827

    1827, SJ, 47384

    1827, SJ, 57483

    1827, SJ, 37473

    1825, SJ, 37473

    But I want a table attached like this:

    Job, Tech, SN

    1827, SJ, 23827

    1827, SJ, 47384

    1827, SJ, 57483

    1827, SJ, 37473

    Can someone help me?

    Thank you

    Ryan

    Here's a version that works if duplicates are not necessarily adjacent. As a side effect, the output array is also sorted by serial number.

  • How to upgrade are the value of the column and the new column value created

    Hi all

    create the table xxc_temp

    as

    Select donnees_1 'AB103', 'AAA' data_2 data_3 '123', 'RED' data_4, NULL status in all the double union

    Select donnees_1 'AB105', 'BBB' data_2, '222' data_3, data_4 'BLUE', NULL status in all the double union

    Select donnees_1 'AB106', 'CCC' data_2, '333' data_3, data_4 'BLUE', the double NULL status

    create the table xxc_base

    as

    Select donnees_1 'AB103', 'AAA' data_2, '123' data_3 data_4 'RED', 'Inactive' status of Union double all the

    Select donnees_1 'AB105', 'BBB' data_2, '222' data_3 data_4 'BLUE' status 'Active' of all the double union

    Select donnees_1 'AB106', 'CCC' data_2, '333' data_3, data_4 'BLUE', 'Inactive' status of double

    I need to update the status column xxc_temp with xxc_base value of the status column and also if the user tries to insert new values/lines in the xxc_temp

    So how can I update the status column? I mean automatically set to day and also new values/lines

    I need to update only that are Inactive then these lines should be updated in the temporary table

    We can do this by using the stored function, but I need to update the new status of lines also

    Please help me

    Here's another way to do it, using VIRTUAL function column as expression to get the status of the other table

    CREATE or REPLACE FUNCTION GET_STATUS (pDATA_1 IN TANK) RETURN VARCHAR2 DETERMINISTIC

    AS

    vstatus VARCHAR2 (8);

    BEGIN

    SELECT status in vstatus FROM xxc_base WHERE donnees_1 = pDATA_1;

    RETURN vstatus;

    END;

    /

    DROP TABLE 'XXC_TEMP ';

    CREATE TABLE 'XXC_TEMP '.

    ('DONNEES_1' CHAR (5),

    "DATA_2" TANK (3).

    "DATA_3" TANK (3).

    "DATA_4' VARCHAR2 (4).

    'STATUS' VARCHAR2 (8) GENERATED ALWAYS AS (SUBSTR (GET_STATUS (DATA_1), 1, 8)) VIRTUAL

    ) ;

    INSERT INTO 'XXC_TEMP' (data_3, donnees_1, data_2, data_4))

    Select "AB103' donnees_1, data_2 'AAA', '123' data_3, 'RED' data_4 of any double union

    Select donnees_1 'AB105', 'BBB' data_2, '222' data_3 data_4 'BLUE' of all the double union

    Select donnees_1 'AB106', 'CCC' data_2 data_3 '333', 'BLUE' double data_4);

  • How do I see the search for the other column table in a report

    Hello

    I created a 'form on the report' to get entry to reception.  Reception table has the column account_code.  How add place holder account_name column whose value can be fetch from table account_master.

    It is an interactive report on the form region.  I've learned there are two ways, one is to alert the request in the "source" of the report and include account_name column by joining the table account_master.  Another way is to create a calculation field? (not sure).

    I need to know what is the best way to achieve this.  I use APEX 4.2.6. EPG.

    Thank you

    -Anand

    Hi Anad,

    To configure a new column, you must run the page

    In the interactive report drop-> select the columns-> relating to the structure and then save it as the primary default report

    Thank you

    Sunil bhatia

  • fill a field from the sum and the other two table group

    I have a table named dgpercentagedatachart that has a field
    called totalcecrating which must be completed

    dgpercentagedatachart is my target table

    To fill in this field, I will use two existing tables

    Table 1 = rental service

    Table 2 = meter

    I need the SUM of the KW of field in table 2 GROUPBY feederid in table 1

    Table 1 and table 2 common field is the objectid tbl1 and servicelocationid
    for tbl 2, so this is will be the join I will use

    It of what I have so far in my query, but are unable to complete
    correctly. I need help!

    Insert into dgpercentagedatachart (totalcecrating)

    using servicelocation (objectid)

    Sum (kW)

    innerjoin servicelocation meter

    on meter.servicelocationid = servicelocaid.objectid

    GROUP BY servicelocation.feederid;

    Here is my table DG % (target)

    name of the field type Nullable

    TOTALCECRATING NUMBER (38.0) Yes

    FEEDERID NVARCHAR2 (255 CHAR) Yes

    NUMBER (38.8) PERCENTAGE Yes

    LOWESTFEEDERRATING NUMBER (38.0) Yes

    OBJECTID NUMBER (38.0) No.

    DG % DATACHART

    DATA

    FEEDERID TOTALCECRATING

    X 33

    X 33

    X 121

    X 122

    ServiceLocation table (table 1)

    fieldName nullable datatype

    OBJECTID NUMBER (38.0) No.

    Yes FEEDERID VARCHAR2 (20 BYTES)

    Data

    OBJECTID FEEDERID

    61897 X 33

    61898 X 33

    61899 X 33

    61900 X 33

    B521 141287

    Counter table (table2)

    fieldName Nullable Datatype

    Yes NUMBER (38.8) KW

    OBJECTID NUMBER (38.0) No.

    ID ServiceLocation source KW

    PV 0 162756

    194720 PV 1.01

    106697 PV 1.2

    195975 PV 1.2

    133967 PV 1.5

    105461 PV 1.6

    365278 PV 1.62

    Hello

    2685870 wrote:

    That's what I received your reply:

    Select sum (m.kw), servicelocation.feederid

    of servicelocation sl, meter m

    where to meter servicelocation inner join

    on meter.servicelocationid = servicelocation.objectid

    Servicelocation.feederid group;

    ...

    You are mixing up in two different ways to do joins.

    ANSI join syntax uses the keyword JOIN between table names and the join conditions, after the keyword, all in the FROM clause, like this:

    OF sevicelocation sl

    JOIN meter m ON m.servicelocattionid = sl.objectid

    The old Oracle syntax has commas between the names of tables in the FROM clause and the join conditions go in a WHERE clause.  JOIN keywords and THEY are not used.  For example:

    OF serviceloation sl

    meter m

    WHERE m.servicelocattionid = sl.objectid

    Do not use both in the same query.  Use one or the other consistently.  (I recommend the ANSI rating.)

  • Reports - the values of the checkbox and the conditional column visibility

    Although I use Oracle databases for many years, I must admit that I am rather new to APEX. I build a first prototype project to convince our project managers and managers of the usefulness of the product for future projects (as for interfaces Visual of the database where the focus is on forms and reports, it is often quicker and cheaper to build an APEX application instead of a webapp in Java or c# full blown).

    I have a few problems however.

    I'll start with a quick description. I have the following structures of parent/child:

    Provinces > cities > Intersections > earrings > detections in loop.

    Basically, I want to do a report on detections of loop. Now, as we have thousands of detections someday, I did kind of a mining structure down. First, you choose your province, then the city, then the intersection and finally the loop. Do not use the lists to make the selection. Instead, I did a (classic) report on each side because it allows me to give detailed information for each part. In each report, I made a link on the identifier. For example, when I select a province (by clicking on the link), I pass the identifier of the province of cities report and use it in the query to restrict my report to these cities in the province. I repeat these step for different parts, which, in the end, gives me the selected loop loop detections. The good news is that all this works very well. However, the person who will use this application made a suggestion and asked if it would be possible to select different loops and thus get the detections for several loops (the rest of the application remains the same). However, this means that I can't use the link in the column more. Now, I thought in the sense of a checkbox control. The link to the column is still there, but the user would also have the possibility to select several items in the report. I have managad to add a checkbox control to the report, associated with the loop identifier column. It's not really hard. I can't understand, however, how I can pass the identifiers found in the next report (detections for the selected loops) and use it in the report's underlying query. The problem is, I do not know how to pass the values checked to the next page and how to use these values in the request of the State of this page. I guess it must be possible, but I couldn't figure out how. I tried to play with APEX_APPLICATION. G_Fxx and others. Don't forget I'm a newbie and this seems to be more advanced features.

    I downloaded the images from the 2 on the pages of the report to illustrate:

    http://img96.imageshack.us/img96/1497/apex01.jpg

    http://img140.imageshack.us/img140/9868/apex02.jpg

    A second point that's bothering me is this. In the loop detection report, I show a link column (I chose an icon instead of the value of the column) for each line. I also have a column that displays the number of detections for the given line (and one day). Now, for some lines, there is no detection that has emerged. Therefore, there is no point in the selection of this loop, because the result will be a blank report. However, I still want to show the loop in the loop selection report, as it is always present (it is not as if he suddenly disappeared). Of course, no big problem and most users probably have sufficient intelligence to understand this. However, it would be nice if I could do the icon (link colum) visible only for these loops with detections, or in other words, for these recordings in which number_of_detections (COUNTY of underlying column) is greater than 0. I couldn't find a way to do it either. The conditional display for a column option didn't really offer me a solution here.

    Before I forget, I use APEX 4.0.1 on an Oracle XE database.

    Any advice or suggestions would be welcome! :)

    Thank you.

    Erwin

    Hello

    You mean something as in this example
    https://Apex.Oracle.com/pls/OTN/f?p=40323:55

    You can store the values checked into collection and then use it in another report where clause

    See for example this post for how you can memorize checked lines to the collection
    Re: Need help with APEX_Collection

    In the sample report DEPT query is

    SELECT
      CASE WHEN EXISTS(SELECT 1 FROM emp e WHERE e.deptno = d.deptno) THEN
        APEX_ITEM.CHECKBOX(1,c.c002,'onclick="saveDeptChk(this,'||c.seq_id||')"','true')
      END AS row_selector,
      c.c002 AS checked,
      d.DEPTNO,
      d.DNAME,
      d.LOC
    FROM dept d,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND d.deptno = c.c001
    

    And the report on EMP

    SELECT e.EMPNO,
      e.ENAME,
      e.JOB,
      e.MGR,
      e.HIREDATE,
      e.SAL,
      e.COMM,
      e.DEPTNO
    FROM emp e,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND c.c002 = 'true'
      AND e.deptno = c.c001
    

    Kind regards
    Jari

  • MV for replication. No PK in the source table and the LOB column

    I would like to replicate tables between 2 instances in 2 different hosts. Mixed 11 GR 1 material and Oracle 10 g 2. I have my doubts:

    1. some tables from the source is not PK, and I understand that MV with rowid is not supported. Is there no workaround known workaround on this case without changing the structure of the source table? Full/complete update is acceptable.

    2 one of the table has the CLOB data type. Can I just ignore this column in MV? A known issue with this kind of approach?

    #1. You must use WITH ROWID MV and I believe it is supported up to the latest version, unless you can find any document, please give me the code of Notes.
    #2. CLOB column is supported in MV, so no need to jump.

  • How to use the two JS attributes in the single column

    Hi friends,

    I have a tabular presentation. For that column, I need to display the content of this column in the justified way right and that I gave the code below in the attributes of the element of the column
    style="text-align:right;"
    The above works fine I can able to print the content in the right justified.

    In that same column, I need to receive a computed value, and this value must only be filled with the right justified way.

    For this I created a function in the javascript code and called this function in the attributes of the element of this column as
    onfocus="calculateNet(this);"
    But how can I appeal the two encodings in the same attribute of the element in the column in a table.

    I tried giving as specifying the comma between the two, but none of this is taken, what can be the problem and how can I able to give both in the same section of attribute of the element of the column in a table.

    Brgds,
    Mini

    Hello Mini,

    first of all, you have only a single javascript call (onfocus...). It is just a style and has nothing to do with javascript.

    Try this:

    style="text-align:right;" onfocus="calculateNet(this);"
    

    Kind regards
    Dirk

  • How can I see the/restore the contents column table?

    I moved to the division to the left bar; the table of contents (Records menu) disappeared. I can't figure out how to restore this column that contains the table of contents. I can't see my "inbox." maybe this question is too simple to be registered as an aid. Maybe I don't know the right words for these things. Thanks for the help of someone.

    Take your mouse on the left margin and watch so he could set up a double headed arrow. When this is the case, left click, hold and drag to the right.
    Basically reverse what you did to hide.

    Which would be called the folders pane. If she does not return the above, go to the menu bar, and then select View-presentation-folder pane to turn it back on.

    No bar menu with view? Press the ALT key.

  • Details on management segment and the scope of TABLES

    Hi all

    In addition sys.dba_tablespaces, what the other tables have details of the management of the measure and Segment space management?

    Thank you

    In this case you can not because the external table storage is not supported by Oracle.

Maybe you are looking for

  • When you open the bridge I get empty frames, I have to click on each one to open and see the picture, is a person tried before and what can be done to fix the problem?

    When you open the bridge I get empty frames, I have to click on each one to open and see the picture, is a person tried before and what can be done to fix the problem?

  • Image via a mouse more

    Do you have an idea how achieve, with Muse, the mouse on the effect on the text that you can find on the right side of this page?The one where the cursor allows a picture appear and float, as in this example:http://www.hearthpwn.com/decks/289088-S17-

  • 10.8.5 OSX window empty CC Desktop App

    HelloI have the following problem. I used after effects CC for a project customer and wantet to browse text animation preset. The system told me that the bridge is not installed. After connecting to the Adobe CC homepage and clicking on the download

  • 3rd device of PS CS5

    I have activated PS CS5 on my computer and laptop, but now have a 2nd to my studio desktop computer. I turned off the laptop and installed PS CS5 on my new desktop, but whenever I run Photoshop on my new system it says 'already activated on 2 compute

  • Kindle Fire Howto guide

    It is always the most up-to-date guide on editing to Kindle Fire: http://www.Adobe.com/devnet/digitalpublishingsuite/articles/targeting-Amazon-Kindle-fire.h tmlIts the 20 of this guide Viewer and seems a bit outdated.