Report interactive column external URL link

I have a report of existing standard APEX I'm converting to an interactive report. The current report has a link on the column of ID of Session that passes a value to open an external application. The value he spends is training_session.id, which is a hidden column. When I tried to move this request in an interactive report and to implement the link column, I found that the link does not work. For some reason it isn't replacing the #TRAININGSESSIONID # in the URL with the value real training_session.id. I tried to change to #IR_TRAININGSESSIONID #, but that still does not work.

Link column settings:
Link Text: #SESSION_ID#
Link Attributes: target="_blank"
Target: URL
URL: http://training.corporate.company.com/COMPANY.TRAINING.WEB/Forms/PopupBase.aspx?url=Sessions/SessionOpen.aspx%3FSessionID%3D#TRAININGSESSIONID#%26TabIndex%3D0&IsParent=TRUE&ShowDelete=FALSE&ShowOptions=FALSE&ShowPrint=FALSE&ShowHelp=FALSE
Report query:
Select Decode(Training_Session.Unit_Id, Null, (Select Lpad(T1.Code, 3, '0') || '-00-' || Lpad(Training_Session.Code, 5, '0') 
                                                  From Course T1 
                                                Where T1.Id = Training_Session.Course_Id), 
                                               (Select Lpad(T2.Code, 3, '0') || '-' || Lpad(T1.Code, 2, '0') || '-' || Lpad(Training_Session.Code, 5, '0') 
                                                    From Unit T1, 
                                                         Course T2 
                                                  Where Training_Session.Unit_Id = T1.Id 
                                                  And T2.Id = T1.Course_Id) 
             ) As Session_Id,  
       (Select Count(*) From Session_Attendee T5 Where T5.Deleted_Ind = 0 And T5.Session_Attendee_Status_Id = 1 And T5.Training_Session_Id = Training_Session.Id ) As Attendees_C,  
       (Select Count(*) From Session_Attendee T5 Where T5.Deleted_Ind = 0 And T5.Session_Attendee_Status_Id = 2 And T5.Training_Session_Id = Training_Session.Id ) As Tentative_t,   
       (Select Count(*) From Session_Attendee T5 Where T5.Deleted_Ind = 0 And T5.Session_Attendee_Status_Id = 3 And T5.Training_Session_Id = Training_Session.Id ) As Withdrawn_W, 
       Course.Name As Coursename, 
       Unit.Name As Unitname, 
       Training_Type.Name As Trainingtype, 
       session_status.name as SessionStatus, 
       Training_Session.Start_Dt As Training_Date, 
       Training_Session.Start_Dt As Training_Time, 
       Product.Name As application, 
       Customer.Customer_Name As Customer, 
       Substr(Sales_Team.Name,1,1) As Sales_Team,
       Training_Session.Id As training_session
    FROM training_session training_session, 
         session_status session_status, 
         customer customer, 
         Course Course, 
         unit unit, 
         Training_Type Training_Type, 
         sales_Team Sales_Team, 
         Configuration Product            
  WHERE training_session.session_status_id = session_status.id 
  And Training_Session.Customer_Id = Customer.Customer_Id (+) 
  AND training_session.course_id = course.id 
  And     Training_Session.Unit_Id = Unit.Id (+) 
  And     Training_Session.Training_Type_Id = Training_Type.Id 
  AND     customer.sales_team_id = sales_team.id (+) 
  AND     course.configuration_id = product.id 
  AND     training_session.deleted_ind = 0 
  AND     course.deleted_ind = 0 
  AND     unit.deleted_ind <> 1   
  AND (instr(:SESSIONSTATUS, training_session.session_status_id) > 0);

I don't know why, since the no time to study. Important thing is that it works.

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • How to add an external url link to a navagation button in Dreamweaver Cs5.5

    How or can I add an external url link to a navagation button in Dreamweaver Cs5.5. If I try the link/properties it says that the link is an html element and not a css...

    Thank you

    Binding is done in HTML, not CSS (with the exception of a link to a background picture)

    So, if your navigation is a list, you should have the following in your HTML code:

    Here, in the example above, I use the

  • 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#

  • Interactive report conditional forwarding using the link in the column?

    Hi all

    I use APEX 4.2. We have an interactive report as an overview, we are the column standard link (with the pencil symbol) to go to a form of details.

    Currently, we introduce the user permissions to our application. In accordance with these permissions, not all objects contained in the report can be changed by a user. I made a copy of the form that is set to read-only and eliminated all the buttons.

    My question is: is it possible to redirect conditionally to the form (page 301) or reading one page (10301) according to the permissions of the user? And if I can change the symbol in the column link depending on the permissions this way? Any help would be appreciated. Thank you!

    Birgitt

    I got it! With 2 hidden columns and a column containing the link and icon. First, I created a table where I store my frm pages - and unalterable (afp and arp) according to the dev_class. PERM is the colum where I get 1 (authorized) or null. This column contains the link and the icon later in my report. Then I built columns hidden in my opinion like this:

      CASES WHERE the afp IS NOT NULL THEN
         -CASE perm WHEN = 1 THEN ' f? p ='|| v ('APP_ID') | ': 301 :'|| v ('SESSION'): ':YES:301:P301_DT_ID, P301_DT_ID_4_HIST, P301_DEV_CLASS, P301_DEV_SUBCLASS :'|| v.dt_id | ',' | v.dt_id | ',' | v.DC_ID | ',' | v.DSC_ID
         -ELSE ' f? p ='|| v ('APP_ID') | ': 10301 :'|| v ('SESSION'): ':YES:10301:P10301_DT_ID, P10301_DT_ID_4_HIST, P10301_DEV_CLASS, P10301_DEV_SUBCLASS :'|| v.dt_id | ',' | v.dt_id | ',' | v.DC_ID | ',' | v.DSC_ID
         CASE perm WHEN = 1 THEN ' f? p ='|| v ('APP_ID') |': ' | AFP: ': ' | v ('SESSION') |': YES :'|| AFP |': P' | AFP | "_DT_ID, P' | AFP | "_DT_ID_4_HIST, P' | AFP | "_DEV_CLASS, P' | AFP | ' _DEV_SUBCLASS :'|| v.dt_id | ',' | v.dt_id | ',' | v.DC_ID | ',' | v.DSC_ID
           ELSE ' f? p ='|| v ('APP_ID') |': ' | ARP: ': ' | v ('SESSION') |': YES :'|| ARP |': P' | ARP | "_DT_ID, P' | ARP | "_DT_ID_4_HIST, P' | ARP | "_DEV_CLASS, P' | ARP | ' _DEV_SUBCLASS :'|| v.dt_id | ',' | v.dt_id | ',' | v.DC_ID | ',' | v.DSC_ID
         END
       ANOTHER NULL
      END show_link
      CASES WHERE the afp IS NOT NULL THEN
         CASE perm WHEN = 1 THEN ' menu/pencil2_16x16.gif.
            ELSE 'calmag.gif '.
         END
       "1px_trans.gif" - NOTHING ELSE
      END show_icon

    To the link column, I added the following HTML Expression:

    Thanks for your help!

    Birgitt

  • passage of report parameter interactive column link to new page

    I'm just trying pass the value of the link column in the where clause on the next page.

    Interactive report on P2 has DIF link column alias in the sql query.

    I read somewhere to denote the prefix of the interactive report with IR column?

    So I have the name of the element P2_FID, value #FID #. Anyway, I tried a kazillion of things.
    Creates an element hidden with the same value of source... sigh.

    Y at - it a syntax to do refers to a column of the report binding, and not an item_id in a region where clause?

    Is there a simple and direct way to do this?

    Thank you

    Pamela

    pls/apex/f? p = 163:1:2746459963336955:NO:P2_FID:119

    HI -.

    Do not know if I understood you, but if you try to pass the value of a column in a selected recording of an international registration to another page:

    (1) on the landing page create item hidden name whatsoever, perhaps 'P2_FID' as you say.

    (2) on the report of the IR, go to the report attributes > link column

    (3) on this page.

    Target = this Application Page (maybe his page 2 of your example)...
    Page = 2

    Name of category 1 = P2_FID
    Point value 1 = #LINK_COL #.

    Good luck.

  • How you trigger sort column of the APEX report interactive page element?

    Hi guys!

    A certain page, I have an interactive report of the APEX. Part of the query is similar to:

    SELECT

    ...,

    (definition column1) BCV,

    (definition column2) RFV,

    ...

    table. RAU,

    The TABLE table_name,...

    WHERE conditions;

    I also have a defined through the following LOV page P121_SORT_BY (selection box) element:

    SELECT "BCV" d, "BCV" r FROM DUAL

    UNION ALL

    SELECT "RF value" d, 'RFV r' FROM DUAL

    UNION ALL

    SELECT 'RA (USD)' d, "RAU" r FROM DUAL

    I've linked a dynamic Action to P121_SORT_BY which runs on the 'Change' event and performs the following JavaScript Code:

    var my_column = $v ('P121_SORT_BY');

    Alert ('test1');

    $x('apexir_COLUMN_NAME').value = my_column;

    Alert ('test2');

    gReport.column.order ('DESC');

    Alert ('test3');

    Alert (my_column);


    Obiously, there is something wrong with my code JS... What can I do to make my report interactive sort DESCENDING column selected in my page element?

    Please note that I also tested the JS without comments and I get pop ups (test1, test2, test3 and the correct name of the column of my_column) but the report isn't back to normal... What am I doing wrong?

    Thank you

    Digital

    Hi all

    I found the answer to my question by navigating through the java scripts in Apex.

    So, this is what works:

    gReport.last_col_id = "BCV";

    gReport.column.order ('DESC');

    Where "BCV" is actually your name of column position, you can send it by a Page Item and means of descending "DESC" and "CSA" means growing.

    I hope this helps other people too.

    Thank you

    Digital

  • Prevent the target url in a report interactive opening in iFrame

    Hello

    I displays several IRs on a page using the iframe. For IR which is displayed in the iframe, I have a column link to a url in the application. When I click on the link in the column, the url opens in the iframe. How can get the url to go to the desired page, but not in the framework?

    Advice, other posts, etc is appreciated!

    Thank you

    Keisha

    Hi Keisha,

    I recently used the stackoverflow solution [url http://stackoverflow.com/questions/1037839/how-to-force-link-from-iframe-to-be-opened-in-the-parent-window] and it worked for me.

    There are two or three messages {message: id = 4150977} and {message id: = 6358290} in the forum but I didn't not try.

    Rose

  • I feel like a rookie but, can anyone tell me how to create links to external URLS in Muse?

    I would like to join the text link that gives the name of the site. I'm not a silly, just not familiar with the program. I looked through the videos to learn but can't find anything that specifically relates to my question. I appreciate any help I can get. Thanks in advance for any help.

    Sue

    Good day Sue.

    What handy1912 said is correct. I just wanted to add to it and provide screenshots. I always found useful Visual AIDS.

    01. Select copy / text that you want to add the link to

    02 click on the drop down links (see below)

    03 enter in an external URL, email or phone number (on phones, it will launch the native phone app to call this number)

    04. press the Enter key once you typed in your external URL, e-mail address or phone number

    * IMPORTANT, don't forget to press the Enter key or it does not apply your hyperlink *.

    05. Optional: click on hyperlinks in the Control Strip to see additional options

    06. check the box for 'Open link in a new window or tab' to open your link in a new window / tab.

    * If it is not checked, it will open the link in the same browser window.

    Here are the screenshots to illustrate each step.

  • The BLOB (image) column in the report (interactive)

    Hello

    I have a field called "image" in my "details" table, which is of type BLOB. I also have a field 'MIME Type' and 'filename '.

    In addition, I have a "name" and "description" column I need to display with the image in the form of columns in a report (interactive preference).

    I also modified the display BLOB format as per

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/DB/Apex/R31/apex31nf/apex31blob.htm

    what Miss me is the correct query. If possible, I want to control the size of the rendered image in the report as saying 40 * 50.

    I also mentioned the thread

    APEX 3.1 BLOB Image display

    But I do not know how to place the

    DBMS_LOB. GetLength ("BLOB_CONTENT") as "BLOB_CONTENT".

    in my query.

    The foregoing allows also the report type column 'number Should it?

    Any help would be appreciated.

    Kind regards
    Rigaut

    so I am very confused if the error is in the report or the table/data type definition itself.

    Or {noformat}) {noformat}

    The problem is in the settings of the P4_PICTURE element in the form on page 4. The Type of storage has been upgraded with WWV_FLOW_FILES of the Table, so the uploaded images were going to the repository of integrated files, not the BLOB on your CATEGORY table column. So the fundamental problem is that there are no images in your table to be included in the report.

    I changed the element P4_PICTURE Type of storage to a BLOB column specified in the attribute of the Source element, has added the additional column information and the IMAGESource and changed column PHOTO report 3 Format page mask download image, and the picture I have uploaded via the updated form the appears.

  • link to the external URL of the swf online

    Is it possible to post a link to an external URL of your flash website without going through the flashplayer prompt you to change your settings and allow access to this page? (this applies only to SWF files read through a browser)
    the only way around this that I found is not very helpful - must be an xml file that is small on the host server where the page you want to link to. I seriously doubt each site you want to link to you will put an xml on the server host file just so you can access their page. the code in the xml file indicates right flashplayer the website you are trying to access is safe. It is called crossdomain.xml
    someone at - it a response?
    Thank you!

    No, it isn't. getURL() causes no security problem, except if you try to open the local html and access (try to) something on the internet.

    unless your "flash site" is the local computer poses no security problem. If your computer is a Web server, you simply define the security settings for your local file and give it permission to access the internet.

  • Export report interactive report link

    I understand it, normally, export reports to. CSV files & takes the name of the report area.

    I can't see where, in the section of report export - attributes report - interactive report, you can specify a fixed name for the report.

    MY QUESTION:



    Since my report of Nomenclature is based on a reference variable, can get to the variable becomes the name of my export.

    Example I run a query for a 1234 p/n, my report is then available for download as 1234_BOM.csv

    Thank you
    Bob

    Hello

    What is your version of the Apex.
    When you set the name of the application, include not .csv to the name.
    And use the format

    &P1_SEARCH.
    

    Kind regards
    Jari

  • How to convert sql report interactive report

    Hi all

    I have a Sql report and I want to convert in interactive report. I found the option at the top to the right side "Interactive report migrate" but only 3 option to pass parameters.

    In my SQL report (Edit button) is here and I'm passing 6 values through this button change, how can I migrate my SQL report interactive report? Please suggest me...

    Thank you

    Xandot wrote:

    In the report links SQL query looks like:

    1. case Type
    2. When 3 then
    3. (select the T_STYLE Style where STYLEID =?)
    4. When 1 then
    5. 'Edit'.
    6. else '||','|| ||','|| ||','|| ||',30>Edit'
    7. end
    8. When 2 then '| «, » || ||','|| ||','|| ||',30>Edit'
    9. When 1 then '| «, » || ||','|| ||','|| ||',30>Edit'
    10. end as change

    How to implement above interactive links, until now that I created the link on interactive using links like report:

    But here its me allow only a single URL, how to put different URLS of in accordance with the condition, please suggest me.

    There is no declarative support for generating links conditionally to line level in interactive reports (or indeed in the standard reports). Set the IR link column property to exclude the link columnand generate the link in the request in the original report. Set the Type of display attribute for the column Edit to report Standard column.

  • ID of PK through the report apex using the URL and screen modal popup open

    Hello my dear,

    I use apex 4.2.0.00.27

    I am facing a little problem and I hope that you guys will help me please?

    I have 3 regions. 1 first is view only then 2nd region's interactive report and a 3rd has only 1 column.

    in the report of the region say select id, ename, empno, sal, ' ' edit_link columns for example. region 2 static id is 'Create_Reason'.

    I created DA using code JavaScript as (javascript:openModal('Create_Reason');) for modal and made page region (region 3) so is it opens as a page modal popup.

    I added a url (javascript:openModal('Create_Reason'_) ;) as chosen target is the URL in report item (edit_link).)

    It will open a modal pop-up window average area 3 on the same page and I'm doing what I want to do, but I don't get PK id in session state, so I can't update my chosen rank.

    Because PK ID is not in session state, so I can't use condition where clause and it is not updated my application.

    Any help please?

    Very much appreciated.

    Kind regards

    RI

    I realized it. in fact, I changed the report item (edit_link).  In (link in the column, link attrribute #ID # and the target page in the app and the page # (item1 (hidden) p1_item1 question on the page) and value (#ID #).)

    then I created DA as the loading of the page and run the code JS as javascript:openModal('Create_Reason'); and service area to be displayed and the item added a condition (p_item1 (hidden_item is not null).)

    before has worked, but only he send the page or refresh the screen and load the popup.

    Is anyone has the best solution or higher is good?

    Thank you.

    RI

  • CustomerID refers to the external url

    Hello I have a question about external links.

    I have a table with customer ID and another external website with a database of my company portal.

    The url of the portal of database structure works this way https://...default.aspx?CustID=12345

    Now, I want to link my Apex client ID to the url.

    If I click CustID = 10001 to apex then the url to refer to https://...default.aspx/?CustID=1001

    and if I click in my report on CustID = 21000 url refer to https://...default.aspx/?CustID=21000 etc.

    How can I achieve?

    Thanks for any solution.

    BTW:

    I use in my business, the old version 3.2 Apex that is installed on a server, but I think that

    to refer to external URLS, it doesn't matter which version.

    DB2000

    You don't mention how you present the link to the user.

    If there is a link in a report, you can use the column values in the url of the link.

    the url of the link would then look like

    https://...default.aspx/?CustID=#CUSTID#

    Where CUSTID is the alias of column supporting the id of the customer.

    If there is a link in a text do allows to store the client id and reference it as of a page element

    https://...Default.aspx/?CustID=&PXX_CUSTID.

    Where PXX_CUSTID is the name of the element that contains the customer id.

    Nicolette

  • keep the contents of the database by using the URL link

    Try to add a url link on a column of data to client code post a link to the information. Well that fall on a minor problem...

    For some reason any if I use a URL and do not fill in the link text. This interactive report column is empty.

    Text link:

    URL: javascript:popupURL('f?p=&APP_ID.:3:&SESSION.:3:&DEBUG.::P3_CUSTOMER_CODE:#DB_CUSTOMER_CODE#','','');

    http://i.imgur.com/ZRN26.PNG


    I also tried...

    Text link: #CUSTOMER_CODE #.

    It is now clickable and works... but it just fate as #CUSTOMER_CODE # in the interactive report.

    http://i.imgur.com/2jPF3.PNG

    Here what original looks like without the help and the URL link in my interactive report.
    http://i.imgur.com/HG0pW.PNG

    PandaOracle wrote:
    Try to add a url link on a column of data to client code post a link to the information. Well that fall on a minor problem...

    For some reason any if I use a URL and do not fill in the link text. This interactive report column is empty.

    Text link:

    URL: javascript:popupURL('f?p=&APP_ID.:3:&SESSION.:3:&DEBUG.::P3_CUSTOMER_CODE:#DB_CUSTOMER_CODE#','','');

    http://i.imgur.com/ZRN26.PNG

    Which is expected. This generates a link with no content element:

    
    

    I also tried...

    Text link: #CUSTOMER_CODE #.

    It is now clickable and works... but it just fate as #CUSTOMER_CODE # in the interactive report.

    The column of the report seems to be named #DB_CUSTOMER_CODE # (at least that's what appears in the the JS that 'works'...).

    Is there really a column named/alias CUSTOMER_CODE?

Maybe you are looking for

  • How can I use only cellular data then a Wi - Fi network?

    I don't want to use the cell data only when the Wi - Fi connectivity is poor (for example turn on help Wi - Fi), I want to use cellular data 100% of the time. Why, you ask quite rightly? Because I have a data plan unlimited cell phone and I just want

  • laser jet mfp m127fn pro: need manual for laser jet pro mfp127fn

    There was no selection board for printers.     I need the manual for a laser jet mfp 127fn pro.  whenever I click on this manual, on the website of hp, I get a blank screen with a tiny 'x' in a small circle at the top left of my screen.   can someone

  • Qosmio G10-133: cooling module - message problem

    I recently received a message saying that there is a problem with the cooling system. The fan was making a very rough sound, now it's very quiet. I guess I need a cooling Module? Can any Advisor of the part number, the best place to buy one, one abou

  • App approval process terrible/broken?

    s is it just me or is extremely frustrating dealing with people at the Blackberry? I have an application that has been approved for sale Z10, Q10 and Playbook.  It must be a terribly long time to get an approval (up to a week), but it's ok. The lates

  • method of painting slower typing speed

    Hi, I use CustomEditField in which I have more drive paint method. Every thing is good, but the problem I'm facing is that my type in the textfield slows down. I have several times the debugging and found that it is because of the paint method... Ple