passing several parameters to work

Hello

For some historical reason, there are some clients who share the same group id in our customer database.

We have a report that has a client_name and/or customer_number as parameter multiple_value and it works fine. However, the user is now asking a customer number if there is requested there is another customer who shares the same party_id, while other clients should also be included in the report.

If I use a condition, or I use a function to find the another customer with the same party_id, it becomes a problem if more than one client is selected in the settings.

Is there a solution, or will we have to change the setting so that a single value is allowed?

Thank you.
Leah

Hi Lea,.

It's "apps.jafi_disco_utils_pkg" is a function? A function always returns a single value. If it is your function please try to avoid the function and you try to create a State with 'IN' operator having user enter multiple values option.

See you soon

Tags: Business Intelligence

Similar Questions

  • A url that refers to an application process pass several parameters?

    Hello

    I have a page in an application that uses pl/sql to generate a list of links.

    The purpose of each link is to call another pl/sql procedure which in turn opens / runs an external report on the application of the APEX (or a call to the server to Oralce apps generate direct or pull clob is stored in the database). If the URL call the pl/sql procedure directly, I lose session state and doesn't remember who the user is. To maintain session state made URL refers to an APPLICATION_PROCESS. I would like to pass a number of parameters, but may only move one, using javascript to pass the value to a hidden element that is accessible in the procedure called by the APPLICATION_PROCESS.

    Can I pass several parameters?
    My URL:
    https:// < Server > / pls/apex/f? p = V('APP_ID'):0:V('APP_SESSION'):APPLICATION_PROCESS = MY_PROCESS:NO:P1NAME:P1VALUE

    I was able to pass all parameters P1VALUE and using a special character delimiter he break up once again in the javascript code, but would rather not.

    Thanks for any help,
    Jock

    Did you mean something like this?

    https:///pls/apex/f? p = V('APP_ID'):0:V('APP_SESSION'):APPLICATION_PROCESS = MY_PROCESS:NO:P1NAME, P2NAME, P3NAME:P1VALUE, P2VALUE, P3VALUE

    Best regards, Kostya Proskudin

  • Passing two parameters to work

    Hello

    How to pass multiple parameters to a function? In the example below, the user selects a radio button, fills a TextInput, and clicks a button to submit the two parameters to a function. How to say function that the event contains two parameters, is to say the value of the option button and that of the TextInput?

    < mx:RadioButton id = "png" label = "png" / >
    < mx:RadioButton id = "png8" label = "png8" / >
    < mx:HBox >
    < mx:Text >
    < mx:text > enter the size of the image < / mx:text >
    < / mx:Text >
    < mx:TextInput width = "30" id = 'size' text = "1024" > < / mx:TextInput >
    < / mx:HBox >

    < mx:Button label = "Snapshot" click = "clickHandler (event)" / > "

    Thank you

    Manolo

    Hello

    So if I understand you, you have a function to do something when the button is clicked.  You will need to acquire the values on the radio and textinput, so the button click handler would look like;

    private void clickHandler(event:MouseEvent):void {}

    Then you would have to acquire the values of two controls

    var radio: RadioButton;

    decide option button is selected and then store a reference to it in the variable radio (cos I don't ' know what data you want her)

    If {(png.selected)

    Radio = png;

    } else {}

    Radio = png8;

    }

    Then pass two parameters to a function have you that accepts two parameters.

    myFunc (textField.text, radio);

    }

    Your function to accept these should look like

    function (text: String, radioSelected:RadioButton): void {}

    }

    There's a few ways to do that is one.  This help, or the I understood you?

    Andrew

  • How to pass several parameters in 10 g reports

    Hello
    I'm calling the oracle 10grel2 report and I uses run_Report_object and web_show to display the output. I could able to generate the report with a parameter but I tried several settings but its display of the
    report without data headers. If I turn the settings directly from the url out of the projection, what may be wrong with my code. Pls find the line that I put multiple parameters. A report on the parameter works very well. Report running and output pdf with only titles without data


    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'pdate =' |: D T.TXTBEDATE |') EDATE =' | : D T.TXTEDATE: ' paramform = no ");"

    Rgds
    Marie Louise

    Hello

    Add a space before the name edate parameter:

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'pdate =' |: D T.TXTBEDATE |' edate ='|: D T.TXTEDATE: ' paramform = no "");

    Concerning

  • How to pass several parameters to vo

    Hello

    I wrote a serializable method in co

    String orgcode1 = pageContext.getTransactionTransientValue("asset12").toString ();

    String assetid = pageContext.getTransactionTransientValue("asset1").toString ();

    Np1 [Serializable] = {orgcode1, assetid};

    am.invokeMethod ("xxEx1", np1);

    I wrote in AMImpl

    public void xxEx1 (String na2, na3 String)

    {

    internalcpVOImpl vo = getinternalcpVO1();

    Wc1 = string "organization_code =" "+ na2 +" ' ";"

    Wc string = "SEGMENT1 = '" + na3 + "'"; "

    vo.setWhereClause (null);

    vo.setWhereClause (wc1);

    vo.setWhereClause (wc);

    vo.executeQuery ();

    }

    I need to add that where the classes in this vo

    SELECT distinct meav.c_attribute1, msi.segment1, mp.organization_code

    OF csi_item_instances cii,.

    MSI mtl_system_items_b,

    mtl_eam_asset_attr_values Meave,

    mtl_parameters mp

    WHERE Meave. Serial_number = ITC. SERIAL_NUMBER

    And Meave. MAINTENANCE_OBJECT_ID = cii. INSTANCE_ID

    And meav.ORGANIZATION_ID = cii. LAST_VLD_ORGANIZATION_ID

    And meav.attribute_category = 'Active common Details'

    And msi.inventory_item_id = cii.inventory_item_id

    And meav.organization_id = mp.organization_id

    -1 (nedd add vo.setWhereClause (wc1);)

    -2 (vo.setWhereClause (wc);)

    It adds only first parameter of the class where it does not add second parameter where class please give me any solution

    Kind regards

    Maha

    Hello Maha

    I hope that you want to pass

    organization_code = na2

    and SEGMENT1 = na3;

    use after

    WhereClause = string "organization_code =" "+ na2 +" ' AND SEGMENT1 = ' "+ na3 +" ' ";"

    vo.setWhereClause (null);

    vo.setWhereClause (whereClause);

    vo.executeQuery ();

    Concerning

    Marie Lise S

  • Problem passing several parameters in URL

    I use a redirection to a URL action in a button (Apex 4.0.2) and I can't seem to understand how to properly complete multiple page items. I can use a parameter and the value is passed; However, when I try to pass two only the first element is filled. I don't know there is something wrong with my syntax, I don't know what.

    I use the $x () function I found in another thread here and as a sidebar, where can I find documentation on this feature? There seems to be little information here above.
    javascript:redirect('f?p=101:13:&SESSION.::NO::P13_REQ_ID,P13_REQUEST_NUMBER:'+$x('P3_REQUEST_ID').value,+$x('P3_REQ_NUMBER').value);
    Two items being passed are valid, because I can remove the comma from the value param string and two values of the element passed are concatenated into the first param element.

    Hello

    Try this:

    javascript:redirect('f?p=101:13:&SESSION.::NO::P13_REQ_ID,P13_REQUEST_NUMBER:'+$x('P3_REQUEST_ID').value + ',' + $x('P3_REQ_NUMBER').value);
    

    Kind regards
    Dirk

  • USING SEVERAL PARAMETERS FOR GET_SEARCH_RESULTS WITH THE HELP OF API RDCI

    Using Oracle Web Center content Web Service, I'm able to pass several parameters to the search entry to GET_SEARCH_RESULTS.

    " < envelope soap: xmlns:soap = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    " < soap: Body = xmlns:ns1 ' http://www.Oracle.com/UCM "> "

    < ns1:GenericRequest webKey = "cs" >

    < ns1:Service IdcService = "GET_SEARCH_RESULTS" >

    < ns1: User / >

    < ns1:Document >

    <!-ns1:Field name = "QueryText" > xCUSTOMER_MSISDN & lt; contains > '044444444' < / ns1:Field->

    < name ns1:Field = "QueryText" > xCHANNEL_ID & lt; contains > '11222212' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCUSTOMER_id & lt; contains > '08848484848' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCHANNEL & lt; contains > 'ISL' < / ns1:Field >

    < / ns1:Document >

    < / ns1:Service >

    < / ns1:GenericRequest >

    < / soap: Body >

    < / envelope soap: >

    How do I pass several entrance to search for GET_SEARCH_RESULTS parameter when you use the RDCI API?

    I have this code RDCI, but I get parse error as soon as I try out several settings. It works very well with a single parameter. Please advice

    Public Shared Sub {search (String content_dDocName)

    String queryText = "dDocName < match > '" + content_dDocName + "'";

    create the binder

    DataBinder searchResultBinder = idcClient.createBinder ();

    fill the binder with the settings

    searchResultBinder.putLocal ("IdcService", "GET_SEARCH_RESULTS");

    searchResultBinder.putLocal ("QueryText", queryText);

    searchResultBinder.putLocal ("ResultCount", "20");

    run the query

    ServiceResponse searchResponse;

    print a Boolean = false;

    for (int counter = 0; counter < 1000; counter = counter + 1) {}

    try {}

    searchResponse = idcClient.sendRequest (userContext, searchResultBinder);

    If (! print) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS successful call.");

    print = true;

    }

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS failed");

    e.printStackTrace ();

    return;

    }

    DataBinder searchData;

    try {}

    searchData = searchResponse.getResponseAsBinder ();

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("cannot get the answer.");

    e.printStackTrace ();

    return;

    }

    DataResultSet search results = searchData.getResultSet ("SearchResults");

    If (searchResults.getRows () .isEmpty ()) {}

    continue;

    }

    myExecutable.logEvent ("successfully obtained response - (s) dDocName ' following was found:" ");

    Iterator it = searchResults.getRows () .iterator ();

    While (it.hasNext ()) {}

    Date of birth of DataObject = (DataObject) it.next ();

    myExecutable.logEvent (dob.get ("dDocName"));

    }

    return;

    }

    myExecutable.logEvent ("failed to get a response at the time given.");

    }

    You can provide several search parameter to RIDC as follows:

    dataBinder.putLocal ("QueryText", 'xOriginalServiceId 'DISO' xApprover 'fmwtuser' ')

    In above query, I gave 2 search parameters.

    You can replace OR with AND & also you can replace 'contains' by 'correspondences' according to your requirement.

    -Prashant

  • Functions defined by the user with several parameters

    I set features three following user using "Define."

    UF1 takes a single patameter;

    UF2 takes two parameters;

    and UFX takes two parameters - with the second is 'X' in the definition.

    Œuvres F1.  F2 is the EVAL of F1 version and it works too.  User functions only seem to work fine.

    F3, a function of two user settings, produces a graph of NaN.

    F4 is the EVAL of F3 version.  Note that 'B 'is not replaced by 1'.  Also produces a NaN chart.

    F5 produces a graph of NaN.

    F6 is EVAL of F5.  The 'X' is not replaced (even with the ' B' above), and even if it looks like 'X * X', it also produces a graph of NaN.

    Is it possible to get defined by the user, with several parameters, features work by tracing the curve?

    Hi!, Fortin:

    If you download and install the ultimate Firmware with the version of the software: 2015 6 17 (8151), with the number of Version: 1.1.2 - 11, you can trace your examples of definition of the function, with curves and values, without NaN.

  • passing multiple parameters to a portlet

    Hi all

    I created a form of portlet a taskflow using the WSRP producer connection I add this portlet in the JSF page a new application.
    1. is it possible to create a portlet that accepts multiple parameters?
    2. is it possible to map a portlet from method to method in the new application.
    3. is there an implicit event that can be passed when all parameters are passed to the portlet.

    What is my requirement:-I send some 4-5 (String) parameters of the new application for the purposes of the portlet.
    What would be the sequence in which would be called the setters of this parameters in the Portlet application?

    can you please me if this is possible and how to do it. A tutorial would be useful.

    Kind regards
    ND

    Your question is associated with WebCenter and you must request this in the forum {forum: id = 354}.

    Anyway, you can pass several parameters to a portlet. Set the parameters as parameters to the corresponding defined TaskFlow. When the taskflow is wrapped as a portlet producer by the JSF Portlet Bridge all taskflow parameters to expose as a separate navigation portlet settings. If you consume the portlet to a page, then the portlet parameters will be bound to variables PageDef and you can use these variables to pass values of parameter to the portlet. If you need to re - send the new parameter values when running, just set the corresponding pageDef variables and update the tag by PPR. Don't forget to mark the binding region of the portlet in the PageDef as RefreshIfNeeded, otherwise it will not get the new values and is not refreshed.

    Read the next article in the documentation on the use of the navigation settings to link contextual portlets:
    http://download.Oracle.com/docs/CD/E14571_01/WebCenter.1111/e10148/jpsdg_pages.htm#CHDJABHD

    If you have additional questions, please ask them in the WebCenter forums.

    Dimitar

  • 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

  • Passing multiple parameters to a treelist using a link

    Hello

    I was wondering if I could pass several parameters via a list of tree binding.

    I have the following SQL query to my tree:

    Select 'TREE_ID_SK' id,
    "TREE_PARENT_ID" the nest,
    Name of "TREE_NAME."
    ? p = & APP_ID.:80: & SESSION. : NO::P80_TREE_ID_SK :'|| "" Link TREE_ID_SK "
    null a1,
    null A2
    of ' #OWNER # '. " TREE_LIST ".

    I want to spend the TREE_NAME in the link. Is this possible?

    Thanks in advance,
    ca84

    Hi ca84,

    Yes, it is possible to pass several parameters via your link tree. You must update your link to something similar to the following, to pass the TREE_NAME value to an existing page item, would simply say P80_TREE_NAME:

    Select 'TREE_ID_SK' id,
    "TREE_PARENT_ID" the nest,
    Name of "TREE_NAME."
    ? p = & APP_ID.: 80: & SESSION. : NO::P80_TREE_ID_SKP80_TREE_NAME:'|| "" TREE_ID_SK "| «, » || "" TREE_NAME " link,.
    null a1,
    null A2
    of ' #OWNER # '. " TREE_LIST ".

    I hope this helps.
    Kind regards
    Hilary

  • I have my old laptop work, admin access, and I need to pass the parameters of language from German to English, especially the menus. Can you please indicate.

    I have my old laptop work, admin access, and I need to pass the parameters of language from German to English, especially the menus. Can you please indicate.

    A.I have changed the time zone.

    But I can't understand how to move to the menus in ENGLISH and the keyboard settings. They are in German. Need urgent help

    The system is running on Windows XP Professional

    Thank you for your help in advance.

    (Yes the multi language pack is somewhere on the laptop... where I'm not sure)

    Hello

    1. - you want to say that you have an administrator access on this computer?

    2. What is the operating system default language when the laptop was purchased?

    If the default language is German so it is not possible to change it to English.

    Reference: to change the language used for menus and dialog boxes

  • Pass the parameters to the callback SequenceFilePostStep

    I have to call a sous-suite with several parameters in case of RunTimeError one of my steps in the main sequence. I would replace the SequenceFilePostStepRuntimeError callback for this.

    The recall starts ok but no parameter not passed. I don't see a way to explicitly set the parameters of the callback call (as we have for calls to subsequence) so I just created parameters of the same name, in the MainSequence and the SequenceFilePostStepRuntimeError.

    I saw this post , but it does not describe how to pass parameters to a callback.

    Please see attached the sequence. The SequenceFilePostStep callback is used for demonstration purposes.

    Hello

    One way that you can try.

    Instead of having Parameters.Message use a local variable. Replace your Parameters.Message Locals.Message in two clips (MainSequence and SequenceFilePostStep).

    In the SequenceFilePostStep the Locals.Message a "Allow the spread of the appellant" (select right mouse click and variable of Locals.Message, you should see two options)

    In the MainSequence put the Locals.Message to "spread of subsequence.

    Make sure that change you the MessagePopup to use local variables > message and Locals.Message with your message in your approach to expression.

    Now when you run your MainSequence you should see your message in the dialog box.

    I hope this helps.

    Concerning

    Ray Farmer

  • BlackBerry smartphones through no fault of my own, I had to pass several B...

    No fault of mine, I had to pass several BlackBerry (faulty two makes bold) and now have a tour. I get the message, "you have used all your available device PIN changes for your My World account.» Now, I can not buy new applications or download the app that I've already paid. Help! Thank you very much.

    Hello!

    Your request should be sent as follows. Go to this address:

    and complete the form. Use, in the "Please select a component:"on the ground, AppWorld billing/payment selection. " Don't forget to also include the reason why you have exceeded your maximum eligible PIN associations to AppWorld (for example, several RMA, warranty replacement, etc..).

    If this does not work, then please come back on these forums (http://supportforums.blackberry.com/rim/) and create an account so that we can provide direct assistance.

    See you soon!

  • Is it possible to connect several parameters in a type of string IN?

    Hello


    I was wondering if there is a way to link several parameters to a string of content IN.  For example, I have a workflow for change of RAM on a system once this workflow runs it runs the workflow send a Notification by e-mail.  I would like the email to declare the virtual machine that has been selected and the memory that has been adjusted in the content string.  I was able to connect 1 of the elements in the content string, but not both.  How would you in doing so.  A screenshot of Visual links on the Notification by Email send is attached.  Only two in parameters in the workflow to change Ram are number name and the memory of vm

    No, this is not possible. You will need to add a scriptable job before your article by email in the schema. Send entries in this task scriptable, concatenate the needs and output variable 'content' to pass as the input to your e-mail item

Maybe you are looking for

  • See the Photos in both windows

    I often move photos between albums and the duplication of the photos in different albums. Is it possible to open two windows to display the Photos? I had a play around with split view but cannot get pictures to sit next to another application, as opp

  • Mac Mini 4K Ultra HD Display Support - 10.10.3

    Hello The current Mac Mini is now 4K ultra HD displays 60 Hz by Thunderbolt? I know that she has no use for but he has done some suggestion with the 10.10.3 software update now. I'm looking to connect it to the monitor Philips BDM435OUC/75 (3840 x 21

  • Need video driver for SP3 on Satellite 1955-S805

    I installed the SP3 but could not find the right video driver and now my screen does not seem so well. Any advice will be appreciated. Best regards!

  • Behavior of directory IX5000

    Hello I have what may seem like a simple question, but I am unable to find confirmation anywhere. We have an IX5000 who receives a global directory of CUCM and I wonder if the following behavior is correct. We select the directory and see a white pag

  • product 8 of widows pro lost key

    I lost my key failure pro 8 windows how can I get a new product key for my windows 8 pro please reaspond this thank you