passing parameters between different areas to help Navigate the column

Hi all

I know I can pass parameters between the reports through a few subjects by using Url go. However, I want to keep the functionality of the menu displayed when you use defyining multi target in the s column Navigate with drop-down feature. So the problem I encountered is the sequel

(1) when I set some goals to navigate - is it possible to transfer parameters to these links point to destinations? (I tried to add them at the end of the link in the field "Target", but without success)

(2) or alternatively - when you use GoUrl, can I define a < would display a href link that might point to places menu and mulitple drop down?

I really appreciate your help with above
Best regards
Wojtek

Published by: user1291979 on October 7, 2009 11:51

-without add nothing more to this link, selected GEOGRAPHY. COUNTRIES must be passed to destination and > must complete guest there? It works that way in my environment

If you are using navigation on the current query column properties and component the dashboard then the query current source column is analyzed on the quick dash in both have SAME_TABLE. The names of SAME_COLUMN, else parameter is not parsed.

Target: / shared/Adecco01/_portal/01 edge/weekly table dashboard
You don't enter anything

He must complete only the GEOGRAPHY. COUNTRIES in the reports within the area where the source report comes from?

If you use the navigation on the properties of the column and the call to another then asks the current column is analyzed on the query target only if in the SAME_TABLE target. SAME_COLUMN value IS INVITED, another parameter is not parsed. Report of the target and the source may be on different areas but we need SAME_TABLE. Names of SAME_COLUMN.

If you use GO URL, URL of the dashboard EDGE or the other, I already explained.

Concerning
Goran
http://108obiee.blogspot.com

Tags: Business Intelligence

Similar Questions

  • Pass values between different areas on the same page.

    Hi guys!

    I'm developing a simple application where we have the list of students. I'm displaying information on a separate page for each student. Do you have any idea how and if I can pass parameters between regions, on the same page? I have a view showing, student card name information etc, and I want to create another view on the same page, which will be the student and will return a list of its subscribed courses.

    Part of my database is something like this:

    -------------

    Students

    ------------

    ID (PK)

    ------------

    -----------------------

    Student_course

    -----------------------

    ID (PK)

    Student_id (FK)

    Course_id (FK)

    ----------------------

    ----------------

    Course

    ----------------

    ID (PK)

    You have no idea how this can be done? I found information how to pass parameters between pages, but not on the same page.

    Thanks in advance!

    P.S. I am using the Application Express (declarative programming via a web browser), the use of the Application Builder.

    I discovered that I really had to. I just had to replace the "1" in my sql query with: P9_STUDENT_ID

    Thanks for your help anyway!

  • Dates are not appearing in the column start and Finsh of MS Project 2010. They become W31/4, W31/5, etc. Instead of 7/31/20113. How can I fix it?

    Dates are not appearing in the column start and Finsh of MS Project 2010. They appear rather like W31/4, W31/5, etc. When it should be like this: 7/31/20113. How can I fix it? Note: Dates listed do appear correctly.

    Hello Charlie,.

    You are welcome. It is what we are trying to do... help people! Thanks for letting me know that the problem is solved. Don't forget to mark it as your response so that we can spread the knowledge more far.

    Kind regards

    BearPup

  • passing parameters between pages

    Hello

    I have 2 custom pages, navigate from one page to another. I want to perform certain conditions on the other page-based features. For this I need to pass Boolean parameters between pages, but don't know how.

    I checked the putsession, putparameter, but somehow, they don't work.

    Thank you

    You can use pageContext.putTransactionTransientValue () and pageContext.getTransactionTransientValue () to pass values between pages.

    Prasanna-

  • How to share data in the applications between different accounts of microsoft on the same PC

    Hi, I had been using windows 8 for over a month and that you have installed a * a lot of apps on the store. Now, I have to create a separate account from microsoft on the same PC. After having created, I find no way to use apps from windows of the older account store. And, certainly, I don't want to re-download applications for use on the new account. Is there a way to share data between different accounts on the same PC selected app? Thanks in advance, Praveen.

    Hi Samuel,.

    This is a free support. However, let me provide you with assistance on the issue of not being able to use the MS Office product on different user accounts. See the articles that describe how an application installed as MS Office can be used on another user account:

    Find and start Office applications in Windows 8 or Windows RT

    Also, for your further reference:

    Application does not appear on the start screen after the passage to another user

    I hope this helps. If you need additional help, then just reply back. Also, if you are faced with other problems related to Windows, it would be better to start a new thread of your own instead of posting in the thread on the other so that the new thread is no longer visible to the community.

  • Problem with passing parameters to an HTTPService on buttonclick within the grid

    I have a DataGrid where I use ItemRenderers to render components such as buttons n Images within the grid. Now, I need to pass parameters to an HTTPService on click of a button. If the button is directly on the form (not in the grid), is easy to call HTTPService. But given that the button is in a grid, it is not able to resolve the HTTPService and so I can't call the HTTPService on ' click on ' event of the button.

    I would like to know if anyone can help.

    You should probably use click = "outerDocument.myClickHandler ()" "

    The outerDocument allows you to access the methods outside of the rendering engine.

    If this post has answered your question or helped, please mark it as such.

  • Passing parameters between sessions in openscript.

    Hello

    I currently have 4 scripts (test1, test2, test3 test4 - all are web database load scripts). I have 5 script (criterion 5) calling Run method of all 4 test scripts in the test1 sequence
    test2
    test3
    test4
    using the active script feature. In the stream, 1 test result should be gone to the 2 test, then test 2 uses data from test 1 and test result 2 should go to 3 and finally test 3 to test 4. Is there anyway to control the flow of data between scripts. (Basically, I want to know if test 5 the main script, anyway to control the flow of parameters among other scripts.) Any help would be really appreciated.

    Thank you
    John

    Hi John,.

    You define a variable with global scope in test5. If this variable will be available in all internal scripts. So update the value of the variable by the internal script will help you to transmit data between scripts.

    Thank you and best regards,
    Rajesh

  • passing parameters between Forms

    Hello

    I want to pass the parameter between the forms. I use forms6i.

    Have two forms, login and loginsuccess.
    and in the login screen I need to pass parameter to the loginsuccess.

    Trigger when_button_pressed of the login form I wrote
    DECLARE    
       pl_id   ParamList;    
       pl_name VARCHAR2(10) := 'tempdata';  
    BEGIN
       pl_id := Get_Parameter_List(pl_name);    
         IF Id_Null(pl_id) THEN      
              pl_id := Create_Parameter_List(pl_name);  
              Add_Parameter(pl_id,'name',TEXT_PARAMETER,:txtbx1);     
              CALL_FORM('C:\test_forms\loginsuccess',hide,no_replace,no_query_only,pl_id); 
         end if;
    Now in order to get the value of 'name' in the loginsuccess what code I have to wrie?

    Pls help

    Hello
    Use a code like this...

    DECLARE
         pl_id   ParamList;
         pl_name VARCHAR2(10) := 'tempdata';
    BEGIN
         pl_id := Get_Parameter_List(pl_name);
         IF NOT Id_Null(pl_id) THEN
              DESTROY_PARAMETER_LIST(pl_name);
         END IF;
         pl_id := Create_Parameter_List(pl_name);
         Add_Parameter(pl_id,'name',TEXT_PARAMETER,:txtbx1);
         CALL_FORM('C:\test_forms\loginsuccess',hide,no_replace,no_query_only,pl_id);
    END;
    

    Now in order to get the value of 'name' in the loginsuccess what code I have to wrie?

    You must create a parameter called name in the form of loginsuccess in the browser of the object under the settings option.
    And you can use the value for this parameter in the form loginsuccess as...

    My_Variable:=:PARAMETER.NAME;
    

    -Clément

  • passing parameters between framework

    I have e buttons,

    I need pass a parameter between frames, like this:

    If I chose btn1 gotoframe 10 and the setting is 'pt', can I do this?

    How?

    assign the value of a variable in frame 1.  Subsequently, this variable will be set to any setting, you're in.

  • passing values between different vi

    Hi guys, it's perhaps a question very basic but could not able to find the solution.

    I have main Vi and one under Vi, in which my main vi produces random data and send it to the Subvi. Here, I want to open the window of Subvi permenently I wanted to say that if I click on the display button, the value has to get the update, but in the example attached each time on the screen flashes because of the reason each time is called, I even tried passing random values using a queue more and read in the Subvi nthng work, thanks in advance,

    John

    Hi John,.

    One of the causes of her flashing, it's the sub vi property has been set to 'Close thereafter while initially closed'.

    Even if you set the "sub - VI Configuration node... ' to 'Close thereafter while initially closed'.

    The two places must be defined correctly.

    I've done a few other mods. See if it's what you wanted.

    Steve

  • How to pass parameters in Discoverer

    Hi all
    I need to recover the data from the database based on the user setting past.
    For Ex: I need to recover the data for a given day, what user has entered, which is between effectivee_start_date and end_date. can someone help how to achieve this goal we can not create parameters in discoverer.


    Thanks in advance,
    REDA

    Hello

    If you want to pass parameters of discoverer Admin, you must use the database settings. Take a look at the blog LearnDiscoverer to find out how Oracle Application HR followed by tables set an effective date that you can use when date.

    Rod West

  • You are without help

    You are no help for the past month, I've tried to get this straightened out, but all I get is a moment that I transfer you to someone who knows what's happening only for them to do everything they can do is retrigger the account and wait 24 to 48 hours. I wait for the moment still nothing I have a confirmation number from order to the right track, but adobe says that there is not.

    A lot of "you guys" in this open form are other users like you... it looks like you have a problem that only Adobe staff can fix

    Adobe contact information - http://helpx.adobe.com/contact.html

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

    -or by phone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Reports 2-navigate and pass values between 2 different columns

    Hello

    I have a question about navigate from 1 report to another while passing the value of column 1 to column 2 in the second report...

    In OBIEE 11 G, I create link action report 1, column 1 and this action link is access BI content and the destination is report 2. Now, report 2 column 2, which is an alias for column 1 report 1, from the point of view of users, these are the same, but OBIEE point of view, they are different.

    My action link is able to navigate to point out 2, however, the value in column 1 which I clicked on run navigation, not transmitted in column 2 in the report 2...

    Is there a way around this problem?

    Let me know if I need to elaborate

    Thank you

    Hello

    1 > create a report with the column 1 and column 1 of the brand is requested in this report (this will be your interim report).
    2 > in the second report of the condition implemented column2 filter is equal to (filter based on another through the analysis of the above-mentioned report and give the column).

    Please let me know if it solves your problem.

    Thank you
    Yacoub

  • Passing values between reports built on a different domain

    Hi all

    I was struck with a problem of passing parameters of rep1 (built from business line 1) and rep2 (built from domain 2), I have metric in rep1 values, when you click on this metric value, he should go to rep2 which is built on a completely different area...

    Thank you
    Anthony

    Hello

    Please see the link below:

    http://oraclebizint.WordPress.com/2008/04/30/Oracle-BI-EE-101332-understanding-dashboard-prompts-passing-prompts-to-multiple-subject-areas-aliases/

    Re: How to use URL GO?

    Thank you

    Deva

  • All of a sudden I lost all my emails and none are pass, even if they are still going to my computer. I checked in settings and the e-mail address is still there. Help!

    I suddenly lost all my emails on my Ipad and none are pass, even if they are still going to my computer. I checked in settings and the e-mail address is still there. Help!

    Have you tried to delete the account and adding it back?

Maybe you are looking for