Can I link from Interactive report Page 1 to Master Detail page 2?

Hi folks-
I know how to create a Page as an Interactive Report; it creates 2 pages automatically (primary page with the great interactive bar) and a 2nd page that's a single record.
I know how to create a Page as Master Detail, whereby I get a tabular list without the super interactive bar, and I can select a record, and get transported to a nice page with 2 regions (master on top, detail on bottom).
I want to have the First page from the Interactive Report, select the record, and go to the 2nd page of a MasterDetail.
Do I create the Interactive Report, and customize the 2nd page, to add a region?
Or, do I create both page types, and redirect from the 1st page of the Interactive Report to the DML Form from the MD report? I tried that, re-assigning the link from the Interactive Report to be a Link to Custom Target, and specify the page # of the Master-Detail page. And it is taking me to the right page, but the data from the selected row is not coming with me, and the detail in the bottom region is not appearing at all.
Can someone please give me a nudge as to the sequence I should be doing?
(As you can tell, I'm new to Apex.... I'm trying to use it to create a prototype or proof-of-concept for a database driven web application)
Thank you
Marion

Yes, I tried that after I wrote to you - and it's fine, but not what I'm after; it's only based on 1 table and I'm working with 2 tables.
Perhaps I can explain in better.
I want one page as an interactive tabular report (of the master records)
I want to select a row, and transfer to a page that has the corresponding row on top (as a form), and a tabular region below of records from a related detail table.
ie, I want page 1 from the Interactive Report, and page 2 of the Master Detail report.
OK - I just took the form page, and added a region below in a tabular report. And I'm getting the data, but I'm getting all the records (not just the ones associated with the single record on top. I figure I need to edit the Region Definition->Source (to specify that the id numbers need to match), but the code is not editable.....
So I am in Structured Query Attributes, and I've Modified the Join Conditions - but I still get all the detail records in the bottom region. I''m trying to add in the ( + ) qualifier, but it doesn't affect anything...
I'm soo close to what i'm trying to do!
Thank you for your continued patience and assistance
Marion
here's the Source I have for the region..... (I'm including the excess ID columns just for learning purposes)
SELECT
"PHONENUMBERS"."PHONE_ENTITY_ID" "PHONE_ENTITY_ID",
"ENTITIES"."ENTITY_ID" "ENTITY_ID",
"ENTITIES"."FIRSTNAME" "FIRSTNAME",
"ENTITIES"."LASTNAME" "LASTNAME",
"ENTITIES"."COMPANY" "COMPANY",
"PHONENUMBERS"."PHONE_ID" "PHONE_ID",
"PHONENUMBERS"."PHONETYPE" "PHONETYPE",
"PHONENUMBERS"."PHONENUMBER" "PHONENUMBER",
"PHONENUMBERS"."PHONECOMMENT" "PHONECOMMENT"
FROM
"PHONENUMBERS",
"ENTITIES"
WHERE ENTITIES.ENTITY_ID = PHONENUMBERS.PHONE_ENTITY_ID
Edited by: mtpaper on Oct 12, 2009 1:30 PM
Edited by: mtpaper on Oct 12, 2009 1:32 PM

Similar Messages

  • How to dynamically disable interactive report filed in master detail page

    I am using APEX 4.0 & very new to APEX. I am not able to make disable a filed in detail region (which is a interactive report) of a master detail Page.
    I.e. want to disable field of a row based on value of another field for same record, just like set_item_instance_property of oracle forms. Please help me out.

    its working fine for tabular form. But not working for master detail form (for detail section). Can you please help me out

  • Substitution for DB link in Interactive report

    Hi,
    Is it possible to use substitution strings for DB link in Interactive report in same way like it works in Classic reports (by choosing Generic column) or in any other way.
    Currently when i'm trying to put SQL like :
    select empno, empname from emp@&DB_LINK.
    I receiving the error •Query cannot be parsed, please check the syntax of your query. (ORA-02019: connection description for remote database not found)
    APEX 4.1, Oracle 11.2

    It is possible. We have an application that uses the same code set (pages) where the user can select which target instance will be used at run time.
    The trick is that the DB link substitution variable must contain the "@" character. So your query looks like:
    select ...
    from my_table&TARGET.
    where...
    &TARGET. must be something like "@my_database" .
    At compile time, &TARGET. will be null, and the table name can be resolved, if there really is a table, my_table in your parsing schema, or a vaild synonym.
    You can have a synonym available at "compile" time, when you save the page source. For example, the synonym my_table equates to my_table@your_database, which has to exist.
    There several other things that must be done, but this should get you started.

  • Need help on filtering out one record from a report and open in new page

    Hi I am new and embarrassed to write in the forum asking silly questions. Thing is I am learning all from scratch without help from anyone. I have created a database (have previous knowledge only from Access) and have managed to create a beautiful report from a search filter. This report lines up several records matching what I needed. Now, I want to make the whole report with hyperlinks to a detailed page on each of the records in the report. I have tried using the feature where one can make one column hyperlinked and redirect to a new page, where I am getting all the records again - instead of only getting the record I am clicking on. I have looked and looked in the forums without finding solution and I have tested and tried various methods without luck. I am suspecting that I need some sort of knowledge on how to write a select query with where conditions that can apply to filtering out a record from one report to get another detailed on only one object (i.e. record). :/ Stupid or what?

    Hrefna.
    What you need to look into is two things:
    1) The link you defined, needs to set additional attributes for the target page. In the "Column Link" box, you have set the link to "Page in this Application" and followed by the page number (let's say, Page 10). Below that, you should set an Item to an item on you target page (let's call that P10_PRODUCT_ID). This item should be the primary key of your detail table (on the targe page). You can select this item from the popup list. The Value of the item should be picked from a popup list as well, being the value from the record you clicked on. This should then transfer your selected item to your page. The URL will then have something like P10_PRODUCT_ID:5 at the end.
    2) On the target page, 10, you must change the query slightly, so that it adds a WHERE clause:
    WHERE PRODUCT_ID = :P10_PRODUCT_ID
    Now, you should be set.
    Hope this helps.
    Borkur

  • Deactivate a link from a report

    Is it possible to deactivate a link from a report? Here is the problem I am facing. I have a database that will be used by 6 people and I am using a report to display records to be worked. So, when one user clicks on a record to make edits, I want to ensure that the other 5 users can't select the same record. I am trying to keep users from doing duplicate work and having an error message given to the user who doesn't save the record first. I didn't know if it was possible to do a conditional link by checking the session to see if the record is currently called up? Any help would be appreciated.

    Simplistically:
    When you "pull up" your record to edit, you can write a onload process to set a flag on that record with the user/timestamp to indicate that the record is locked. When the record is saved back to the database, have the save process clear this flag.
    Of course, in a real-world situation, many other factors have to be considered, as Scott was alluding to...
    What happens if User pulls up the record and his browser crashes, he leaves the page without saving or goes for lunch or ...? No other user will be able to edit that record. This is generally considered a "non scalable" design, but if it works for you, go ahead!

  • Hide logout link in interactive report

    Hi,
    Can anyone tell how to hide logout link in interactive report?
    Thanks,

    Hi,
    Sorry, I do not understand question.
    How you did get logout link to interactive report ?
    I have never seen that logout link is generated to report automatically.
    But id you go
    Home>Application Builder>Application xxx>Shared Components>Navigation Bar Entries
    and edit your logout link, you can set condition witch page you like it to be displayed or not to be.
    I think you mean that one
    Br, Jari

  • Open document from interactive report

    Application Express version 4.0.2.00.07.
    In apex I am trying to accomplish the following:
    1. create a link to a pdf or Word document stored on local network using the file browse button.
    2. store the link to that file in my table but not store the actual document in the oracle table.
    3. open the document from link in interactive report.
    My dba does not want to store anymore documents into oracle because of performance issues we are experiencing with current applications that do this. Does anyone know the where to find sample code that will accomplish this task or will load the linked document into the oracle table but delete the document from the blob when the document is closed.

    You're probably looking to use the BFILE functionality - a pointer to a LOB on the filesystem.
    Try looking at some of the following sources for guidance
    http://docs.oracle.com/cd/B10501_01/appdev.920/a96591/adl12bfl.htm
    APEX BFILE
    http://monkeyonoracle.blogspot.com.au/2009/10/storing-images-outside-oracle-xe-with.html
    Scott

  • Send E-mail from Interactive Report, mulitple e-mail addresses

    I am using Apex 4.1. I would like to enter multiple e-mail addresses in the TO field of the download, e-mail section of an interactive report. To be clear when I click on download from the actions menu of an interactive report and choose E-mail, you are presented with the form that has To, CC, BCC, etc. I would like to enter multiple e-mail addresses in the TO text box. I have tried separating them with semi-colons, commas, and even spaces. Whenever I enter two addresses, I do not get any mail. How can I address an interactive report to multiple e-mail addresses. Thank you so much.

    Hi,
    We misread the documentation and the Actions > Download > Email option does not support multiple email addresses, I have tried it on my workspace and it is throwing ORA-29279: SMTP permanent error: 553 5.1.3 which is because of unsupported multiple emails.
    In this doc says that it is allowed to use multiple emails under
    Actions > Subscription (and this is entirely different from above)

  • Download data from interactive report

    Hi all. I'm on apex 3.1.1.00.09.
    I have this problem: when I download data from interactive report I can download only in CSV and PDF. If I try to download into pdf it creates a file of only 1 KB.
    I would know if I must configure my apex in order to download correctly in pdf and if I must configure it in order to download in doc and xls format.
    Thanks all for collaboration,
    Fabrizio

    Thank you for your reply.
    I am able to download the csv file, but my problem is: I don't want the column headings to show.
    Is it possible to download only the data, not the column headings?

  • Financial Reporting linked to Interactive Reporting?

    Hi,
    I have the Interactive Reporting which is based on SQL db repository. Now I would like to incorporate the Financial Reporting tool into Workspace, but am not sure if it would be possible to retrieve the date in Financial Reporting from Interactive Reporting, or rather to retrieve the data directly from the SQL db. Which solution is better?
    br

    You need to connect FR directly to the data source, you can't connect FR to IR.
    I'm not sure which version you have but on 9.3.1 you can use Financial Reporting to connect to only the following:
    - SAP BW data sources;
    - Hyperion® System™ 9 Financial Management™;
    - Microsoft SQL Server Analysis Services (SSAS);
    - Hyperion® System™ 9 BI+™ Analytic Services™ (essbase).

  • Can I have a Master/Detail page without a repeating region for the Master links?

    Hi there.
    I have been trying to find the solution to this for hours, but with no luck at all.
    I have a master/detail page that uses an HTML dataset.  It's pulling content from DIV tags within the same page, using 2 colums ("topic" and "description") and is working properly using this code:
    <ul spry:region="ds1" spry:repeatchildren="ds1">
    <li class="product" spry:setrow="ds1" spry:select="selected" spry:hover="hover">{topic}</li>
    </ul>
    What I'd really like to do though, is have some individual images serve as the {topic} links instead of having the {topic} listing built dynamically using the repeatchildren. So, basically, I'd like to hard-code the topics using images, and when you click on it, it then loads the specific {description} content.
    But as soon as i remove the repeatchildren, and hard-code the <li>'s, it doesn't load the description. It does do the spry:select and spry:hover part, but it just doesn't change the detail region content. I even tried various "onclick"s such as setCurrentRow(2), and that doesn't work either.
    Any advice you can give me I really appreciate!
    Below is my code:
    var ds1 = new Spry.Data.HTMLDataSet(null, "sourceContainer", {rowSelector: "div.topic", dataSelector: "div.QandA", columnNames:["topic", "description"]});
    <table width="90%" border="1">
    <tr>
    <td width="21%" valign="top">
            <div spry:region="ds1">
    <ul>
                     <li onclick="ds1.setCurrentRow(0);" spry:setrow="ds1" spry:select="selected" spry:hover="hover">[an image goes here]</li>
                    <li onclick="ds1.setCurrentRow(1);" spry:setrow="ds1" spry:select="selected" spry:hover="hover">[an image goes here]</li>
                    <li onclick="ds1.setCurrentRow(2);" spry:setrow="ds1" spry:select="selected" spry:hover="hover">[an image goes here]</li>
    </ul>
                </div>
    </td>
      <td width="79%" valign="top">  
      <div spry:detailregion="ds1">
      <div>{description}</div>
      </div>
      </td>
      </tr>
    </table>         

    Your onclick and setrows are conflicting. (they do the same thing....)
    Get rid of the spry:setrow attributes and it should work fine.
    Hope this helps,
    Don

  • Can I set up a Master-Detail Page with report regions for 2 Detail Tables?

    Hi there,
    I am just starting to use Application Express.
    I have a Table (A) with Master-Detail relationships to two Tables B & C.
    I can set up a Master-Detail Page between Table A and Table B, where the records displayed in Table B change when switching between records in Table A. I would like to add Table C to the page and for this to work in the same way.
    Is this possible in APEX? (I've tried adding a report region for Table C and making the Region Source dependent on the same ID field as is used by the report region for Table B but I keep getting "No Data Found" for Table C).
    Many thanks.

    Thanks, but the text needs to be on a single master page which every page is assigned to. This is so the text alternates correctly regardless of whether new pages are inserted or moved. If I assigned separate master pages to individual pages and then moved the pages to a different location, the alternating footer text would then fall out of sync. I hope that made sense!

  • Master Detail Page Set link - to a Lightbox feature?

    I'm hoping someone can point me in the right direction here. I have set-up a master & detail page from a recordset and it is working as it should, however my client would like to have the details show up in a lightbox instead of going to another page. How can I accomplish this? I have a lightbox that I am using called pretty photo... which is also working, I just am looking for a way to have them work together.
    Thanks,
    Bret

    Thank you! that is getting me there I think I did change a couple things.... although I am still not sure how to tie the two links together.
    <a href="#inline-1" rel="prettyPhoto[inline]">Click to view details </a>
         <div id="inline-1" style="display:none;">
              <p>This is inline content opened in prettyPhoto.</p>
              <p>ECHO HERE</p>
         </div>
    This is the current link that redirects to a new page showing all info from recordset:
    <a href="staffDetail.php?recordID=<?php echo $row_rsStaffMaster['staffID']; ?>"> <?php echo $row_rsStaffMaster['lastName']; ?></a>
    What I need is the current link to display into the lightbox. How do I seperate the echo and still keep the staffID part?
    Thanks
    UPDATE:
    Ok so I have updated the link this way...
        <a href="#inline-1 staffDetail.php?recordID=<?php echo $row_rsStaffMaster['staffID']; ?> "rel="prettyPhoto[inline]"><?php echo $row_rsStaffMaster['lastName'];?></a>
            <div id="inline-1" style="display:none;">
                <p>This is inline content opened in prettyPhoto.</p>
                <p>ECHO HERE</p>
            </div>
    And this now open the lightbox... but all it does is give me a tiny lightbox of content | null
    Would I add my  -  staffdetailspage code & recordset to the ?
    <p>ECHO HERE</p>
    (the page that the link goes to now)          

  • Linking JSP master-detail pages

    Hi all,
    I am developing a JSP-BC4J application with JDev903.
    I have a hierarchy of 5 view objects, let's say VO1,..,VO5, linked to each other by one-to-many view links. I would like to make a drill-down for this data.
    With the JSP for BC4J wizard, I generated an JSP application, which contains (among others) 4 JSP master-detail pages:
    - VO1 DataRecord with VO2 DataTable
    - VO2 DataRecord with VO3 DataTable
    etc.
    In the DataTable's, I added the next master-detail page as an edittarget. If you click it, the next page appears, but the data on this page do not correspond with the master table row that you clicked. So probably, you have to add some extra code to synchronize the row sets.
    My questions:
    - how can you get this to work ?
    - what is the best place to change things ?
    - does anyone have an example of this ?
    Cheers,
    Frank

    As long as you add ViewLinks between your master-detail levels, the synchronization is automatic. You just have to make sure you use the 'correct' view object usage name. Look at your ApplicationModule's model via its editor.

  • Master Detail pages php/mysql  Links

    I have a master/detail page setup that is working properly. I
    am trying ot add a Link to only a few of the detaill pages but not
    to show up on others. I tried to set just do the html in a text
    field but It owuld not come out as link. It did underline it like a
    link.
    I also tried to do a If statement but am getting parse errors
    when I add the html code.
    <? if ($row_detail['link'] {
    echo "<a herf=$row_detail['link']>Expanded
    Detail</a>
    I get a parse error of unexpected <
    Any body have any idea if this is possible and how I might
    get it to work
    Thanks
    Tim

    David
    Getting closer I put in this
    <? if ($row_rscdetail['link']) {
    echo "<a herf='{$row_rscdetail['link']}'>Expanded
    Detail</a>"; } ?>
    Everything is good except it is not a link. It is underlined
    and mouses over but not link.
    The source code from ie is
    <a herf='
    http://www.sflcondos.com'>Expanded
    Detail</a>
    I also put the " " around the link in the table field and
    removed the ' ' from <a herf='{etc}' and it came out in source
    code as
    <a herf="
    http://www.sflcondos.com">Expanded
    Detail</a>
    It has got me stumped
    Thanks for your help
    Tim

Maybe you are looking for

  • Ical attachment not showing on ipad

    I have my iCal full of event and I do attach documents to some of the events for easy reference.  Now when I transfer the information through my iPad the attachment isn't showing at all.  It would be very handy to have that facility.  could you pleas

  • Error initializing Sender JMS Adapter

    Hi,   Has anyone integrated MQSeries 5.3 with XI 3.0? I have placed all the necessary jar files under tech_adapter and in class path.My adapter status is red and the log says that     ". ...andler moduleHandler, Parameter para) [Thread[Thread-11,5,ma

  • Random users getting errors sending emails with instant bounce backs

    I have recently had a fair amount of my users have issues sending emails to internal or external email accounts.  When they hit send they get a NDR immediately with the Error 0x80004005-00000000-00000000.  It does not matter if there is 1 user the me

  • ITunes alert sounds

    I'm trying to set up a Mac Mini as a living room media player. Sound is a real issue with the big speakers. Not with music, movies or any other media, they sound fantastic. It's iTunes propensity to ignore the System settings for much, MUCH quieter a

  • My app store doesn't download anything i don't know how to fix this problem

    my app store doesn't download anything i don't know how to fix this problem