Problem with the syntax of the url go

Hello

I have following problem: a few months ago, I've defined several reports in which I use the 'URL Go syntax' to pass the filters - according to the syntax described in the oracle documentation:integration of Oracle BI presentation Services in business environments by using HTTP and JavaScript - 11 g Release 1 (11.1....) Reports were built on OBIEE version 11.1.1.6.0 and everything worked fine.

Currently I've migrated to OBIEE version 11.1.1.6.10 and navigation with several parameters command syntax, as for example. "& P1 = 2 + xx126 + xx125 '-does not work! OBIEE 11.1.1.6.10 translate this syntax in '2 xx125 xx126' instead of 'xx125; xx126 ".

Please help me solve the problem.

GRQ

Srini thanks for your quick response. Unfortunately, you don't understand me well. My problem is: why the syntax (from the Oracle documentation) with several parameters, for example. : "& P3 = n + xxx + yyy +... + zzz ' does not work.

The solution to this problem is to change the "+" on "", so it should look like this "& P3 = n xxx... yyy zzz" ""

Tags: Business Intelligence

Similar Questions

  • Problem with the Url in the same page

    Copy the following code opens a new web browser. I need a code to open the url in the same browser. Can someone help me?

    / * Click here to go to the Web Page

    Click on the specified symbol instance loads the URL in a new browser window.

    Directions for use:

    1. replace http://www.adobe.com with the desired URL.

    Keep the quotation marks ("").

    */

    button_4.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage_5);

    function fl_ClickToGoToWebPage_5(event:MouseEvent):void

    {

    navigateToURL (new URLRequest ("http://site.coopershop.com.br/site/(uvzzxv553xpe4k451alf3afo)/site/indexInst.aspx?acao=pro d&id=138633&usuid=7164&conteudo=Tratamentos"), "_blank"); )

    }

    Thank you!

    use:

    / * Click here to go to the Web Page

    Click on the specified symbol instance loads the URL in a new browser window.

    Directions for use:

    1. replace the desired URL http://www.adobe.com .

    Keep the quotation marks ("").

    */

    button_4.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage_5);

    function fl_ClickToGoToWebPage_5(event:MouseEvent):void

    {

    navigateToURL (new URLRequest ("http://site.coopershop.com.br/site/(uvzzxv553xpe4k451alf3afo)/site/indexInst.asp x?acao=prod&id=138633&usuid=7164&conteudo=Tratamentos"), "_self");)

    }

  • Problem with the URL link in Flash charts

    Hello

    I create Flash charts with vertical bars. Now when you click on each bar, I need to show the user a report in popup. According to what bar was clicked report changes.
    I am able to put a link in the graphical query below.

    Select ' f? p = & APP_ID.:31: & APP_SESSION. :' link, ID_FK label, SUM (ADJUSTED_AMOUNT) needs
    of 'EMPLOYEE '.
    ID_FK group

    But I mainly 2 questions,

    1. How can I enter for the user to press a particular bar? What should I include in the query to capture each bar graph?

    2. I need to open a pop-up when the user has clicked on each bar, does not pass to the page. I tried to include,
    ' open ('f? p = & APP_ID.:31: & APP_SESSION.: "," winLov"," Scrollbars = 1, resizable = 1, width = 700, height = 400 "")' in the link, but query part gave me the error. How can I make this work?

    Booth.

    Zed,

    You must use JS to do this.

    select 'javascript:popupURL("http://www.google.com")' link, col1, col2 from tbl_chaet 
    

    If you want to pop up page that is out of your site Web then include 'http', else just put as

    JavaScript:popupURL("f?p=&APP_ID:110:&session.")

    It may be useful

    See you soon
    Hari

  • Problem with the syntax to call a page Apex

    I display 5 faces changing mood of a table. Each face has a link stored in the table. The link should go to a page in the same application and pass a parameter to this page when the face is selected.

    Somewhere, there is a problem with the syntax of the link, can anyone please help me out with the correct syntax, please.

    The error that I get when I select a face, is the following:

    Screenshot (34).png

    The link entry in the table is the following: http://apex.enciva.co.uk/pls/apex/f?p=842:1: & SESSION.: P1_MOODID:1

    and the code to display the faces, is as follows:

    DECLARE

    BEGIN

    FOR (IN) c1

    SELECT Hmauin,

    mntitle, mnlink

    OF MOODYFACES

    WHERE NVL ((mnfilename) dbms_lob.getlength, 0) > 0

    AND mnactive = 'yes '.

    ORDER BY HMAUIN

    ) LOOP

    HTP.prn ("< a class ="dock-item"HREF ="'|) C1. MNLINK | "" ">

    < img src = "f? p = & APP_ID.: & APP_PAGE_ID.: & APP_SESSION.:APPLICATION_PROCESS = GET_IMG1:NO:P141_MNID:' | C1. HMAUIN | "" "alt =" "/ >

    < span > ' | C1.mntitle | / span > < /a > ');

    END LOOP;

    END;

    Any answer will appreciated.

    Thanks fac586, spawn the link works perfectly.

  • Cannot change NetworkName (problem with the syntax?)

    First of all, I don't know anything about Powershell, so it is probably a n00b mistake.

    I'm changing the portgroup to a specific NIC of the virtual machine, but it fails, and looks like there is a problem with my syntax and more precisely my definition of the network card.

    Please enlighten me on what I am doing wrong, have tried several different syntaxes now without a bit of luck.

    [vSphere PowerCLI] C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > Set-NIC - NIC "Network adapter 2" - don't
    tworkName "NAT" - vm win7-01
    Together-NetworkAdapter: cannot bind parameter "NetworkAdapter". "Could not convert the value of 'Network adapter 2' of type 'System.String' to type '.
    VMware.VimAutomation.ViCore.Types.V1.VirtualDevice.NetworkAdapter ".
    On line: 1 char: 35
    + Set-network adapter - card network < < < < 'Network adapter 2' - NetworkName "NAT" - vm win7-01
    + CategoryInfo: InvalidArgument: (:)) [game-NetworkAdapter], ParameterBindingException)
    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.SetNetworkAdapter

    I think you should do the following

    Get-NetworkAdapter - VM win7-01 | where {$_.} Name - eq 'Network adapter 2'} | Together-NetworkAdapter - NetworkName "NAT" - confirm: $false

    First you "get" the NICs for the virtual machine, and then you filter one you want with the Where-Object cmdlet and finally you set the adapter to the portgroup.

    -Confirm the parameter avoids that you must meet to confirm the change.

  • Problem with the playback of an audio .asx file in Windows Media Player.

    Hello

    I'm not able to play an audio .asx file in Windows Media Player on the Windows Vista-based computer.

    I get the following in a pop-up error message:

    Windows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the open URL dialog box, try using a different transport protocol (for example, "http:" or "rtsp:").

    Help, please.

    My email address is * address email is removed from the privacy *

    Thank you.

    -HimAlandi

    Hello

     
    1. facing this problem with the .asx format?
    2. you remember to make changes to the system?
    3. where is the file?
     
    Error message: "Windows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the open URL dialog box, try using a different transport protocol (for example, "http:" or "rtsp:"). »
    Windows Media Player cannot play the file because the specified protocol is not supported by the player or not supported by the server.
    If you encountered this error by clicking a link on a Web page, the link isn't valid.
    If you encountered this error by typing a URL in the open URL dialog, try opening the file using a different transport protocol (for example, "http:" or "rtsp:").
    The following is a list of protocols supported by the player and the correct URL syntax examples:

    (a) MMS://serveur/nom_fichier (for example, a file with a .wma, .wmv, .asf, or .mp3 extension)
    (b) http://server/filename
    (c) rtsp://server/filename
    (d) mms://server/sami.asf? SAMI = http://server/sami/sami_demo.smi (SAMI file)
    If the Player supports the protocol you used in the URL and you can't always read the content, check that the drive is configured to use all of its supported protocols.
     
    To configure the protocol settings
    (a) in the Player Windows Media, on the Tools menu, click Options.
    (b) in the Options dialog box, on the tab of network in the Streaming protocols area, select all the checkboxes (Multicast, UDP, TCP, and HTTP) Protocol, so that a check mark appears in each.
    (c) note that the supported protocols can be used only to distribute digital media files. Windows Media Player cannot be used as a browser.
    If the fixes above don't work, you can rename the folder of information network for the drive so that it can rebuild its information network files after restarting it.
     
    To rename the folder of information networking of player.

    (a) close Windows Media Player. (To do this, on the file menu, click on exit).
    (b) to make the changes that you will be able to see the hidden files and folders
    Show hidden files.
    http://Windows.Microsoft.com/en-us/Windows-Vista/Show-hidden-files
    (c) click Start, and then click computer.
    (d) open the disc drive Local (c :)), open to users.
    (d) open your user account.
    (e) open %APPDATA%\microsoft\windows\sendto and open Local.
    (f) open Microsoft and open Windows Media.
    (g) click on the file and rename it.
    (h) if the file is name12.0, edit as file name as old 12.
    (i) restart the computer and check
  • Why do I get problems with the challenges of poker Facebook poker?

    Why do I get problems with the challenges on facebook poker? have reloaded JAVA.didn't work

    URL of affected sites

    http://

    I'm not sure what that requires the application of poker, but perhaps solutions in the article of problems with some Facebook games, cat and more will help

  • Problem with the Atrix Dialpad

    I have a weird problem with the keypad, and of course support AT & T answer to all problems is exactly the same as Microsofts... reboot didn't help? Factory reset it then.

    So here is the problem, when I bring up the Dialer to place a call that everything works normally. Once the call is established, tell the insurance company of May and I get the automated system asking for me to use the keyboard to enter something like my account number, I encounter problems. The dialpad happens normally, but as soon as I press a button the screen goes blank for about 2 seconds and then turns back on. Of course the automatism thought that I was going to just type a number for the power failure, so he said, "2 is not a number valid avvount, please re-enter your account number.

    Reading through some problems with different Motorola phones made me think it might be my (Otterbox cases) covering the sensor that turns the screen off the power when the phone is against you the head. So I ripped off the case and tried again with the phone laid flat on a table, and exactly the same thing happened. Then I tried to change the battery settings thinking it could be tempting save energy, but that did not help either one.

    Is there a setting I'm missing with a very short time-out on the keyboard once you are in a call? Or is there something else I need to check? Any ideas at all?

    I use my phone in this way is a lot because of Conference calls, and the current function makes it impossible. I'm already at my wits end.

    Thanks for any help.

    @blindrage

    No discussion has been removed. Rather the URL that you came in was not valid. I therefore corrected it and you will see the discussion still exists.

    Like the Mark-d says use only Motorola Original Chargers specifically the model supplied with the device.

    Mark

    Support Forums Manager

  • Problem with the executable files, nothing works anymore.

    Hi, my name is Richard and I have a problem with my computer.

    None of my executables work more, they all stop responding when I open them up (if they even offer) This includes but is not limited to, my anti-virus and malware... Makes to solve this rather difficult.

    Note: Very important: when my computer starts, (he did not before) it now opens a tab of Google Chrome instantly with the url:

    http://gangnamgame.NET/

    With Korean words... It is clearly a malware problem, I think, but I can't fix it. And she is taken care of my computer because I can't open any program apart from the basics like wordpad and my browser.

    Please, I need help. I'm under W7U.

    I've tried https://support.microsoft.com/nl-nl/kb/950505, but when I tried to enter "REG IMPORT Exe.reg" nothing happened, just a black for 0.01 seconds and then screen nothing after that.

    Do not restore points having adapted makes things much more difficult. I suggest you try this approach. You need to do it quickly because Windows can replace the backup copy of the files of the register at any time.

    You can restore your registry files manually to a previous point through the steps described below. The process is complex and requires some typing prudent . Ask a computer-savvy friend to help you if you lack experience in this field. You may reset your password to an earlier value.
    1. keep tapping F8 during the first phase of startup.
    2. select Repair from the menu.
    3 log in as administrator if you are prompted.
    4. Select repair when prompted.
    5. Select the command line in the menu.
    6. identify the correct drive letter for your Windows installation. It could be one drive other than c, but it will not X:. You do this by typing commands
    DIR C:\Win*
    Dir D:\Win*
    dir E:\Win*
    until you find the Windows folder.
    I'll call this "Q:" drive
    7 type these commands:
    CD /d Q:\windows\System32\config
    xcopy *. * Q:\MyRegBack\
    CD RegBack
    dir
    8. review the dates of the software, system, and SAM files. The files created before or after that is your problem?
    9. If they were made before the problem appeared, you can then type these commands:
    copy software / y...
    /y copy system...
    /y copy Sam...
    (the two points are part of each order)
    10. restart normally. If things don't work then you can go back by copying files from the original register of Q:\MyRegBack to Q:\Windows\System32\config.

  • Problem with the Polycom endpoint dial string via VCS

    Greetings,

    Currently I have an environment using a set of standalone Polycom endpoints (mixture of VSX/HDX units).  We have recently installed VCS - c / VCS-e / TMS and despite a few problems with the SIP registration on some of the older endpoints and management through TMS, all support works well.  The only remaining problem is when there are a number of business partners using the extensions in their chains of H.323 dialing that works very well for the Polycoms during the use not VCS - c as a guard in the numbering of the format #.  When you use this same dial string and endpoints are registered in VCS - c then the only thing it is indicated in the call history is a number of , which fails.

    I am aware that different manufacturers have historically managed extension dialing differently since ISDN only and has apparently been perpetuated until today.  However, it's a pretty critical need still at this stage and I am looking for input on chipboard VCS supports the use of extension component in the dial string (or did once the call is connected to a gateway is the host).  If so, is there a specific format for this connection string which can support both the end points of Polycom and VCS able to interpret correctly?  Does anyone have this working?

    Latest versions of software are on all components.

    Thank you in advance for any thoughts you may have!

    Hi Readamson,

    using the syntax of "device-IP-address ##extension" to compose a H323 device isn't a way standard of doing things, it is approach of Polycom extension numbering that VCS does not understand without changing the alias of a '[email protected] / * /' format.

    Assuming that the address-IP-receives the message SETUP H225 VCS-E, he does the SETUP message? Is there a way that you can configure this device to end to remove the [email protected]/ * /' part of the route the call to the post and the dialed number?

    Visit this link:

    https://supportforums.Cisco.com/thread/2129307

    Best regards, Ahmad

  • a problem with the alignment of site on the Tablet and phone version.

    I have a problem with the alignment of my site on the Tablet and phone Version of my site.

    If you open the Tariffuehrer.com site on the tablet or smartphone, you can see, the page is aligned to the left in the browser. I want the page to Center. I did find an option for it in the backend of muse.

    I'd be happy if someone can help me.

    Hi Michael,

    I can't view your site as it showed error 403,

    Can you please recheck the url of your site and repost it so that I can check on this subject.

    Kind regards

    _Ankush

  • Problem with the Desktop version, Tablet and phone. Help, please.

    I created a website in Muse. I created the Desktop version, Tablet and phone. But my problem is that, once I open my website on my tablet or phone it shows not always the correct form. Most of the time it's to show the offline version even if I am looking on my phone. What can I do?

    Hello

    I watched address phone and noticed 2 flaws.

    1 URL internationalchangepartners.com no redirects to internationalchangepartners.com/phone when I tried on the phone.

    Please do the following to solve this problem

    Hello, I made a site using the 3 platforms: desktop, Tablet and smartphone, but... on tablets and smartphones appears the design office, no idea why?

    2. now when I check link internationalchangepartners.com/phone I saw that the Menu options are linked with pages of the tablet.

    To over come this I suggest you to select hyperlinks with a lot of attention. Once you select the Menu item and add the hyperlink, select the option under the phone if you are available for the phone.

    Hyperlink has a separate list of the link for each structure. Look at the screenshot below.

    Once there 2 flaws were fixed there is no problem with the site.

    Concerning

    Vivek

  • Problem with the GetParameter() function in IScript

    Hello

    I am facing a problem with the GetParameter() function in IScript. I created a URL below and appellant IScript

    GenerateScriptContentURL ("EMPLOYEE", "MFC", Record.WEBLIB_REPT_SJ, Field.ISCRIPT1, "FieldFormula", "IScript_GetAttachment"). "? FileName =' | & AttachUserFileURL;

    before generating URLS, I'm just encrypt the name of the ZIP file & assignment in the variable string & AttachUserFileURL I concatenated in link above.

    and try to take the value encrypted text of decryption by %Request.GetParameter("FileName") in IScript who isn't able to get special characters such as +, is.

    Please get this.

    Thank you

    Edited by: 936729 may 25, 2012 03:35

    + and = are allowed in URLS. You just have to URL encode like this EncodeURLForQueryString(&AttachUserFileURL) before adding them to your URL:

    GenerateScriptContentURL("EMPLOYEE", "HRMS", Record.WEBLIB_REPT_SJ, Field.ISCRIPT1, "FieldFormula", "IScript_GetAttachment") | "?FileName=" | EncodeURLForQueryString(&AttachUserFileURL);
    

    Here is the entrance of PeopleBook for EncodeURLForQueryString:

    http://docs.Oracle.com/CD/E28394_01/pt852pbh1/Eng/psbooks/TPCL/htm/tpcl02.htm#_6453b1b1_1355ab71343__503e

  • Problems with the Forums account

    I just logged into the forums using the http://communities.VMware.com/home.jspa url and I noticed that my last login date is October 24, 2008.  Then I noticed that my points are in 1819, which means that I have not accumulated any new points since this time either.  Is there a way, or someone who can check my account/profile working?

    ________________________________

    Jason D. Langdon

    The date of "last connection" is a known issue and we have a solution for it, and I have a provisional approval to deploy next week.  I will update Blog VMware communities when it goes live.

    I'm not aware of any problems with the points, but it will consider.

    Best regards, Robert

    Robert Dell'Immagine, Director of VMware communities

  • Can someone help me with the URL to download FB 4.7?

    I have problems with the 0209731770 case where the URL for me for the free update to Flash Builder 4.7 didn't work.  I got a response that I needed technical support.  The link they gave me was https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder2 , but it did not work.  Does anyone know the correct link?  Thank you!

    Visit this link: -.

    https://www.Adobe.com/cfusion/TDRC/index.cfm?product=flash_builder

  • Problems with the script to output event

    In fact I don't know if I have a problem with the Exit event or if there is something wrong with my script syntax... The output of a field event, I check if the field is empty or not and check a flag I put in place.

    The first if statement works - if I get back a value in the field, everything goes as planned. If I delete the value of the field, nothing happens.

    //if field has a value hide subSection04
    if (!(this.rawValue == null || this.rawValue.length == 0))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    //if field is empty and flag equals true show subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == true))
    {
         subSections.subSection04.presence = "visible";
    }
    
    //if field is empty and flag equals false hide subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == false))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    There are a few groups radio button that also control this behavior, they are all inter relate. So I tried also triggers the Click event of a radiobutton Group (which resembles the value in this field) out of this area, but that doesn't seem to work.

    Hi Jono,

    Your expression subFlags.Commercial.rawValue is true compares a String data type with a Boolean data type.

    Edit the expression as subFlags.Commercial.rawValue is 'true'

    I hope that this should work for you.

    Your code should look like

    //if field has a value hide subSection04
    if (!(this.rawValue == null || this.rawValue.length == 0))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    //if field is empty and flag equals true show subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == "true"))
    {
         subSections.subSection04.presence = "visible";
    }
    
    //if field is empty and flag equals false hide subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == "false"))
    {
         subSections.subSection04.presence = "hidden";
    }
    

    Nith

Maybe you are looking for

  • VeriStand 2015 honor assignment processor PCL

    By using a PXI-8110 and NI Veristand 2015, no matter what I put the assignment of processor PCL to in the system definition, the PCL always land on the CPU 0. I can confirm it with the CPU load monitor and a backtrace (attached). The data processing

  • WRT54GS V1.1

    Try to set up a WAP54G but no luck, says he doesn't see a remote access device.  I went back and rear w / Linksys and they say in the same place 'we can improve for the correct configuration', but one other technology, said "no, can't put this device

  • Unlock fingerprints is not a job to first unlock after switching on voltage/restarting

    I noticed that since the upgrade Marshmallow fingerprints on my Z5C sensor does not work for the first release after that the phone is on or restarted. It works very well for unlock later, but instead of the unlock screen, I get the keypad to enter m

  • WiFi Key refusal of installation of the Dell 305 w

    Hello I recently changed my ISP and trying to connect to my Dell 305 w I get a message that the security key is not valid. I checked that the security key has been entered correctly and the correct network and that three other devices (two cell phone

  • Disc lost for hp printer

    I would like to get a new drive for my photos hp series D110 mart.