is the result data for the APEX linkable report, able to put in place another report?

I'm working on a directory. If the user enters John as first name and Smith as a surname, after "enter" John Smith will appear, with all its details such as his Department, title, email, telephone, rental of office etc.. Is possible that the Department is a link and if the user clicks on the link they will consider the entire Department is the list?

Thank you very much for the help.

MZ

Yes, it is possible... When you build select it, you would go in the setup of the region and the column you want make a link to another report: http://st-curriculum.oracle.com/obe/db/apex/r40/apexirr/apexirradv/apexirradv_ll.htm

Thank you

Tony Miller
Webster, TX

Tags: Database

Similar Questions

  • I can capture the number of records retrieved by page in the Apex Interactive report?

    Hello

    I have a requirement in which I need to conditionally hide / show button on an interactive report.

    To achieve this, I need to compare the number of reows read by v/s lines page number to be

    read as specified by the user (defined using Actions-> lines per page).

    Please help me to know if there is a way to capture these 2 values:

    1. number of records retrieved in a report by page

    2. the value set by the user for the number of rows must be extracted (Actions--> lines per page).

    Quick help is really appreciated. Thank you.

    Hello

    You can use by jariola in his blog

    http://dbswh.webhop.NET/Apex/f?p=blog:read:0:article:41900346848694

    Thank you

    Benjamin

  • On the report templates in the Apex and report queries

    Hi all.

    I'm reading about models and report queries and asks me to use cases of these options. I have two questions:

    -Can be used to print reports of special loyalty, such as printing a document (invoice, invoice, check)?

    -Make the report accept queries settings? for example, you can filter specific data...?

    Any other uses?

    Best regards, Luis...!

    Your welcome. Review the marking of the answers correct or useful in order to help other people traveling the same road. :)

  • Satellite A60 - 302 frezes when the DVD or CD has been put in place

    Load music CDs, but if I put it in a data CD or DVD laptop freezes even with the recovery disk it freezes the laptop. I have to manually turn off and start again always tried to load the software just freezes.

    Hello

    Maybe you have a problem with a Virus, please start with the last Configuration function or do a restart with the OS CD and do a repair of the system files, do a Virus scan. http://www.Softpedia.com/get/antivirus/Microsoft-Blaster-worm-removal-tool-for-WinkXP.shtml

    By

  • What isolation on the NI PXI-8433/4 map put in place

    We anticipate using an NI PXI-8433/4 card installed in a PXI-1042 chassis to read the data of four RS-485 serial data links.  Each of the serial data links we read have their own common isolated which is not related to the municipality of any other channel.  In addition, the common and common receiver for each binding of data is linked together.  Bascially, we read each of the four serial data links are completely isolated from each other, but the transmitter and receiver ends for each binding of data have their common tied together.  A pictorial representation of our Setup is attached.

    We found that this article on how opto-isolation is implemented on other serial acquisition cards:

    http://digital.NI.com/public.nsf/allkb/4A380A17DB3D9EF086256C68006F1DCB

    This article basically says that the i/o lines are isolated, and the power of the transceiver is isolated by a transformer.  This is how the make isolation is implemented on the NI PXI-8433/4 map?  We do not want the transceivers in the PXI-8433 card to link the municipalities of serial data link.  Thus, we require each transmitter/receiver to have its own common isolated, and so it is own isolated power source.  Each of the transceivers are in the PXI-8433 map completely isolated from each other, including their common/reference?  Thank you very much for the help.

    Hello

    That Board uses digital, through means of conversion continued isolation to isolate each part of the other and the rest of the PXI chassis. That said transceivers will be isolated from each other.

  • Added the second monitor, but can't put in place - no themes & seemingly in Control Panel

    I added a second monitor, but have no appearances & themes or display icon in the control panel. How can I configure it as a second screen?

    Hello

    I suggest you to visit these links and check if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-multiple-monitors

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-display-settings-on-multiple-monitors

    http://Windows.Microsoft.com/en-us/Windows-Vista/multiple-monitors-frequently-asked-questions

    It will be useful.

  • Help! Toggle point update-measure the Apex 5 tabular

    Hi all the guru.

    I previously put in place this in apex 4.0 but now we migrated to 5.0.2 apex and it's functionality does not work (at the console errors)

    implementation of high level hollow walk

    a. I have a tabular report, all columns are read-only, except for one which is update-able.

    b the value of condition/State in the other column this editable column will be enable or disabled

    c. dynamic action on the charge to function so that call the following javascript function.

    disableItems('f12', 'Y', 'f04')
    

    <script language="JavaScript" type="text/javascript">
    function disableItems(checkcolumn, columnvalue, disablecolumn)
    {
     var f1 = document.getElementsByName(checkcolumn);
     var f2 = document.getElementsByName(disablecolumn);
     var k;
     if (f1)
     {
      for (k = 0; k < f1.length; k++)
      {
       if (f1[k].value !== "")
        {
        f2[k].disabled = true;
        f2[k].style.backgroundColor = 'silver'; 
        }
      }
     }    
    }
    
    
    function enableItems(column)
    {
     var x = document.getElementsByName(column);
     var k;
     if (x)
     {
      for (k = 0; k < x.length; k++)
      {
        x[k].disabled= false;
       x[k].style.backgroundColor = 'white';
      }
     }
    }
    </script>
    
    
    
    
    <meta content="30" http-equiv="refresh"> 
    
    

    PS: I have activate WHAT JS legacy support under themes.

    Error I get on console is less than

    Uncaught Condition must be function or Boolean literaldisableItems 
    @ legacy.min.js?v=5.0.2.00.07:1apex.da.gEventList.actionList.javascriptFunction 
    @ f?p=104:132:5120642144112::::::361da.doAction 
    @ desktop.min.js?v=5.0.2.00.07:17da.doActions 
    @ desktop.min.js?v=5.0.2.00.07:17(anonymous function) 
    @ desktop.min.js?v=5.0.2.00.07:17n.extend.each 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2n.fn.n.each 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2da.actions 
    @ desktop.min.js?v=5.0.2.00.07:17(anonymous function) 
    @ desktop.min.js?v=5.0.2.00.07:17n.extend.each 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2n.fn.n.each 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2da.init 
    @ desktop.min.js?v=5.0.2.00.07:17(anonymous function) 
    @ f?p=104:132:5120642144112::::::400(anonymous function) 
    @ f?p=104:132:5120642144112::::::400j 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2k.fireWith 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2n.extend.ready 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2I 
    @ jquery-2.1.3.min.js?v=5.0.2.00.07:2
    

    Kindly help me with this problem.

    Thanks for your time and input in advance.

    I want to disable the COMM column if the WORK = CLERK

    I did the following,

    In the Classes of CCS in the WORK column, I put: job

    Then, I created a DA:

    IDENTIFICATION

    Name: IS_CLERK

    WHEN

    event: change

    selection type: jQuery Selector

    JQuery selector: .job

    Condition: equal to

    Value: "CLERK"

    REAL ACTIONS

    Action: Execute the JavaScript Code

    fires when the result of the event is: true

    Code: disableItems('f03','Y','f07')

    It does not work. What's wrong?

  • Paste does not work on the Apex smartphone app

    Hello

    I tried to use a barcode scanning app to paste into a field on an application to sensitive design (theme Apex 4.2.4 25) being seen on a smartphone (iphone 5 c), but I can't paste it to work - tried browsers Safari and Chrome.  I checked the dough works on my gmail on the iphone: I pasted successfully it then it has sent to myself, then went to my office, copied from the email and pasted in the desktop version of the same application and that worked.  However, it would be nice to have it working on the smartphone, because the goal of making this reagent should allow someone on the ground with an ipad or iphone to scan the bar code and paste it into the appropriate field in the application.

    Why is the Apex application not able to take a dough similar to the dough accepted by my gmail on the same phone app?  What Miss me?

    Thank you

    Pat

    Pat,

    According to my experience, the theme, and blue reactive office - 25 is suitable for different screen sizes, but was not necessarily intended to be used on iPhones and other.

    The BONE grows quite well how the interface will work.  An item number presented at an office of the OS will allow you to select a number via a up/down control.  The same page that an iPhone will present the number pad and allow the entry of a number any.  So in this case, the same application is is has differently based on the device or the operating system accesses the page.

    Jeff

  • BlackBerry Smartphones that are struggling to put in place the personal e-mail

    Hi, I hope someone can help me with a problem I encounter.

    My mother bought a curve 8520 on a case of talk with Orange today and while the thing most seem to work ok, we're fighting get set up personal e-mail. I followed the tutorials and instructions, but when I go to the option of setting up, the only option there is to put in place a company email, not the personal.

    I've been Googling autour and it seems to be a pretty common thing. Is it just a case to call Orange and ask them to do something at their end? If so what exactly is it they do?

    Also requests for MSN and ebay I downloaded also do not work, I guess it's down to the same problem?

    Thanks in advance for any help.

    Hi and welcome to the Forums!

    To use the Push RIM owner messaging capability, you must have an adequate data of your carrier plan. Carriers host BIS BB users. In general, BIS is not available through the generic data plans, or plans for Pay as You Go. Several ships make stop what is needed the Blackberry data plan. Whatever they call it, it is the carrier that delivers BIS users of BB - contact - the for assistance. Once you have a compatible BIS data plan on your BB (fees regardless of your carrier will charge, btw), then you will have personal email added to the e-mail Setup Wizard.

    Good luck!

  • Change the line color of the standard SQL report

    Hello

    I'm trying to follow this post to change the color of a line in the APEX SQL report. Change the color of line - report SQL Oracle APEX

    It is a little outdated and trying to figure out how to get to this page: http://img7.imageshack.us/img7/4782/columntemplate.jpg 4.2 APEX where I can put under condition of background color.


    I use Theme 13 (inheritance) and make a copy of the report area. Published, but could not find an equivalent section of this screenshot of the apex 3.1.

    Any help appreciated.

    William Wallace says:

    I'm trying to follow this post to change the color of a line in the APEX SQL report. Change the color of line - report SQL Oracle APEX

    It is a little outdated and trying to figure out how to get to this page: http://img7.imageshack.us/img7/4782/columntemplate.jpg 4.2 APEX where I can put under condition of background color.

    I use the theme 13 (legacy)

    Ugh.

    and make a copy of the report area. Published, but could not find an equivalent section of this screenshot of the apex 3.1.

    This suggests that you look at the definition of region page, or even simply the definition of region model. What you need here is a copy of the report model.

    1. go in Home > Application Builder > Application > shared components > models.

    2. Select theme 13 theme filter, the Filter Type reports and click OK.

    3. create a copy of the Standard report model by using the icon copy in the list.

    4. Select the new report template and edit it as shown in the thread linked to above, paying special attention to the content of the second post. (It is of generic column template definition page that contains the section in the screenshot).

  • How to add data to the table using Manager POST for restful Apex application

    Hi all

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Hi jerry2134,

    jerry2134 wrote:

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Check out the following tutorials OBE, that explains the creation of GET and POST RESTful Web Services and how to use them in the APEX.

    Also what yo mean "looking forward on how to proceed? Do you want to or created for use/consume in your Oracle APEX application hosted RESTful web services?

    If Yes, in your Application, you must create a RESTful Web Service reference -> shared components. Then, create a form/report based on Web Service reference.

    Kind regards

    Kiran

  • Looking for model/data format to import survey data in the survey on demand in the apex 4.2.5

    Hello

    Looking for a model/data format to import survey data in the survey on demand in the apex 4.2.5.

    Thank you

    hayatms wrote:

    Where I can get this CSV format, so I have to add in the file accordingly. Thank you

    Click on the button create poll on the surveys page, then select the option to create a survey from a text file. An example of the required format is displayed. It is not a CSV format.

  • Data Guard and auditor of the Apex

    Hi all

    I seem to be unable to understand the configuration of parameters for protective Apex listener when connecting to a database.

    We have a lot of servers of databases (without data guard) and we use the command line Wizard to generate the configuration file. It's straigthforeward and
    easy. We enter the server, port, and Service_name and it works.

    But for a guard database, there are two servers and I seem to be unable to set it in the right way. After doing some research I came across the parameter apex.db.customURL which should solve the problem.

    I removed the references to the server, port, and Service_name and put the key in.

    The result were errors of connection due to some incorrect port settings.

    SEVERE: The pool named: apex is not properly configured, error: IO error: format invalid number for the port number

    oracle.dbtools.common.jdbc.ConnectionPoolException: the pool named: apex is not properly configured, error: IO error: format invalid number for the port number

    at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(ConnectionPoolException.java:65)

    What Miss me?

    Thank you
    Michael

    (Here's the rest of our configuration :)

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    < ! DOCTYPE SYSTEM property "http://java.sun.com/dtd/properties.dtd" > ""

    Properties of <>

    < comment > saved on Mon Oct 19 18:28:41 CEST 2015 < / comment >

    < key "debug.printDebugToScreen entry" = > false < / entry >

    < key "security.disableDefaultExclusionList entry" = > false < / entry >

    < key = "db.password entry" > @055EA3CC68C35F70CF34A203A8EE1A55D411997069F6AE9053B3D1F0B951D84E0E < / entry >

    < key = "enter cache.maxEntries" > 500 < / entry >

    < key = "enter error.maxEntries" > 50 < / entry >

    < key = "enter security.maxEntries" > 2000 < / entry >

    < key = "cache.directory entry" > / tmp/apex/cache < / entry >

    < enter key = "jdbc. DriverType"> thin < / entry >

    < key = "enter log.maxEntries" > 50 < / entry >

    < enter key = "jdbc. MaxConnectionReuseCount"> 1000 < / entry >

    < key "log.logging entry" = > false < / entry >

    < enter key = "jdbc. InitialLimit' > 3 < / entry >

    < enter key = "jdbc. MaxLimit' 10 > < / entry >

    < key = "enter cache.monitorInterval" 60 > < / entry >

    < key = "enter cache.expiration" > 7 < / entry >

    < key = "enter jdbc.statementTimeout" > 900 < / entry >

    < enter key = "jdbc. MaxStatementsLimit' 10 > < / entry >

    < key = "misc.defaultPage entry" > apex < / entry >

    < key = "misc.compress" / entry >

    < enter key = "jdbc. MinLimit"> 1 < / entry >

    < key = "cache.type entry" > lru < / entry >

    < key "cache.caching entry" = > false < / entry >

    < key "error.keepErrorMessages entry" = > true < / entry >

    < key = "cache.procedureNameList" / entry >

    < key = "cache.duration entry" > days < / entry >

    < enter key = "jdbc. InactivityTimeout"1800 > < / entry >

    < key "debug.debugger entry" = > false < / entry >

    < key = "enter db.customURL" > JDBC: thin: @(DESCRIPTION = (ADDRESS_LIST = (ADRESSE = (COMMUNAUTÉ = tcp.world) (PROTOCOL = TCP) (host = DB-ENDUR) (Port = 1520)) (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL=TCP) (Host = DB-ENDURK) (PORT = 1521)) (LOAD_BALANCE = off)(FAILOVER=on)) (CONNECT_DATA = (SERVICE_NAME = ENDUR_PROD.) VERBUND.CO. «"" AT))) < / entry >»»»

    < / properties >



    Hi Michael Weinberger,

    Michael Weinberger wrote:

    I seem to be unable to understand the configuration of parameters for protective Apex listener when connecting to a database.

    We have a lot of servers of databases (without data guard) and we use the command line Wizard to generate the configuration file. It's straigthforeward and
    easy. We enter the server, port, and Service_name and it works.

    But for a guard database, there are two servers and I seem to be unable to set it in the right way. After doing some research I came across the parameter apex.db.customURL which should solve the problem.

    I removed the references to the server, port, and Service_name and put the key in.

    Keep the references the server name, port and service. No need to delete.

    The result were errors of connection due to some incorrect port settings.

    SEVERE: The pool named: apex is not properly configured, error: IO error: format invalid number for the port number

    oracle.dbtools.common.jdbc.ConnectionPoolException: the pool named: apex is not properly configured, error: IO error: format invalid number for the port number

    at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(ConnectionPoolException.java:65)

    What Miss me?

    You must create two entries in the configuration file "defaults.xml" for your ADR (formerly APEX Listener).

    One for db.connectionType and, secondly, for db.customURL, for example:

    customurl
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=
    (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(HOST=DB-ENDUR)(Port = 1520))
    (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(HOST=DB-ENDURK)(PORT = 1521))
    (LOAD_BALANCE=off)(FAILOVER=on))(CONNECT_DATA=(SERVICE_NAME=ENDUR_PROD.VERBUND.CO.AT)))
    

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config_file.htm#AELIG7204

    NOTE: After you change the configuration file, don't forget to restart independent ADR / Java EE application server support if ADR is deployed on one.

    Also check if your URL for a JDBC connection is working properly and if there are any questions, you can turn on debugging for ADR:

    Reference:

    Directed by Tony, you should post the ADR related questions to the appropriate forum. Reference: ADR, SODA & JSON in the database

    You can also move this thread on the forum of the ADR.

    Kind regards

    Kiran

  • Display the results in a report on the APEX of two datepicker page elements

    Hi all

    I'm trying to get some data to display in a report by choosing between two dates. These two dates, I select by datepickers, then a button is pressed to submit and the report to appear.

    I made the conditional statement on the button, the button submit as "searchdates", then a branch that is conditional (when the button is pressed, the application is set to "searchdates") and the branch is: 'On Submit - after treatment.

    the query behind the report is:
    select * from desk_allocation
    where (DESK_ALLOCATION.DATE_FREE >= TO_CHAR((:P5_DATE_FROM), 'DD-MON-YY') 
          AND DESK_ALLOCATION.DATE_FREE < TO_CHAR((:P5_DATE_TO), 'DD-MON-YY') 
          AND :P5_DATE_TO IS NOT NULL AND :P5_DATE_FROM IS NOT NULL)
    AND DESK_ALLOCATION.ALLOCATED like 'No'
    and the sample data that I use to test:
    DESK_NO   DATE_FREE     ALLOCATED     ALLOCATED_TO 
    66         20-AUG-10       No             -  
    75         19-AUG-10       Yes            Superman  
    60         16-AUG-10       Yes            Spiderman 
    When I run the page, it is said no data displayed.

    Someone at - it ideas?

    Using APEX v3.2

    Thanks in advance :)

    I tried with your data with this query, remove the additional supports, SQLDeveloper. There is no record for 'No', then the data found was the correct result. Changed to 'Yes' and got results.

    select * from desk_allocation
    where DESK_ALLOCATION.DATE_FREE >= TO_DATE('10-AUG-10', 'DD-MON-RR')
          AND DESK_ALLOCATION.DATE_FREE < TO_DATE('20-AUG-10', 'DD-MON-RR')
         -- AND :P5_DATE_TO IS NOT NULL AND :P5_DATE_FROM IS NOT NULL)
    AND DESK_ALLOCATION.ALLOCATED = 'Yes'
    

    Kind regards

  • Query/report asked for entry? in the Apex

    Hello everyone, my name is John and I am asking for help with the following.
    I am new to Apex, Oracle, PL/SQL, and SQL (as you can tell from my query below).
    I have the basics of the Apex (to present reports, forms etc.).
    I created this query on a view in SQL Developer, where it is asked for the start and end dates filter the report. which is what I want it to and returns the results I want.
    Now, I want to create a report in the Apex where it asks him between the dates as it does in the request sent, when it's done I want to spend bipublisher to print pdf report.



    I run this query as a report of totals already (without the line with WHERE clause query asking course.) in an apex application, gross is it.

    I have it as interactive reports and can be filtered in this way dates of couse, but I want to learn how to create the report/query of type of user input in the Apex.
    I read that I would need to use a "Block anonymous pl/sql with a" declare "and a process page?." " (confused gettting in variables "declare" and execute sections)

    I looked at many samples and still haven't quite come down the blocks.
    If you could point me in the right direction of where to go, or better still, if someone could show me coding on how to make this work in apex query/report (s)?
    Learn slowly I suppose
    I use APEX 3.1.2 on database 11g.
    Thanks in advance for the help on this.
    ++++++++++++++++++++++++++++++++++++
    -the truck view totals query-
    Select
    trucktotals.truck_number "truck number."
    trucktotals. truck_type as "Type truck."
    sum (trucktotals.end_miles - trucktotals.begin_miles) as "Total number of miles,"
    sum (trucktotals.reg_hours + trucktotals.ot_hours) as 'Total hours. "
    sum (trucktotals.total_net_tons) as 'Total tonnes. "
    AVG (trucktotals.equip_rent) as "EQR P_HR' to 'trucktotals '.
    where < strong > trucktotals.wage_date between to_date(:Start_date) and to_date(:end_date) < facilities >

    Trucktotals.truck_number group, trucktotals.truck_type

    order of trucktotals. Truck_Number - query end to view truck totals-+++

    Published by: [email protected] on October 31, 2008 12:49

    Published by: [email protected] on October 31, 2008 12:53

    Published by: [email protected] on October 31, 2008 12:54

    Hi John,.

    I am pleased that the information has helped.

    About the pop up, you should try to avoid them if possible. You should really try to avoid if possible because most browsers have pop-up blockers. (I can ramble on about this topic for hours, but I'll leave it as one).

    So how to avoid pop-ups in this situation? APEX can return conditionally regions. If you have a region "indicates the parameter" which has your in/thru date. which is always is evidence. Then put a condition on the report so that he sees only when the from and through date are entered (I think that I put an example above).

    I would like to know how this happens.

    M

Maybe you are looking for

  • How do I save pictures to my email in Photos

    I get emails on my email on my iMac with attached photos. How can I save on the Photo program that is installed on iMac?

  • Dusting Z580 does not

    Hi Please could help me. Since the update to windows 8.1 I realized that when I touch my dust removal button fan speed does not increase at all, so for some reason any his works not stop your help would be very appreciated.

  • Preview HTML on front panel

    Hello! Is it possible to get a glimpse of a text containing HTML tags on the front panel in HTML? I want to see my result of html report before I save it in the file. Thank you

  • Power suddenly and restart window, what harm is it?

    Yesterday, suddenly power off without any warning and the window reboot, I would like to know what is the possible cause. Does anyone have any suggestions? Thanks in advance for your suggestions :>

  • Windows XP Backup problem, cannot find the backup utility

    original title: windows xp backup problem I have a system with windows xp, I tried to backup the drive c: to the top, when I click on start, all programs, accessories, System tool, I see how to do anything else but up... i back cant find utility back