Value Interaction Navigate to another App

I currently use Presentation Services to write reports against the Database for our Incident Tracking Software. I have built a Form in BIP to mimic the look and feel of an Incident Ticket and using Value Interaction Navigate to this BIP Form is working well (I pass through the Incident Number). Would like to bypass this and navigate directly to the Incident Tracking App and actually expose the Incident Ticket (again clicking on the Ticket Number in my Presentation Request and passing that number through to my Tracking Software). I can construct the URL to a given Incident in my Incident Tracking App directly into my browser and I can get there. Has anyone had any luck in using Value Interaction Navigate in navigating to another App other then a Presentation Request or BIP...Thanks

Yeah, using goURL you can pass some custom parameters. I used to configure such functionality for linking to SiebelCRM.
Check this doc http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31766.pdf (Web Services) around page 208
Edited by: wildmight on May 27, 2009 1:43 PM

Similar Messages

  • "Value Interaction" - "Navigate" not working properly in pivot table

    hi,
    if there is a column, columnX (the properties: value interaction -> navigate -> target : requestB) in request A
    and one of the columns in requestB is also columnX
    and in requestB, in the filter part, "the columnX is prompted" is set
    if the view of the requestA is "table",
    when the user clicks one of the value on columnX in requestA, it will redirect to requestB and only show the results (where columnX = selected value)
    HOWEVER, IF THE VIEW OF requestA is "pivot table",
    when the user clicks one of the value on the Measures (columnX is put in Measures in pivot table of requestA), IT WILL REDIRECT TO requestB BUT SHOWING ALL DATA (WHERE 1=1)
    are there any properties that needed to be set ?
    or it is a bug/limitation ??

    if the columns for x-axis and y-axis are computed (not loading data directly),
    navigate is disabled.

  • Used value interaction navigate!

    I have multiple Automobile dashboards,suppose says dashboard names are AUX auto Dashboard,Baolong Motors Dashboard,Beiqi Foton motors Dashboard,chery auto Dashboard,fujian motors,fudi,geely Motors Dashboard.
    Each dashboard is linked with comform dimension in rpd.
    My Question is if we open a report suppose AUX dashbaord in that if i click customer column it should hit other baolong motors dashboard customer column and show the results.
    what i did is in answers i selected customer column in column propeties column format used value interaction navigate, But these one only work column heading,i need for values some one said me i need to pass parameters,
    I really dont know how to pass these parameter
    can any one help me out ?
    Thanks
    Chi(shangai)

    Let's say you have 2 reports, EMP and Account. Let's say you want to be able to navigate from emp to account once user click on emp id or emp name, it will take you account report showing the emp's account. In that case, you are passing values from emp to account..
    If you click on "John smith" from emp, it will navigate to account report that has only john smith's account information. In this case, on your account report, you will need to have emp name column, and you will need to put a filter on it as "is prompt", therefore when "john smith" from emp report is passed to account report, emp column of account report will be able to receive "john smith" and filter account report base on it.
    Hope this helps

  • Select value then navigate to another page

    All,
    I am doing something which sounded simple but doesnt seem work for me. Ive a select List item and when a value is selected on change eg EMP_ID value i need to pass that selected value to another/navigate to another page and pass that values to that page item eg P2_EMP_ID.
    i tried below DA but its always showing value=undefined  ?
    $('#P1_NAGIVATEPAGE').change(function() {
    alert('val = ' + $("#P1_XXX option:selected").val() );
            var ac = $('#P1_XXX').val();
            alert(ac);
            if (ac == 'CAMPING') {
                window.location = 'f?p=&APP_ID.:2:&SESSION.::&DEBUG.:P2_XXX:&P1_XXX:';   etc,
    how can i solve in apex 4.2?
    thanks.

    Hi,
    You are using &P1_XXX in your code. This is the value of the item from the moment the page loaded. This means it is not changing on the change of the item value. Your code should be something like this:
    window.location = 'f?p=&APP_ID.:2:&SESSION.::&DEBUG.:P2_XXX:'+ac;
    Regards,
    Kees Vlek
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    +If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.+

  • Value interaction navigate in new page

    Hi all,
    I want to jump to another report from a column using the Navigate option from the column properties. So far so good.
    But I want to open the report in a new page, is that possible?
    Also, I know about the possibility to use the Custom Text Format on the column using HTML code, but unfortunately I cannot use this because it doesn't take all values if there is a space (New York = only brings "New"). And I don't want to use the Column formula because it will then print all the HTML code when printing to a PDF. Very annoying though!
    E.g. I have to use the Navigate option :-)
    Have a nice day!

    Hi Joe
    Actually, I can drill/navigate from any of the buckets individually to the detail report. The basic requirement is to detail the value that is clicked on in the top-level report.
    So if I click on 20 in the 20k to 30k bucket measure, the detail report should show me the breakdown of those specific 20 products that make up that measure (same for all the buckets, show the specific products that make up the value for that bucket).
    The value in the 20k to 30k bucket will pass to the detail report if I use a 20k to 30k is prompted in the detail report. Now what if I navigate from 50k to 10k measure value. The detail report will need to have 50k to 60k is prompted as well, in addition to 20k to 30k is prompted.
    So now what will happen is, if I click on a value from 20k to 30k measure, it'll prompt the 50k to 100k measure as well (same report both measures are prompted). Hence, I 'll get the data for both measures instead of just the detail for 20k to 30k which is what I need when I click on a value in that column.
    eg. if the Top report looks like this:
    Region/Revenue 0 to 5k , 10k to 20k , 20k to 30k , 30k to 40k
    Eastern 20 12 23 21
    Southern 5 10 50 100
    If I click on 20k to 30k for Eastern (value 23), I should navigate to the details of the products that make up 23. So I have to use a 20k to 30k filter is prompted. Similarly for other measures. But the moment I do it for 2 of the bucket measures, say I use 20k to 30k is prompted and 30k to 40k is prompted, and I now click on 23 again, now 23 and 21 are both prompted
    and I get 23+21 records in the detail report instead of just 21 (since both the measures are now prompted).
    I don't think this is really possible in a single report because what I'm trying to achieve is essentially selecting prompting of columns.
    Hope this explains it clearly. Any suggestions?
    Thanks
    Ananth
    Edited by: Ananth V on Dec 27, 2009 1:56 AM
    Edited by: Ananth V on Dec 27, 2009 12:46 PM

  • Navigate Value Interaction not working with UNIONs displayed as pivot

    hi all - If created dozens of requests the uses drilling. Now I'm getting strange behavior in a certain scenario...
    I have a request that is a pivot view and contains UNIONs. One of the columns, employee name, is set up as 'Navigate' for the Value Interaction property. The request drilled to has employee name set up as 'Is Prompted' in the criteria.
    If the main request is displayed as a table view, the drilling works fine - the drilled to request opens with the intended employee that was clicked on in the main request. However, if the main request is a pivot view (which is the view I want) instead of a table view, the drilling does not work as intented - the drilled to request opens with all the employee names. I just want to drill on the clicked upon employee, not all the employees.
    I'm using OBIEE 10.1.3.4.
    Any suggestions as to why this would work as a table view but not as a pivot view?
    Thanks!

    The best solution is to define hyperlink for the detail report in the report column itself. Change the expression of column to HTML hyperlink. (Make sure value interaction is disabled) Use Go URL syntax to navigate to detail report and pass parameter, something like below:
    <pre>'&lt;a href=”saw.dll?Go&Path=/Shared/ReportName&Action=Navigate&P0=1&P1=eq&P2=Emp.Name&P3=’ || Emp.Name || ‘">’ || Emp.Name || ‘&lt;/a>’</pre>
    This link has more details:
    http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
    http://www.iwarelogic.com/wp-content/uploads/blogimg/2010/09/image006.jpg
    Hope this helps

  • Navigate Value Interaction - Case Statements

    Hi,
    I am having problems using the navigate value interaction feature in OBIEE. The columns I am using to navigate contain case statement bin filters, is it not possible to use value interaction on these type of fields?
    For example bin grouping are created in both reports and are identical but the interaction does not work
    . TIMESTAMPDIFF(SQL_TSI_MONTH,CURR... is between 0 and 6
    . TIMESTAMPDIFF(SQL_TSI_MONTH,CURR... is between 7 and 12
    Can anyone advise a workaround other than creating the column in the rpd.
    Thanks

    I gave a detailed decision in a similar topic Obiee Report Help

  • Value interaction is Navigate but data format is HTML

    hi, I have a column says BRAND (string)
    but I dont want to show the text directly.
    I changed the data format to HTML, and the value of the column is HTML code (showing a image per brand).
    my goal is to:
    the users click on the image, then navigate to another request.
    how to achieve my goal ?

    1. select Data Format = HTML
    2. In formula (fx) window use the following code
    ''||Table.Brand||''
    where <URL> is the link to the page you want to navigate to.
    By doing this, Brand will appear as a hyperlink.
    Note: I wrote the html hyperlink tag <a></a> to show you how to get a link on your column, but this editor is turning that code in to a hyperlink. I dont know how to avoid this. Hope you get the point in the solution though.
    Edited by: vahibg on Aug 18, 2009 2:27 AM

  • Passing dynamic target thru value interaction

    We have a requirement where if we click on the column data having prj no it should navigate us to one of the two reports on a dashboard page.
    How can we program & so that we can select which page it should navigate to.
    We are currently navigating/passing the value by using Column Properties> Column Format> Value interaction> Type: navigate.
    We are providing the target path here, how can we make this target path as dynamic.
    Thanks,
    Pankaj

    Hi pankaj,
    add 2 reports in navigation of value interaction...
    And give captions for 2 report to identified by user which report need to select..
    Now whenever you click on the project no. it shows 2 reports to navigate...
    Now click on the desired one...
    Hope this is what you want...

  • How to navigate to another URL (not LogOff)

    Hi,
    how can I programnmatically navigate to another URL within a WD-Application? I don't want to Logoff (and destroy the logon ticket - the ticket should stay valid).
    I can do it with a LinkToUrl-element, but how can I do it in my Code? I need this functionality in an ActionButton.
    kr, achim

    Thanks for all the anserw, unfortunately none of them work for me...
    Armin: your code creates a new window, but I want to use the same window (like a LinkToURL would do)
    Gopi: If I create a OutboundPlug and fire it, I receive a error message that no link is attached to the Outbound plug
    Mukesh: the app runs not in portal
    Thomas: we use Netweaver SP04, I suppose there are no suspend/resume plugs available yet.
    kr, achim

  • Clicking on another app I get the video automatically returning to normal screen view

    I wonder why, if I put a youtube video in full screen and I click on another app WHILE THE VIDEO IS PLAYING all remain this way. On the contrary, if I first stop the video, clicking on another app I get the video automatically returning to normal screen view... This is very annoying. Is it possible to avoid this?
    Thanks

    Sorry, Mozilla doesn't support the patent-encumbered and royalty-encumbered H.264 standard, they support the OGG/Theodora and WebM free open source standards.
    Microsoft has a H.264 plugin for Firefox, but it is for Windows7 not WinXP or Win Vista. <br />
    http://www.interoperabilitybridges.com/html5-extension-for-wmp-plugin
    There may be other H.264 Firefox plugins out there for WinXP, so do a Google search. Or maybe contact support for that DVR security system and see if they know of or have a Firefox plugin.

  • In the Calendar app in Yosemite, how can I prevent the event's details window to disappear when transferring focus to another app?

    When you click on an event to get the full details in a separate window, like a phone number for the meeting, if you move to another app like Skype the details window hides and you cannot look at the comments.
    This is kind of annoying.

    It's not iDVD that opens when you insert a burned DVD,  It's DVD Player.  Set the Apple preferences to igonre when inserting a video DVD.  You will have to launch DVD Ripper manually and locate and open the VOB folder on the DVD disk.
    OT

  • Some videos are semi-missing - they do not show up in File Manager apps or another app

    I have what I will call three FILER apps: File Browser, Air Browser and File Commander.  I also have MovieSRTPlayer.  Those apps appear to not register the presence of some video files that I have definitely copied to my PB.  The MovieSRTPlayer will overlay a .srt file's text over a video allowing the pb to show subtitles.  It works as long as it can find the video and srt files.
    I am definitely transferring a series of video files to the pb's video folder.  I am also transferring a companion file to that folder.  The companion file is a subtitle file in the form of an .SRT file.
    THREE file manager type apps do NOT show those files as present in the video folder.  The Video app itself does show and play those video files. 
    I have copied the files using both wifi-sharing and when they did not show up that way, I copied them using the usb cable to the pb's Z: drive and the video folder.
    As stated the dam! files play in the video app.  But they do not appear in the various filer apps.  And they also do not show in another app, one that will display the subtitle (.srt file) file overlaying the video.  In all instances it is as if the pb does not register the presence of those files on the pb.
    Now, what is interesting is that when this first cropped up, 7 files were missing - just a mix of video (no .srt files involved).  That is they showed in the video app and played but the filer programs did not show them.  I managed last night and this morning to get 7 of those to finally show by copying/moving/deleting and recopying.  But now I'm running into this brick wall again.  I have repeatedly copied two video (avi files) and their companion .srt files to the video folder.  They are in that folder (I've looked using usb and wifi-sharing) and they play in the PB's video app.  They are most certainly on my pb.
    Oh, and yes, I've rebooted a number of times. 
    Ideas?

    I have what I call 3 file manager apps.  File Browser, Air Browser and File Commander (the older free version). 
    They all show or don't show the same thing.  So files are missing.  And SIZE is not the sole determining factor.  When I was testing MovieSRT and "lost" some files I copied and renamed avi and .srt files.  So there are two extra .srt files in the Video folder.  But while they are 32kb (kilobytes) and 58kb respectively, they do NOT show up in the File managers.  The other two identical files with the names matching the .avi files do show up.  The one very large mp4 (2gb) does not show up.  A subfolder I created just as a test does not show up.  But the large mp4 and subfolder were showing up while I was actively copying the 2gb file - they would show up as the file was being copied - the filemanagers showed the file getting larger and larger and while doing so the "missing" subfolder also kept showing up.  Then once the large file was completely copied, both it and the subfolder "disappeared" - again, the large mp4 does show in the Video app and it plays.
    My persistence probably is based on the fact I was a computer programmer many eons ago!  Also, I was trying to get YOUR app to work and the avi files were not showing up in your listing but they were showing and playing in Video app (but no subtitles).  Finally, after copying/moving/re-copying over and over including moving and copying to the PB's Print folder (just since it was empty) and copying it back to the video folder (now 2 copies), the files would finally show up.  Peculiar - yup!
    Oh, one other thing - the 3 file managers all show what I will call the virtual Playbook-Demo video in their listings - your app does NOT show it.  Obviously, it is not located in the Video Folder but somewhere in the bowels of the PB.  So, the filemanagers  are relying on some "file structure" that is not fully correct.  But your app does not appear to show it.

  • Get the values of hashmap in another class

    Hi All,
    i already posted this topic yesterday..But i did not get any helpful response..Kindly help me because I am new to java and I need some help regarding hashmap..
    I have a one value object java class which name is HashTestingVO.java
    *******************************************INPUT OF HashTestingVO.java***************************************
    public class HashTestingVO extends PersistentVO implements ILegalWorkFlowACLVO {
    public final static HashMap legalReviewPieceRelatedACLMap = new HashMap();
    legalReviewPieceRelatedACLMap.put("Futhure Path Check","ereview_acl_piece_related_cat1");
    legalReviewPieceRelatedACLMap.put("Send to Legal Review","ereview_acl_piece_related_cat1");
    legalReviewPieceRelatedACLMap.put("Review Precondition","ereview_acl_piece_related_cat1");
    Now i want to get the Hash Map values of this in another class called Testing.java class
    Ex: i need the value like this in Testing.java
    HashTestingVO obj=new HashTestingVO();
    obj.get(Futhure Path Check) -----------> I want to get the value of key1
    Public means you can access it another class..
    But Static means within the class we will use it...

    already posted this topic yesterday..But i did not get any helpful response..Kindly help me because I am new to java and I need some help regarding hashmap..I thing Exposing your dataStructure to any other class is not the right practise.
    You can make the Hashmap object private and nonstatic and provide a getter method in this class to get the value corresponding to any particular key.
    public Object getValue(String key)
      return egalReviewPieceRelatedACLMap.get(key);
    }

  • My ipod 5th gen says it is connected to the internet and i can go on apps that require an internet connection but whe i try to use the weather or another app that uses your current location it cant find me???

    My ipod 5th gen says it is connected to the internet and i can go on apps that require an internet connection but whe i try to use the weather or another app that uses your current location it cant find me???

    If you open the Maps app where does that say you are located?
    For location the iPod uses the location of nearby routers that are in Apple's database of routers and their location. Thus it appears that Apple's database is incorrect. You do not have to be connected to the router, just within range.
    Apple periodically updates their database based on information they obtain from iPhones, The iPhone has to have turned on the option to send info to Apple. no one has found another way to get the location of a router added/corrected.
    You can confirm that by going to well-know place with wifi like Starbucks or McDonalds                              

Maybe you are looking for

  • How do i create objects of ordinary Classes from a javabean

    I want to create a class Person below that I want to create an object from in my javabeans. Look below Person class definition for continuation. package data; public class Person private String name; public Person() name = "No name yet."; public Pers

  • Problem in selecting different drives while DB installation in Cluster.

    Hello, We are installing ECC 6.0 (AS ABAP), MS SQL 2005, Windows 2003 SR2, MSCS Cluster (One cluster, two nodes, Active/Passive) Directory Structure Drive / Cls Group / Used for C: Local Disk D: Local Disk E: (SAN) SAPDBGRP     MSSQL F: (SAN) SAP PRD

  • Cash payment to local auto driver

    Dear SAP Experts, At the time of PO creation we mentioned the transporter name and transport cost, but we have to collect the material from transporter godwon. For that we have to hire autoriksa and we have to pay cash amount to local autoriksha owne

  • View documents side by side (tile)

    Before I upgrade to Acrobat X Standard. In Acrobat 9 Standard you can go to Tools - Tile- Vertical or Horizontal This whay you can compare or modify by dragging pages of 2 or more documents. Can you do this in Acrobat X Standard?

  • PDF Creator Plugin crashs Word.

    I have not seen the actual event, but the user after using the create PDF on the Acrobat ribbon tab Word will crash. At this point Word can never be open again unless you run repair. The user can print to the Adobe PDF, but is alot more work. How do