problem in passing the parameters for dashboard invites you in the URL

Hello

We have created a dashboard on OBI has a few invited dashboard. We have a requirement that we open the dashboard of an external application. We do this by invoking a URL. We want the dashboard to turn guests already applied.

I tried to open the dashboard with the following URL

http:// < servername:port > /Analytics/Saw.dll? GB & PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance & Page = overview

But when I use the URL above to see the dashboard is not coming. It shows the following error

No column
The request cannot be performed because it contains no columns.

When I use the following URL (which has the keyword "Dashboard" not "Go") the dashboard is coming fine

http:// < servername:port > /Analytics/Saw.dll? Table edge & PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance & Page = overview

He invites dashboard in the dashboard. When I try to send the value of filter with URL (given below) it does not work. I just saw the upcoming dashboard.

http:// < servername:port > /Analytics/Saw.dll? Dashboard & NQUser = Admin & NQPassword = SADMIN & PortalPath=/shared/Procurement%20and%20Spend/_portal/Supplier%20Performance & Page = Preview & P0 = 1 & P1 = eq & P2 = provider. "" Provider % 20Name ' & P3 = 1 + AccessMicron

When we use the keyword of the dashboard in the URL, can pass us the parameter for the dashboard proimpt... ? If we can do that... How to make... ? Is this the same way we do to go the URL. ..?

Please let me know if you need more information on this.

Thanks in advance for your time,
Regnier

Published by: Raja Kumar on January 22, 2010 03:29

Hello

You must also have '& Action = Navigate' clause too.

You can pass parameters to the dashboard reports too.

For syntax, see these sites

http://download.Oracle.com/docs/CD/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html#wp1005251

http://oraclebizint.WordPress.com/2007/07/30/customizing-Obi-EE-%E2%80%93-go-URL-parameters/

Kind regards
Rambeau

Tags: Business Intelligence

Similar Questions

  • Problem in passing several Arguments for simultaneous program

    Hello

    I need to pass two stamped in my simultaneous program

    but I am facing problem while adding the second parameter in the code below

    Please suggest how to pass several parameters for the simultaneous program
        Vector cpArgs = new Vector();
        cpArgs.addElement(shipmentId);
        cpAgrs.addElement(addId);
        System.out.println("Args"+ cpArgs);
    It's my submission of application code
        public int submitRequest(String shipmentId, String addId) throws Exception {  
        try {
          OADBTransaction tx = (OADBTransaction)getDBTransaction();
        java.sql.Connection pConncection = tx.getJdbcConnection();
        ConcurrentRequest cr = new ConcurrentRequest(pConncection);
            cr.addLayout("XXAPL", "XXAPLPORMSD", "en", "US", "RTF");
        String applnName = new String("XXAPL"); 
        System.out.println("ApplName"+ applnName);
        String cpName = new String("XXAPLPORMSD"); 
        System.out.println("Concc Name"+ cpName);
        String cpDesc = null;
        Vector cpArgs = new Vector();
        cpArgs.addElement(shipmentId);
        cpAgrs.addElement(addId);
        System.out.println("Args"+ cpArgs);
         
            int requestId = cr.submitRequest(applnName, cpName,cpDesc, null,  false, cpArgs);        
    
        tx.commit();    
    
        return requestId;
    
        } 
         
        catch (RequestSubmissionException e) {
        OAException oe = new OAException(e.getMessage());
        oe.setApplicationModule(this);
        throw oe;
    
        }
            catch(Exception exception)
            {
            throw OAException.wrapperException(exception);
            }
    
        }
    Krishna

    I did most of the changes. IAM do not know why the error is come

    This is the reason why...

    It should be cpA rg s

    NOT

    cpA gr s

    Thank you
    -Anil
    http://oracleanil.blogspot.com

  • How to convert dashboard invites you in guests from report

    Hi friends,

    We have number of dashboard pages in my web catalog and each page with a report and a dashboard dashboard invite, with the same name. And there is not any such reports and dashboard guests. Now, we want to convert all my dashboard invites you in the guests of reports.

    My client application, without the need to keep the two sections in the dashboard is to say, one for report and other is for quick dashboard when we publish the dashboard. We currently guests of dashboard in the dashboard and filters, conditions in the criteria tab. But my client want to move all the stuff under the report encourages (criteria/results/guests/advanced). No need to maintain the filters on the criteria tab.

    Please suggest me how to move the dashboard invites you in guests of reports in one fell swoop.

    They won't create manually under report guests.

    Your help is very much appreciated here. Thanks in advance.

    Kind regards

    Raghu Jen7782

    I don't think they did something other than manual. Prompt and report being 2 different objects, how can be merge these 2 and more prompt columns much not be present in the report.

  • Pass the url of the AS3 fla class

    I have a class that works with an external swf with play, pause, and slider. Now that I have everything working, I would like to be able to pass the URL of the SWF file that is external to the main fla As class. I managed to use a 'set' inside the class to retrieve the name, but it is not apparently trigger until after the external SWF is loaded. The following code snippets:

    CntlClass:

    public var loader: Loader;
    private var _urlName:String;

    public void CntlClass()
    {
    loader = new Loader();
    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, movieLoaded);
    Loader.Load (new URLRequest (_urlName));

    .

    .

    .

    public function set urlName(value:String):void
    {
    _urlName = value;
    }

    Main FLA file - other than a controller (cntl_mc) that contains a "play" button, a pause button and a slider, the only thing in the FLA file is this code in the first frame:

    cntl_mc.urlName = "extswf.swf";

    You must remove the load() your Builder.  Otherwise, you must call your setter before your Builder runs - a guaranteed error.

    so, have your setter call a function that executes your load() method

  • Problem with passing the values in a report to the other

    Hello

    I am Agnes, I have developed 2 reports. Summary of the first high level, Mithraeum is detailed. First report is developed using Union (4 union), I have 4 columns. The report generates data. I used the Navigation option on customer column to go to the second report. In the second report with filter I use the easier option. Due to a problem, the customer value of the first report is failed per second. The second report is getting generated for all customers.

    Normally, I have used this option to navigate through other reports and which works very well. I even tested with Union, it works. This time is to give some difficulties.

    Please, let me know what goes wrong.

    Thanks for the help.

    If your Union pivot source then by a simple navigation that you can not pass clicked value to the second report.

    With the help of GoNaV you can pass the selected value source union pivot report to the non-Union target report. If the target report is also union pivot, then it won't pass filters using GoNav.Not sure that because someone talked about a few days back that with the help of GoNav possible to pass the value of a union pivot query to pivot anothet union report.

    Kind regards
    Sandeep

  • Problem AJAX (problems of passing two parameters to an application process)

    Hello

    I need to pass two parameters to a procedure of application via an AJAX request.

    All are my events show below, as you can see that the second p_arg_values does not contain any value. Its as if this get.add('TEMPORARY_ITEM_2',pThis2.value); line is ignored. What changes can I make to do this work?


    P2_QUERY_GROUP (the HTML Form element attributes)
    OnChange = "get_query_select_list_xml (This, 'P2_QUERY', 'P2_PRODUCT_GROUP')" "
    function get_query_select_list_xml(pThis,pSelect,pThis2){ 
        var l_Return = null;
        var l_Select = html_GetElement(pSelect);
        var get = new htmldb_Get(null,html_GetElement('pFlowId').value,
                  'APPLICATION_PROCESS=Query_Select_XML',0);
        get.add('TEMPORARY_ITEM',pThis.value);
        get.add('TEMPORARY_ITEM_2',pThis2.value);
        gReturn = get.get('XML');
        if(gReturn && l_Select){
            var l_Count = gReturn.getElementsByTagName("option").length;
            l_Select.length = 0;
            for(var i=0;i<l_Count;i++){
                var l_Opt_Xml = gReturn.getElementsByTagName("option");
    appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),
    l_Opt_Xml.firstChild.nodeValue)
    }
    }
    get = null;
    }

    Query_Select_XML (Application Process)
    declare
    l_counter number;
    l_o_name varchar2(2000);
    begin
    owa_util.mime_header('text/xml', FALSE );
    htp.p('Cache-Control: no-cache');
    htp.p('Pragma: no-cache');
    owa_util.http_header_close;
    htp.prn('<select>');
    for rec in (select QUERY, ID
    from     TECH_DB_VIDEO_QUERY
    WHERE instr(QUERY_GROUPS,addzero(:TEMPORARY_ITEM))>0
    AND instr(PRODUCT_GROUPS,addzero(:TEMPORARY_ITEM_2))>0
    ORDER BY QUERY)
    loop
    htp.prn('<option value="' || rec.id || '">' || rec.query || '</option>');
    end loop;
    htp.prn('</select>');
    end;


    FIREBUG Output

    Post
    p_arg_names     TEMPORARY_ITEM
    p_arg_names     TEMPORARY_ITEM_2
    p_arg_values     16
    p_arg_values     
    p_flow_id     107
    p_flow_step_id     0
    p_instance     3349916470781784
    p_request     APPLICATION_PROCESS=Query_Select_XML

    Response
    <select></select>

    Regards
    Adam

    Adam:

    The second 'get.add' should be

    get.add('TEMPORARY_ITEM_2', $x(pThis2).value);
    

    CITY

  • Problem by passing the values in the url

    Hai...

    I have created a report region1, because I change the link to change the values, after clicking on the edit link region.2 will appear, im passing in the url of the region.2. My problem is that the values of a ': ' in that... so by passing the values in the url im not getting the onlu 'Region.2' for values that got ':' in it... How can I overcome the issue.

    im passing value contains ':' in this example:-"petroleum products: Europe.

    When I pass this URL im get like this

    http://nypploratest.Platts.McGraw-Hill.com:7777 / pls/dews/f? p = 100:105:1304192021604971:NO:P105_NEWS_CODE,
    P105_NEWS_DESCRIPTION, P105_NEWS_CODE_HIDDEN:PDD % 2COil % 20Products: % 20Europe, 2-1 colon is included in the url


    Please help me...

    Thank you

    David

    Yes, it's possible. Depends on what you are doing. Source value of the element can be a query, so if you have spent the value PK of a line in a table to the page, then the query source of this element could extract the line using this key and use the text value retrieved from another column to fill the text element.

    Scott

  • Pass the URL query string variable to Captivate?

    I created a Flash button for my total Captivate, it uses PHP to update a CSV file with the user name and the id of course.

    The user name is from a URL string. If it was just a Flash file, I could pass the page HTML using FlashVar values. My flash button is not exposed until the last slide in the room of Captivate. How can I get this value so that my Flash button can pass it?

    If the value passed to the FlashVar to the Captivate swf, is a local variable that can be called from the Flash button? I know I did not adequately explain this right, but maybe someone can decipher this enough to get the gist.

    Hello

    Just write a javascript in html function that returns the user name.

    Call this function in your flash movie using the external interface call

    Hope this helps

    Delighted Kishore.

  • How to pass the url of wsdl Services outside composite?

    In my BPEL, I add some webservices and external references.

    But in the development environment, they are stored on a server, and in the production environment - they are stored on another server. (Host names are different)

    So, how to add webservices in BPEL with the next opportunity to deploy this composite for production environment?

    Hi Grieff,

    File plan configuration, which is used to replace the URL. Have a look at it, this can be useful.
    Guide the developer of SOA for more details.
    http://download.Oracle.com/docs/CD/E14571_01/integration.1111/e10224/sca_lifecycle.htm

    and below the links to the implementation details.
    http://Biemond.blogspot.com/2010/02/Web-service-references-and-SOA.html
    http://Biemond.blogspot.com/2009/09/deploy-SOA-Suite-11g-composite.html

    Yatan-

  • Problem of Workstation 12.0.1 where invites you to change the keyboard hook timeout keeps appearing

    , I keep getting invited to change the value of timeout to hook keyboard even if I select the option "don't show this message again".  I have check the do not show again and then click Cancel "leave unchanged" because I don't want to change the level of LowLevelHooksTimeout on my host machine value.

    Capture.PNG

    We have gathered an internal bug to follow the question now. Thanks for reporting it!

  • How to get the default date in the dashboard invites you

    I want to just pick two default dates on the guests of dashboard.

    These two dates would be the last day of the last day of this quarter and last quarter.


    Any body please give me instruction select to choose these two dates (last day of the quarter final and last day of the current quarter) by default on the dashboard of the guests?

    Thanks in advance

    Well there you go. You have to put something in for 'table.column'. I've only used because that I don't ' know the columns in your area. If you need get a column of your dw.credit_subject_area and put it instead of 'table.column '.

    This is why it is important to show what you did and not to assume that you did what asked the suggestion. Try again.

    Edited by: David_T may 4, 2011 17:31

  • Using the dashboard invites you to initialize session variables

    Hello world

    I want to know if it is possible to have a command prompt of dashboard which is only used to change session variables. This prompt would stay in a tab completely unrelated.


    Is this possible?

    When the user changes the variables in the prompt of

    I guess its value not the variables... .am I get?

    the variables seem to work only in the tab corresponding to the command prompt, even if the guest is configured to be valid in the dashboard.

    (1) scope of application/presentation variables is in the table edge or the page

    (2) as I illustrated it in a demo of dashboard have two pages variable req and multi select when I change the value in the command prompt, it changed the variable quantity value means the value of session variable initialization

    The dat I gave screenshot is what you're looking for or something else?

    Thank you
    saichand.v

  • Button problem, connect to the URL

    I have a presentation with two buttons at the end I currently have this action script (Action Script 3), that works.

    Stop();

    play_btn.addEventListener (MouseEvent.CLICK, regarderMovie);
    function playMovie(event:MouseEvent)
    {
    Play();
    }

    I need an extra script for a button 'Back' return on the site they consult. I added the script of an Action Script 3.0 in Flash Professional Essential Trainingsession, but I must have something wrong, because the script causes the sequence in a loop or overrides the other script (I have only the buttons on the last frame of the movie). Here is the script I used for the 'Back' button, as well as the error I got. Note: I have an "instance name" for the button, which is bck_btn.

    Error message: 1119: access to property may not set buttonMode through a reference with static type flash.display:SimpleButton.

    Script:

    var link: URLRequest = new URLRequest ("urlgoeshere");

    bck_btn.addEventListener (MouseEvent.CLICK, onClick);

    function onClick(event:MouseEvent):void
    {
    navigateToURL (link);
    }

    bck_btn.buttonMode = true;

    You can provide all the help will be most appreciated. It took me at least 8 hours to figure this so far.

    Marilyn

    Error message: 1119: access to property may not set buttonMode through a reference with static type flash.display:SimpleButton.

    Script:

    var link: URLRequest = new URLRequest ("urlgoeshere");

    bck_btn.addEventListener (MouseEvent.CLICK, onClick);

    function onClick(event:MouseEvent):void
    {
    navigateToURL (link);
    }

    bck_btn.buttonMode = true;

    Is the back_btn a clip or a button?

    If the symbol you converted is a button... then... bck_btn.buttonMode = true;... is a useless statement, I do not know all the terms techniques, but if you use a movieClip as a button... (when you create the symbol create you it as a movieclip)... you would use this statement so that the cursor treats as a button when you ride on it with the mouse...

    If its already a button... (you create the symbol as a button)... then it does this automatically and the statement is not necessary... try that out and see what you get... and let me know...

    thelegendaryghost

  • The URL bar AutoComplete feature does not work correctly, does anyone else have this problem?

    I was running version 9.x and had this problem, so I've just updated to 11 of Firefox, but it does not help.

    The problem is that the URL bar doesn't let me type a new address in some cases - preferring instead to refer to a previously visited address. It would be better if I gave an example:

    I'm trying to access a site, that I have not visited, for example holden.com.au

    I type 'h', and the URL bar suggests that I go to my Hotmail login page (the URL for that starts by of ') and the rest of the extreme Auto (so now I'm in the situation where I have an address in the bar from '). This means that I can not continue to enter the address provided.

    Can it be fixed or is it just a question for me?

    I solved this problem by going to: setting up and activating/deactivating the browser.urlbar.autoFill layout. I think the default setting has been changed in a recent update.

  • problems to update the SDK 5.0

    I recently installed the complete installation of Blackberry java plugin version 1.5.0.201110141512 and I want to install the blackberry java SDK 5.0.0.25, but I still get this error... the strange thing is the user and the password are valid. Connect to the developers space every time I get the error and I have no problem:

    An error occurred collecting elements to install
    session context has beenprofile = SDKProfile, phase is org.eclipse.equinox.internal.p2.engine.phases.Collect, operand =, action is).
    Cannot read the repository to the: https://www.blackberry.com/Downloads/auth/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA... Too many connection attempts that failed.

    Thanks in advance

    Horacio Morales Gonzalez

    Hello again

    I've solved this problem... the URL to download the SDK was incorrect!... it needs to be http://www.blackberry.com/go/eclipseUpdate/3.6/java instead of 3.5.

    Thanks for your time!

Maybe you are looking for

  • Running Windows 7, the new version of Thunderbird crashes my whole system about 90 seconds after its launch.

    The system hangs. Nothing does, do not move the mouse. CTRL + Alt + Delete does nothing. Only way to proceed is to shut down the computer and restart. I use Thunderbird for years with no problems, until the most recent upgrade.I tried to restart and

  • Cannot edit or import external data files in Excel

    Hello I use a monthly report in Excel that works fine in Windows but not Mac. It is a binary XLSB file that pulls in the 4 files external .txt from various places on the web to load the most recent data in the report. If I open the file in Windows, i

  • 1801 - Microcode Patch error

    I've updated my Pentium 4 processor, 1500 MHz for Pentium 4, 2400 MHz.  Now, I get the following error on POST. 1801: Microcode Patch error.  Missing or invalid processor Microcode patch.  Please contact Compaq Computer Corporation for a new ROM BIOS

  • Remote control no longer works

    I was wonderng if someone can help me... I have a Dell W3706MC 37 '' widescreen TV. The batteries seemed went into the remote control (the remote control flashes periodically blue), so I replaced the. Now, although the remote control seems OK (stops

  • Can I disable the alert "the referenced account is currently locked...". »

    A client asked me to allow on their domain account lockout threshold. I made the appropriate changes in group policy and also set up a notification by e-mail under Task Scheduler that is triggered by event ID 4740 appearing in the security log. http: