Toggle a column of link

Hi experts,

@

I have a tabular presentation on DEMO_CUSTOMERS, also there is link column including a link to the form on DEMO_ORDERS,

How can I make the link on this off line column when the user clicks on the button addrow?

the link must once active column data being added to DEMO_CUSTOMERS.

Please see application 61527 page 1 and 4.

/*******************/

work/user/pwd name space

zhong66/nick/zhong275

any ideas?

any help will be appreciated.


Nick

Nicks123 wrote:

Thank you for your help, the column toggle is superb, but the button send to page 1 does not work, given cannot insert into page 1.

any idea?

It turns out that there are hidden controls required in the cell of the final report in addition to the link element. Simple solution is to delete only the link rather than the whole cell element by adding it to the clear action selector:

#customers-tab-form .t-Report-report tbody tr:last-child td[headers="CUSTOMER_ID_DISPLAY"] a

Tags: Database

Similar Questions

  • Cannot create a clean column with links

    Dear friends of the APEX,

    I'm developing an interactive report and you want to have in it a clean column with links instead of the standard "pencil" - column.

    I explain it by the example of https://apex.oracle.com/pls/apex/f?p=81683:1:

    I want that "Deptno" column had links with the viewer just as single line "pencil" - column a.

    My idea was to change the type of column "Deptno" of plain text to link.

    But, unfortunately, when I did in the pictures Page and save the modified Page Builder type column to return to 'plain text '.

    Anyone here know, what I did wrong?

    Thank you very much!

    LHOST

    Franck wrote:

    I'm developing an interactive report and you want to have in it a clean column with links instead of the standard "pencil" - column.

    I explain it by the example of https://apex.oracle.com/pls/apex/f?p=81683:1:

    I want that "Deptno" column had links with the viewer just as single line "pencil" - column a.

    Why would you do?

    My idea was to change the type of column "Deptno" of plain text to Link.

    If unique lines are not identified using a PK column, add ROWID to the projection of the report query and set the Type of this column to hidden column.

    Set the Type of the DEPTNO column on link, the link target #, #DEPTNO #and attributes of link to link text class = 'a-IRR-detail-row' data-line-id = "" #ROWID # "." Replace "ROWID" with the PK column name when unique lines are identified with a single column value. Save the changes.

    But, unfortunately, when I did in the pictures Page and save the modified Page Builder type column to return to 'plain text '.

    Anyone here know, what I did wrong?

    You changed the type of column 'Link' but did not enter the other properties needed to operate it as a link.

  • Column of link does not work on a manual in the form of table

    Hello

    I'm having some problems by creating a link on a column based on a tabular presentation manual (I use Apex 4.1.1.00.27, Oracle DB 10.2.0.5.0):

    On my 1 page, I created a method that deletes and creates a collection based on the table 'emp '; Then I have a manual tabular presentation based on this collection; and finally, a link in the column "deptno" of the manual tabular form that points to my Page 2 (form of Department) and is passing the P2_DEPTNO parameter: #DEPTNO #.

    The problem is that when I press on the link, the page does not present the value of DEPTNO. In addition, I note that as soon as I specify the column as a column of link, it does not show the value in the form of my table, but if I remove the link, it shows the value correctly.

    I created an example on apex.oracle.com in case some of you want to look at the question:
    Workspace: EDIAZJORGE
    User name: test
    Password: test123
    App name: Sample App
    Number of app: 12231

    I appreciate any ideas or suggestions on how to solve this problem.

    Thank you
    Erick

    Hello
    Change in the report query, check it out.

    In a Word, changed APEX_ITEM. TEXT to APEX_ITEM. DISPLAY_AND_SAVE for the DEPTNO column.

    See you soon,.

  • ToolTip text in a column of link

    Hello

    I have a relationship with a column of link (emp_no) in a pop-up window. The game connects works except that I can't figure out how to make a rush msg:

    When the mouse points around the column (emp_no) link I need to display the text: "click the emp_no for details. How can I do?

    I use APEX V4.1 but the app is migrated to the V3. DB is 10G


    Thank you



    Tai

    Hello

    use: title = "emp_no for more details click" inside your report attributes > attributes column > link attributes

    If not, try this tip: http://apex-at-work.blogspot.com/2010/10/tooltip-der-extraklasse.html

    Best regards

    Tobias

  • can a column of 'link' (classic) report trigger a dynamic action?

    In order to avoid a complete package and following flicker,

    can the link associated with a column of the classic report

    somehow trigger a dynamic action?

    Something along the lines of

    1. run few PL/SQL (some parameter passing along)
    2. refresh a page region to reflect the changes brought about by the (1)

    In practice, I have a page that emerges already, master/detail

    with the need to manage another set of detail records.

    I can collect a bunch of fields that are not related to the db.

    and generate an insert + update via a button 'Add '.

    Then the report containing the details is updated

    provide visual feedback that a new record has been added

    Indeed, with a column 'delete '. The integrated link is

    currently a javascript that saves the underlying m and

    Removes the secondary details, but it involves a shipment

    and refresh the entire page. It can be avoided?

    (running apex 4.2.1)

    You can use the onchage event to create your dynamic action. Make sure that there is a hidden page element (value not protected). From your link to classic report column, set the value of the page element hidden by using the JavaScript API $s () that will trigger the dynamic action of the onchange event.

    javascript:$s('P1_HIDDEN_PKEY_ID',#ROW_PKEY#);
    

    Thank you!

    JMcG

  • Save changes to form when click on column report link


    Apex 4.2.0.00.27

    I have a page with a form region and a classic report of the region. How can I automatically save changes in the form when a user clicks on the link column change in the report? At the present time, when the user returns to the form, all changes it are lost.

    Thank you

    Nick.

    Hi Nick

    That's what we did...

    First create an item hidden on your main page, something like: PXXX_NEXT_PAGE_ID_1

    You may need more if you want to set several items

    Instead of calling the page directly, by a call to URL and using...

    JavaScript:apex. Submit({Request:'APPLY_CHANGES_XXX',Set:{'PXXX_NEXT_PAGE_ID_1':'#ID#'}});)

    With the help of 'APPLY_CHANGES_' for the application will ensure that the update addresses fire.

    Finally create a branch to access your target page which is subordinate to the request above (APPLY_CHANGES_XXX)

    Set the key to the landing page of the value in PXXX_NEXT_PAGE_ID_1

    The "XXX" makes it unique which would be necessary if you have several reports of child on the page.

    If anyone has a better way to do this please let us know.

    Robert

  • My column of link does not work.

    Hi all


    I created two pages (page1) Dept and Emp (page2). I relate the tne pages using the deptno column... .by following the apex docs.

    But when I click on the link to deptno in Dept, it throws error:
    ERR-1002 Unable to find item ID for item "P2_DEPTNO" in application "30124".
    Unexpected error, unable to find item name at application or page level. 
    You can check my apps that I missed please?

    http://Apex.Oracle.com/pls/Apex/f?p=30124

    user: test01
    PWD:ABC123
    WS:dev_ws_100

    Thank you very much

    Edited by: KinsaKaUy? on June 13, 2012 03:22

    Hello

    If you use the select *-apex will generate the report with all the columns in table
    If you use select column1, column2 - apex will generate the report with these columns only

    Then, you can manage the columns as order/view/order/sort (hide)...

    I don't know what exactly do you need...
    Check the doc of the APEX

    Concerning
    J :D

  • How to avoid the link of a null value in a column of link

    Hello

    How to avoid the link of a column with the value zero. Is that the link should be disabled for the column with the value null, and it must be enabled for all that have a value.

    Ex

    DEPTNO NAME (link column)

    10 SCOTT
    20 MAC
    30 SMITH
    40         -
    50 SAM

    I don't want to link to the value null in the name column, but the name remaining should have link. Please help me.


    Kind regards
    Barro

    Hello

    One way is like this:
    1. create a column not displayed, called link_display in your report to return N or Y depending on whether you want the link by adding the SQL report:

        NVL2(name, 'Y', 'N') link_display 
    

    2. in the header of the region, define a class for the column name using:

    
    

    3. for the name column containing the link add link attributes: class = "" display_link_ #LINK_DISPLAY # ""

    Rod West

  • Report interactive column EMail Link

    Hello everyone, which seems like it should be easy, but I have yet to understand. What I want to do is to have an interactive report where a column is an e-mail address which is a mailto link, so that if clicked it will open a customer to e-mail with the e-mail address in the To: field.

    Any suggestions on how to proceed would be greatly appreciated.

    Thank you

    Bob

    Assuming COLUMN_NAME is the column that contains the e-mail address, follow these steps:
    -Set the column to the display text.
    Set the column binding properties:
    -Enter a link text, for example, #COLUMN_NAME #.
    -The target value = URL
    -URL = mailto:#COLUMN_NAME#

  • pop up with column report link

    Hi all

    I have a pop up with a report and the column link when you click on the link, it must put values on another page.

    The problem is that the page opens in the same pop up page, when I was trying to pass these value to the page where I opened the pop up from in the first place.

    Can anyone help?


    Kind regards

    Cleo

    It was a mistake. It should have been

    Opener.set_parameters

  • parent. method for modal windows and opener method is used for popup windows_ (created using window.open)

  • Toggle Updateable columns of the report

    Hi people,
    Apex version: 4.0.1
    I have an updated report updated with five columns. 2 columns are editable. One is a select list(Y/N) and other is a text element. I want to toggle the list of selection based on a condition in each line. for example, if the value of a non editable column is "A" list must be enabled. Otherwise, it should be disabled. I've combed through the forum for clues! There's not a lot of updated reports.

    Thanks in advance for your help.
    cmovva

    Hello

    I didn't test it, but if it helps you.
    If your form has your own request form insert/update/delete process, might look something like

    SELECT col1,
      col2,
      CASE WHEN col2 = 'Y'
        THEN
          APEX_ITEM.SELECT_LIST_FROM_LOV(3,col3,'MY_LOV', NULL, 'NO')
      ELSE
        APEX_ITEM.TEXT(3, col3, 10, 10, 'readonly="readonly"')
      END AS col3,
     ...
    FROM my_table
    

    When col2 value is Y, it will display select the list using APEX_ITEM.
    If col2 is something else, display the read-only text field.

    Kind regards
    Jari

  • How show/hide a column of link in a report, according to another column?

    Hello!.
    I have an interactive report. A column is a link to another form, but I need to hide/show or enable/disable the link on some lines by a pl/sql function that require values of field of the current line.

    I can use the standard conditional visualization on the column, but I do not know how do refers to the value of the column in the body of pl/sql affection.

    The page number is 32.
    Normally, this could be ": p32_id_indicencia" in the code pl/sql, but now the page is an interactive record, without elements, there is no such thing as p32_id_incidencia.
    : id_incidencia and #id_incidencia # does not work.



    Sorry for my English, and I hope that I explained...
    Thanks in advance.

    Well, you can just change the "Link" text with "Edit", or whatever image you use in your link to column generated by the wizard. The link to the image in the column binding attributes when you create a. Just copy it. And instead of

    else
    null
    

    put

    else
    'Edit'
    

    and it should work fine.

    Best regards
    Mathieu

  • Can an interactive report cause more than a column of link?

    I couldn't find a post here about this... I don't see any way to add a second column binding to an interactive report. Is there a way?

    usually just, I put the link directly in the sql statement. Example:

    Select a.column1, a.column2, a.column3, ('click me') "click me".
    Table_name from one

    This will pull all the 3 columns as well as create a link on each line. The good thing about this is you can put instructions BOX on the link so that if you have conditions for the link, the case statement could possibly take care of this. By example, if you want only the link if a.column2 > 100, the CASE statement that allows. not sure if I answered your question exactly, but it may be useful somehow...

    Noah

    Published by: jakhawk on January 12, 2010 08:24

    Published by: jakhawk on January 12, 2010 08:24

  • What region in the report column HTML link?

    Dear gurus of the Apex,
    OK, I'll go straight to my question. I have a page to download file with region (conditional) report that comes after the file download process. According to the report that I have a column to remove the file downloaded (column has an image link, the target application, the name of the option: P2_DELETE_ID value: #DOC_ID #). Basically the report picks up just downloaded file ID and allows me to delete the file by having Hiden point Page (P2_DELETE_ID) and before the process of header:
    BEGIN
    REMOVE FROM EBA_ASSET_ORDER_TEMP_DOCS
    WHERE annual =: P2_DELETE_ID;
    END;
    condition: Expression 1 value is not Null, and the value of the Expression 1:
    P2_DELETE_ID
    I and another conditional region (which is HTML) he comes after the file download process as well. The Source region is:
    & lt; div id = "FinalMessage" > & lt; / div >
    & lt; br / >
    & lt; div > & lt; a href = "javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:2:&SESSION.:REMOVE_ID:::P2_DELETE_ID:#DOC_ID#')"; > & lt; "img > src="/i/delete.gif "style =" position: relative; " Top: 1px; ' / > delete the downloaded file & lt; /a >
    & lt; / div >
    where id = "FinalMessage" - is the JS success/error message
    and... href = "javascript:confirmFileDelete--is my real question. So I try to hide my region to report and show only my region HTML where I will be able to this (... href...) link delete file from my table. I am able to dele file using report link colum but my... href... link dosnt want to delete my file, doen't even want to pick up the ID of file. Is there a way where I can link my... href... link to pull the report column?

    Thank you

    NP - now access, so I will have a look

    Andy

  • Ask the names of columns of links to public database

    Greetings,
    I would like to get a public list of all the column names from a database link. A regular ALL_TAB_COLUMNS doesn't seem to work.
    Thank you
    John9569

    John,

    you have not followed my proposal to ask all THETABCOLUMNS@ext_db_link. MSDdb (instead of USER_TAB_COLUMNS).

    Please try

    select * from all_tab_columns@ext_db_link.MSDdb where table_name = upper(sys_ps_f03)
    

Maybe you are looking for