Go to URL that connects between both reports with no relation to

Hi Experts,

Sorry, this question may have been asked many times, but I wasn't able to get the required response.

I have two reports Repor1 based on table 1 with columns A and B, Report2 based on the Table2 with columns C and D.

First of all is it possible to create a URL to go moving between two reports based on tables having no replationship between them?

My requirement is to create a hyperlink on column B in Report1 so that when a user clicks the hyperlink, it takes you to Report2 and filters Report2 C column using column values of table 1 A. Table1 and Table2 have no relationship between them.

Thanks in advance,
Anura

Hello

I think that in the code Url column, you could use single quotes

In the writing of fx column under the formula,

"[a href ="saw.dll? ". Go&path=/shared/paint%20Demo/testing/Report2&action=navigate&p0=1&P1=EQ&P2=markets.region&P3='|| Markets.Region |' "style =" "text-decoration: none; ' > ' |" CAST (Measures.Dollars AS CHAR for sale |) »<>

Replace] [with >]

In the style add the text-decoration: none; double quotes

In report 2 be sure that Markets.Region column is invited.

Thank you
Vino

Published by: Vinodh NK on July 29, 2010 03:27

Tags: Business Intelligence

Similar Questions

  • I'm looking for a bluetooth headset that connects to both my iphone 6 and my air of ipad.  I have a Bose bluetooth connection that does work on my ipad.  Any recommendations?

    Recommendations for a bluetooth headset that works on the iphone 6 and ipad air?

    Most helmets will pair at least 2 sources; Check the manual of your Bose can also. But you must pair it both, and you must manually switch the connection when switching from one to the other. It can only connect to one at a time (this is a BT Protocol limit). I have a headset of parrot Zik that pairs up to 5 sources (I use it with 4).

  • BlackBerry Smartphones that connects to the Internet with a Blackberry 8330

    Recently, I bought a BB 8330 and improved my cell plan so that I can use BB modem to access the internet on my laptop when traveling.  However, I can't find instructions on how to do it.  Can someone tell me how to make this work?

    You can go there!

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB05196&sliceId=SAL_Pub...

    Both were found by using the search box on the top left corner of the main screen!

    If you need more help please ask!

    If this answers your question please solve the thread by using the options on the star Kudo of.

  • Connection between servers and opening default home

    Question about cross-server logon, if a customer has changed their rules of routing so that the default value at the opening of "wishes" is no longer used and a different call handler is used instead, will be this connection between breaking servers? Looks like that connection between servers using backdoor functionality (# and some numbers) which works with the 'Opening of wishes' system, I understand this right?

    No, it is not hardcoded to opening greeting Manager of appeal, but he needs to finish a greeting (whether for a Subscriber or call handler) - the logic is handled in the PHGreeting conversation (the guy that is used for the treatment of the call manager/subscriber wishes) - so if you have a routing rule that say, load the sign the Subscriber in conversation, then you're going to break.

    But as long as the call is handled by _some_ greeting, the hand of logic should work because the conversation PHGreeting is looking for a specific series of TTS to indicate that it is a grip of calls.

  • Understanding "CONNECT BY" and "START WITH".

    OK, I'm trying to update the rows with values determined by lines joined in a recursive relationship of unknown depth. I am told that "CONNECT BY" and "START WITH" can be useful in this, but I don't see how to get the value I'm looking for.

    In my case, there are 3 values in my table.
    ID
    ID of the parent
    Invoice

    On some lines, the Bill is null. For records, you get the ID of the invoice by searching for the invoice of the parent folder. I'm trying to update the table so that all THE rows in the table have an ID of invoice.

    Here is an example of table and the lines.
    CREATE TABLE DISTRIBUTION (
    ID            INT,
    INV_NUM       INT,
    PARENT_ID     INT
    )
    
    INSERT INTO DISTRIBUTION 1, 111, NULL;
    INSERT INTO DISTRIBUTION 2, 112, NULL;
    INSERT INTO DISTRIBUTION 3, NULL, 2;
    INSERT INTO DISTRIBUTION 4, 113, NULL;
    INSERT INTO DISTRIBUTION 5, NULL, 4;
    INSERT INTO DISTRIBUTION 6, NULL, 5;
    INSERT INTO DISTRIBUTION 7, NULL, 6;
    What I would do is update the inv_num column in the table so that a select statement * would look like this...
    ID        INV_NUM    PARENT_ID
    -----     -------------     ---------------
    1            111           null
    2            112           null
    3            112              2
    4            113           null
    5            113              4
    6            113              5
    7            113              6
    You can provide any help would be greatly appreciated.

    Hello

    Thank you post the CREATE TABLE and INSERT instructions, but please make sure that they work.
    None of the INSERT statements; I think you meant something like the statements shown after the query.

    Here's a way to get the desired results:

    UPDATE  distribution     m
    SET     inv_num = ( SELECT  inv_num
                  FROM    distribution
                  WHERE   CONNECT_BY_ISLEAF     = 1
                  START WITH     id          = m.id
                  CONNECT BY     id          = PRIOR parent_id
                           AND     PRIOR inv_num     IS NULL
                   )
    WHERE   inv_num       IS NULL
    ;
    

    This statement is Bottom-Up of subqueries, where we START WITH the lines that need to update, and process to the top of the tree, until you get to an ancestor who was an inv_num.
    In your sample data, only the roots (the lines that have no parents) have inv_num. In this case, it might be a little easier (but only a little) to make a request from top to bottom , where we START WITH the roots and low process in the tree to find their subordinates.
    If we add some data examples where a nonroot has inv_num:

    INSERT INTO DISTRIBUTION (id, inv_num, parent_id) VALUES ( 91, 910,   1);
    INSERT INTO DISTRIBUTION (id, inv_num, parent_id) VALUES ( 92, NULL, 91);
    

    What results would you like?
    Using the UPDATE statement above, id = 92 would get his inv_nuym of the closest ancestor (in the case of thios, parent) who had an inv_num:

    .       ID    INV_NUM  PARENT_ID
    ---------- ---------- ----------
             1        111
            91        910          1
            92        910         91
             2        112
             3        112          2
             4        113
             5        113          4
             6        113          5
             7        113          6
    

    Either the row with id = 92 gets inv_num = 910, no 111.

  • Creating a new report with 1 seal import

    Hi all

    When I import a discoverer workbook that is already existing I always use the following two options.
    1 update the object
    2. by the identifier.

    But more than once, I see that import creates another report with the same name with a 1 on the end of the name of the report to make it unique (being the same owner).
    Whereas, according to my understanding, I think a refresh would crush the report pleased just rather than create a new one with a 1 on the end.

    Please advice is there anything that I'm missing when importing the report, so a 1 is not appended to the name of the report, and it should just replace the existing one.

    Kind regards
    Shruti

    Hello

    If you look at the properties of the workbook under file-> manage workbooks or files-> properties of the workbook, you will see the identifier of the workbook. If any workbook has the same identifier as the existing workbook the option replace ensure that the workbook is to replace. If the names are different, then a copy will be created.

    You can change the identifier to be the same or must match or the name of the workbook to make sure that a copy is not created if the names are different.

    Rod West

  • The Web Acceleration Client error (513) - internal error of the Web acceleration Client has detected an internal error that caused the connection between the accelerometer of the Web

    The Web Acceleration Client error (513) - internal error
    The Web acceleration Client has detected an internal error that caused the connection between the customer to accelerate Web and server acceleration Web to be broken. A new attempt of the web page may correct the problem.

    I get this error at all times when working in the ancestry.com Web site. I have to reload the page on almost every search I do on this Web site. It is the site of the ONLY I get this error message, can run uninterrupted for several hours on other sites and never get this message. I talked to the people at Ancestry.com support and they did 2 recommendations: turn antivirus (did not help) or switch to another web browser. I tried both 11 IE and Chrome Version 31.0.1650.63 m and I have no problem with either of these 2 browsers this error.

    Is there a problem with the way Firefox and ancestry.com communicate?

    Hello byron.lewis, many site problems can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

    Thank you.

  • How to stop the connectivity between two computers that use the same IP address... ?

    Today, I managed to connect two computers with the same IP address. But now it is to be feared. for example, a person can access my computers using my IP and MAC address. So now, how can I stop the connectivity between these two computers. should what setting I use to stop.

    Tahnks.

    Hello

    1 have. what measures you taken to connect 2 computers with the same IP address?

    2. How are the 2 computers connected?

    3. how exactly you want to stop the connectivity between 2 computers?

    I want to tell you that 2 computers on the same network cannot have the same address. Each machine must have a unique address to identify it. A private network, as a home network connected to the internet, can be connected to a router to connect to the network, will have only 1 address, public IP address.

    In addition, if we know the IP address of a computer along the user ID and password, we can access the computer/shared files.

     
    If you are referring to the change of the IP address of the two computers, you can follow these steps and check.
     
    a. network connections open. Click the Start button, and then click Control Panel. In the search box, type 'adapter' and then, under center network and sharing, click view network connections.
    b. right click on the connection you want to change. Click on properties. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    c. click on the network tab. Under this connection uses the following items, click Internet Protocol Version 4 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv6), and then click the properties button. To specify your IP for IPv4, click on use the following IP address, and then, at the address IP, subnet mask, and gateway boxes by default, type IP address settings.
     
    A typical IPv4 address looks like 192.168.0.2; a typical subnet mask is 255.255.255.0. The default gateway is usually the address of your router.
    For example, IP address: 192.168.0.2 by 192.168.0.12 (for computers)
    Subnet mask: 255.255.255.0
    DNS: 192.168.0.1
     
    I hope this helps. If you have any other queries/issues related to Windows, write us and we will be happy to help you further.
  • wireless connection between Mac printer &amp; hp

    Hi, I am unable to set up the connection between the Mac and the printer hp 1102w, known problems thereby? I couldn't figure it out through the user's Guide... Thank you

    Hi cpagliuca,

    Thanks for letting me know you are using 10.6.

    I'll give you the steps for 10.6, they are a little different.

    Make sure that Safari is set as default browser. Sometimes, the built-in Web server will not open in other browsers.

    Open Safari, at the top, select the Safari menu, select Preferences, general, as a default value.

    Turn the printer off, press and hold the wireless button and cancel (x button) while turning the printer on and do not release both buttons until the printer stops making the noise.

    Print a configuration report and check the SSID address and IP are disabled.
    (hold down the x key and when the printer makes a noise to let go of taken)

    Plug the USB cable from the printer for Mac and install the printer software.

    (if it isn't already then skip this step)

    Go to Apple, system preferences, print and fax.

    Double-click the P1102w.

    Open the utility.

    Click Printer Setup.

    Click config HTML.

    This should open the Web built-in to the printer server.

    Click the network tab.
    Click on wireless in the list on the left.
    Under Communication Mode, click Infrastructure.

    Select your network SSID from the list of available network names (SSID), then click on the< button="" so="" the="" network="" name="" moves="" over="" to="" other="">
    In the Safe Mode pop-up menu, under authentication, click WEP, WPA/WPA2 or open. Your selection depends on which wireless security protocol using your network.

    Make sure that you select hexadecimal or alpha according to your password. (very important)

    Apply the settings.

    In the confirmation box (changes have been registered), click OK.

    You should get a solid blue light on the printer shortly.

    All we have to do is remove the USB driver and add the network driver.

    Click on the Apple.
    Click on System Preferences.

    Click the print and fax.

    Select the printer, and then click the sign - to remove the printer. (USB driver)

    Unplug the USB cable.

    Then click on the + sign and select the printer from the list and click Add. (Hello p1102w)

    Test the printer.

    If you have problems with the opening of HTML configuration, then perform the following steps:

    Close all applications.

    In the Apple menu, click on Go, computer, MAC hard drive, library, Printers, HP, LaserJet, click the folder for your printer, click browser EWS / config HTML, click on the network tab, click on wireless on the left and fill out your information. (Make sure infrastructure is selected) Apply the settings.

    Remove the USB driver, then add the network printer.

    If there is anything else I can help you with just let me know.

    Good day.
    Thank you.

  • Problem set up RV connection between two sites

    Dear all,

    I'm putting a replication for some virtual machines from the production site to a recovery site. The two sites are on ESXi with vCenter 5.5 5.5 with their own AD domains. The connection between them is done with customer VPN Cisco of DR site in Production site.

    I installed SRM 5.5.1 on two places and I was able to successfully combine the two sites. The State of them is CONNECTED on both sites. On both environments, I deployed unit of replication vsphere and that they are properly registered on the two vCenters.

    The problem is that when I try to configure the connection of VR, I get the following error:

    VRM Server generic error. Please see the documentation for troubleshooting information. The detailed exception is: '"HmsServiceInstance" thrown an unexpected exception "java.net.UnknownHostException' with message 'siteB.dns.name' when calling method of managed objects' getContent".

    I get this error from two different points.

    I can't do a ping on the two sites using the FULL domain name and I've tried the following article:

    VMware KB: Configuration to connect to the VR in VMware vCenter Site Recovery Manager server reports the error:' managed objectives...

    Could you please help me solve this problem.

    Thank you

    Aleksandar Aleksandrov

    Hello

    In fact the two devices needs a connection between them as they periodically exchange messages for the two sites must be able to connect to vCenter Server port 80.

    Thank you

    Dzhem

  • is it possible to establish a direct connection between two computers, one running on windows xp sp2 and other running on windows xp sp3?

    Hello
    I connected two computers, one running on windows xp sp2 and others running on windows xp sp3 via com using RS232 port via link Modem DFM-562E ++.
    I am able to dial numbers from a PC successfully.
    But when I do a direct link between them (one as a host, the other guest) through the com port, I get error 777.
    Is this because the two PC's using different service packs?
    Help, please.
    Thank you & best regards
    Ravi

    It is not the service pack - although you should have installed sp3 now.

    Your message is not clear: have you been able to connect successfully computers using your modem D-Link?  How did you do that?  Will there be a modem in the second computer?

    What cable are you using to establish a direct connection between the com ports on both computers?  If you have purchased this cable online, please provide a link to the site where you bought it.

    Please describe the physical connection between the two computers.  For example, this is how you connect to the Internet by dial-up services:

    computer 1-{(9 broches) RS-232 serial port}-{RS-232 cable supplied with the modem}-{modem}-{phone cord (RJ-11 modular plugs at each end)}-{telephone wall jack}

  • How to configure a direct cable connection between two computers in Windows 7

    Hello

    I'm trying to set up a connection by serial cable with serial cable RS232 DB9 female-female between 2 PCs, one with Windows 7 and Windows 8.
    For the initial check of the cable, I used a terminal program such as HyperTerminal, PuTTY, RealTerm. But none of the PC was able to read/write data from the port. I shorted her transmit and receive pins (2 & 3) at one end with a jumper (PIN stapler) for a loop to return the data to the Terminal. Terminal exits each letter typed twice, that is to say the cable and the COM port works correctly for two computers. But with 2 PCs connected, the Hyperterminal does not output nothing written of another PC Hyperterminal.
    Possible suspects: -.
    1. in the device-> PORTS (COM and LPT) Manager - there are 3 elements in both PC
    Communication Port (COM1), Communications Port (COM2), the Printer Port (LPT1).
    while I plug / unplug the cable at the PC, nothing changes in this section.
    2. the drivers for this type of cable to not installed.
    3. different OS installed on the PC.
    4 or I have to create a new connection , and then connect directly to another computer as mentioned in http://support.microsoft.com/kb/305621/en-us . But I didn't know how to do these steps in Windows 7/8.
    Any idea about this problem is appreciated.

    The problem is your trying to use both ports 'exit' to connect two computers / never going to work.

    VGA ports are for v's t. 'If' they are able to c.p.. otherwise, you will need to use a HDMI to the TV which is also an exit from the c.p.

    If you notice your computer and your monitor using a DVI port connection not a VGA.

    And no you can not use a DVI cable either :)

  • Gateway connection user security report

    I'm wanting to have a weekly e-mail report that will give me a list of all users that connected to view 6 through our security rather than gateway server in their own country. We want to be able to keep track of who is connected to workstations of House / office. Is this possible? Thank you!

    -Brian

    Thanks for the info! I ended up creating a connect/disconnect base script that adds both logging and the computer names for each of our users. In this way we can just go to the log folder and select the file username.txt to see when they connect to. But is not ideal was quite simple to achieve what we wanted. I'll check Splunk. Thank you!

    -Brian

  • Network connections between VM and host is slow?

    I have problems with the speed between the host and the VM, connections is limeted and very slow. I'll open the file and copy and it's slowly. My OS is VISTA Business and VM on XP SP3. Connection between VM card is limited to me and see that trafficking is not very practical. If this can be rectified and speed up the connection between the virtual machine and the host.

    As I have written, you can use both at the same time. Just add a host connection only to the guest and make sure name resolution, host name (and the name of the client to the host) using the IP addresses assigned by DHCP VMWare Server for the host only (VMnet1, default) connection. The file "\system32\drivers\etc\hosts" ensures that this connection will be used, for example.

  • Chains of passage between interactive reports

    Is it possible to pass strings between interactive reports? I need to put up a link in the column to apply a filter to a report based on the value of a column that contains a string value. I followed the instructions on this site and the Application Builder user's Guide: http://www.oracle.com/technology/obe/apex/apex31nf/apex31advirr.htm. However, by clicking on the link of the column produces an unfiltered report. I tried to use a numeric column instead of a string column, and the filter worked correctly. No idea why this happens and how I can work around it?

    Thank you
    user8641601

    Josh,

    You can try to make the target URL link and paste the following text:

    f? p = & APP_ID.: 11: & SESSION. : & DEBUG. : IR_Patient_ID: #SHC #.

    You need to replace the 11 with the page you are redirecting too well. This is the URL, developed from my link.

    Mike

Maybe you are looking for

  • IOS 10 messages app

    Hello I try to send messages with effects in the blue arrow button but nothing happen. Any solution?

  • Question for Hiroto - css user

    I redesigned the css for the Spanish and Portuguese CSA web site.  I modified your css. Here's what I came with: Re: Style sheet for Japanese, Korean, Spanish and Portuguese CSA sites user I have two questions: (1) I want the 'P' in order to act as '

  • Newly built pc works well but programs take up to hours open!

    Once opened, they run a lot. I uninstalled my antivirus problem still persists. Programs sit and run in the process. Any thoughts on why?

  • How to access e-business applications by external users via internet

    Dear allWe have e-business application 12.1.3, currently accessible by internal users onlyWe intend to access the site by external users also via internetPlease suggest me.material requirementrequirement of networksafety requirementprocedure of imple

  • Why they are my exports video extra second bad audio at the end?

    I've recently updated to the last Premiere Pro CC 2015 (February 2016) and I'm having a serious problem with exports. At the end of each export, after that the audio is supposed to disappear for a cross fades, there's an extra second or more audio th