Multiselection in LOV!!!!!!!! Urgent

Hi All,
I have a requirement in which I have to enable Multiselection in a LOV. The lov should be attached to a single field and upon clicking on lov icon multiselect should be enabled. If user select multi rows then the values should be returns with comma separation on the base page. Any idea how to implement this.
Thanks,

Create a table with only one field and use multiselect for the table.
Or create a new region to acheive the multiselect lov (in this case you cannot popup the region like LOV, instead it would transfer the control to new page)
Or Try redesiging the page using train etc.
--Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • I have doubt in multiselection..Its urgent

    Hi All,
    I have a table having four fields...They are
    1> DocumentNo.
    2> Amount
    3> Description
    4> Date
    I have to implement multiple selection.
    And if the amount is negative then I have to display a message"Installment Plan cant b created"
    And on multiselection or on single selection I will be passing the documentno to the BAPI.
    I have implemented the logic..But its not working.
    So as per the requirement,I need it urgently..Kindly help me with the logic and the code snippet
    Regards
    DK

    Hi Armin,
    This is my code..
    if(element != null){
         tableInstallAmount = element.getAMOUNT();
         for(int i= 0; i< sizeOfOpen; i++){
              if(tableInstallAmount.intValue()>0){
               if(wdContext.nodeOPENITEMS_open().isMultiSelected(i)|| selectedRow == i){
                   SetKeyValues[0].setDOC_NUMBER(wdContext.nodeOPENITEMS_open().getOPENITEMS_openElementAt(selectedRow).getDOC_NO());
                   wdContext.currentContextElement().setInstalStatus(true);
           }else{
              contextElement.setInstalStatus(false);
              wdContext.currentContextElement().setErrorMsg("Installment Plans cannot be created for negative open amounts!");
              IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("CreateErrorMessage");
              IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo,true);     
              window.setWindowPosition(300,400);
              window.open();
              wdContext.currentContextElement().setWindowInstance(window);     

  • Is it possible to do multiselection in LOV

    Hi,
    Is it possible to do multi selection of values from the LOV (List of Values) drop down list in Oracle Reports or Oracle apps.
    Thanks,
    Rohit

    I don't think so, but you could get better answers on Developer Tools forums

  • How to bind two Items?

    Hello,
    on my page I have 2 items:checkbox and text area. How to bind its work processes together? For example, when checkbox is checked then Text area is disable and when not then enable.
    Thanks' for help.
    Karina.

    hi karina--
    this, too, is javascript question. please see my answer to your previous post...
    Multiselect list (LOV)
    ...regards,
    raj

  • Printing Multiselect LOV display values instead of code

    I have a report with a multiselect LOV (shows text, returns code), so users can choose one or more things based on the description but when they "print" (using the navigation bar print option to open a printer friendly page), the multiselect field on this new page has the codes, not the text. How can I make the text show up here too? (Apex 3.0)

    Oh - I see what I was saying wrong - it's a summary report that is having the problem - I am not returning the details, only a series of counts of various data (there are about 20 columns). Each column is a count of people, broken down by age group and gender. So the :P89_ENVIRONMENT value shows up with its text value when only one is selected from the multiselect, but when more than one is chosen, the text is replaced by the list of values separated by colons.
    I.E. (with one environment selected)
    Environment, Total, Females 10-20, Males 10-20, Females 20-30, Males 20-30 [...]
    Woods             2               1                    0                       0                       1   
    I.E. (with 4 environments selected)
    Environment, Total, Females 10-20, Males 10-20, Females 20-30, Males 20-30 [...]
    11:13:44:67        2            1                0                  0                   1
    The report query looks like this:
    SELECT :P89_ENVIRONMENT, count(gender) Total , (select count(gender) from client where gender_type = F and age > 20 and age <30), (select count(gender) from client where gender_type = M and age > 20 and age <30), (select count(gender) from client where gender_type gender_type = F and age > 30 and age <40) [...]
    Any suggestions on how I can keep a text value in the Environment column regardless of how many are selected?

  • Validate Multiselect List Against LOV

    I am trying to validate what a user has selected from a multiselect list. I want to make sure the user selections are within the values of a particular LOV. I have been trying to come up with a good way to do this, but I am stumped. Does anyone have any suggestions?

    Kevin,
    More details are usually a good idea. You might want to use htmldb_util.string_to_table on the submitted multiselect item in an after-submit process to loop over the selected values and check them against whatever criteria you have.
    Scott

  • Problem with multiselect LOV

    hi,
    I am using j developer Studio Edition Version 11.1.1.2.0,
    I am facing a problem with multiselect LOVMy scenario is to select multiple department from the parent lov ,the child LOV (Employee) should
    populate all the employees corresponding to department selected.this scenario came in my query page. Can i create a viewcriteria having
    the above functionality?
    please share your ideas , that will help me a lot..
    Thanks
    Rajesh

    Thanks sameera
    But i want to implemnet the above scenario in query panel . so i want to include it in a VIEWCRITERIA please advice some other ideas . Or how can i achive a query page with out using VIEWCRITERIA (if we canniot achieve the scenario
    by using VIEWCRITERIA) and achieve the same
    Thanks
    Rajesh

  • Cascade LOV with multiselect in View Criteria

    Hi All,
    Is there any way to create a cascade LOV with multiselect in View Criteria.
    Ex. If a select multiple Countries from the parent LOV, the child LOV would display the list of States for the selected Countries in a view Criteria.
    Regards,
    Koushik

    Hi Jabr,
    I feel clumsy, now I have this problem.
    When I set in the format mask yyyy-MM-dd G 'at' hh:mm:ss I can use only am hours. I tried to cancel 'at' and I wrote at runtime 2011-03-23 15:30:00 but when I run it I got an error about the time format. I can use the time from 00:00:00 to 11:59:59 am.
    Thanks

  • Create multiselect LOV in OAF

    Hi,
    I need to create a multiselect LOV on the OAF page. Currently I have a single field LOV which listdown the vacancy statuses. Now my user is asking to enhance this LOV to allow them to select multiple vacancy statuses at the same time.
    How do we do this?
    Thanks
    Ravi

    Read me for all OA Framework Questions

  • LOV in a Table - "Not a valid Value" - Urgent

    Hi All,
    I have an LOV inside a Table region. The table has the Add another row button. considering the table has currently 3 rows created and the user enters a dummy value not present in the LOV in the first row and tabs out. The LOV automatically pops up without any values. The issue is when the user closes the pop-up window or clicks on its cancel button. The LOV doesn't validate the data present in the text box. If the Submit button is clicked or the save button is clicked , The framework automatically validates the data present in the text box and throws an error "Not a valid value" .
    Now im not sure why but the dummy data entered in the first text box is copied to the second and third text box , and the error is displayed for all the three rows. If there is valid data present in the remaining rows it just over-writes the data with the dummy value.
    I have written SOP's in the controller's Process request as well as the process form request but none of them seem to display anything.
    So the framework is basically validating this before the controller is called.
    Im working on a 11.5.10 instance.
    Need help to know if anyone has come across such a situation before.
    Thanks ,
    Dean

    Dean,
    Seems to be a looping issue. Also you need to get the exact error row.
    Thanks
    --Anil                                                                                                                                                                                                   

  • Urgent: please help with LOV problem

    Hi,
    I created a record group and LOV (LOV1), also a text item set list of value property to LOV1. When I ran form, it showed the list, but when I selected one from the list, neither double click or click OK put anything into the text item. Could someone tell me what went wrong? Thanks a lot.
    Sa

    Did you set the "column mapping properties" so the LOV can know which value(s) to return to which form item(s)?

  • Urgent: Issue with  Dynamic VO Query in LoV

    Hi All,
    We have created an LoV based on a Vo. We have put a dummy query initially and are trying to change the VO query at run time.(using vo.setQuery method). But surprsingly LoV display is still as per static query.And when I do vo.getAllRowsInRange and see the actual values the results are as per the
    Dynamic query.
    Basicall I want to kniw:
    Is it possibble to change the entire VO query dynamically and use that in LoV? But its working perfectly fine outside LoV .
    Apprecite quick reponnce in this.
    Thanks
    Annadurai

    Thank You,
    Below is a method in AM for whcich the LoV and VO are associated. This method gets trigeered from LoV controller.
    public void initVo()
    String http="http://schemas.xmlsoap.org/soap/envelope/";
    String qry=" select * from( SELECT "+
    "extract(value(p),'//altContactName/text()','xmlns:soap="+http+"').getStringval() one "+
    ",extract(value(p),'//customerNumber/text()','xmlns:soap="+http+"').getStringval() two "+
    ",extract(value(p),'//csystemDescription/text()','xmlns:soap="+http+"').getStringval() three "+
    ",extract(value(p),'//itemClass/text()','xmlns:soap="+http+"').getStringval() four "+
    " FROM TABLE(XMLSEQUENCE("+
    " EXTRACT"+
    " (Pkg.proc('aaaaa'),'//result')"+
    " )"+
    " ) p)";
    lovVO2Impl vo =getlovVO2_1();
    vo.setQuery(qry);
    vo.setMaxFetchSize(-1);
    vo.setWhereClause(null);
    vo.setWhereClauseParams(null);
    vo.executeQuery();
    //vo.setRangeSize(-1);
    //vo.executeQuery();
    Row[] rows=vo.getAllRowsInRange();
    System.out.println("Lenght:"+rows.length);
    for(int rowIndex = 0; rowIndex < rows.length; rowIndex++)
    String one = (String)rows[rowIndex].getAttribute("One");
    String two = (String)rows[rowIndex].getAttribute("Two");
    System.out.println("One:"+one);
    System.out.println("Two:"+two);
    System.out.println("in vo.getQuery:"+vo.getQuery());
    One more thing i noticed is, if i dont add any filtering criteria and direclty click 'Go' its woeking fine, i.e getting values from the dynamic query.
    But if i add some filtering criteria like '%' its using the static query and binding the filtering criteria to that query rather than dynamic query.
    Thanks in advance
    Annadurai

  • LOV Problem - Top Urgent !!!!!

    A table contains of 4 composite primary fields, one of the
    primary field is a date field.
    A record group created at design time with the help of above
    table. This record group is used for LOV, hence in record group
    query, the select statement has all the four fields. The date
    field is converted to CHAR as to display as DD/MM/YYYY,
    otherwise it will display as DD-MON-YY.
    A LOV is created based on the above record group. In column
    mapping , the return item of the date field is date type whereas
    in column names the date field is CHAR ( as per record group).
    This gives a problem, as return item cannot accept a character
    value when its own type is Date.
    I have also tried to use to_date(to_char
    (field_name,FDD/MM/YYYYF),FDD/MM/YYYYF) in my record group query
    but it displays the date as DD-MON-YY.
    My problem is that I have to display the date field in LOV List
    as DD/MM/YYYY and accept it as date field because return type is
    date type field.
    null

    Hello Shamsad,
    Pls. try this. I think it will help you.
    1. Open registry editor ( Run regedit)
    2. Go to the following folder in registry
    /HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE
    3. Add a new string NLS_DATE_FORMAT and assign value
    'DD-MON-RRRR'
    4. close the registry editor
    5. And Now try your LOV.
    Pls. don't change DATE field to CHAR in record group now it will
    display as DD-MON-YYYY.
    For any clearification write to me.
    Thanks
    Pradeep
    Shamsad Khan (guest) wrote:
    : A table contains of 4 composite primary fields, one of the
    : primary field is a date field.
    : A record group created at design time with the help of above
    : table. This record group is used for LOV, hence in record group
    : query, the select statement has all the four fields. The date
    : field is converted to CHAR as to display as DD/MM/YYYY,
    : otherwise it will display as DD-MON-YY.
    : A LOV is created based on the above record group. In column
    : mapping , the return item of the date field is date type
    whereas
    : in column names the date field is CHAR ( as per record group).
    : This gives a problem, as return item cannot accept a character
    : value when its own type is Date.
    : I have also tried to use to_date(to_char
    : (field_name,FDD/MM/YYYYF),FDD/MM/YYYYF) in my record group
    query
    : but it displays the date as DD-MON-YY.
    : My problem is that I have to display the date field in LOV List
    : as DD/MM/YYYY and accept it as date field because return type
    is
    : date type field.
    null

  • Urgent - Report Column based on LOV - Value not found in LOV

    Hi All,
    Recently, we have upgraded to HTMLDB 2.0 from HTMLDB 1.5.
    I have a SQL report. One of the columns is based upon LOV - Display as Text (Based on LOV, does not save state).
    For the "Ids" of the report, it should display the corresponding "Names" from the LOV.
    But, for the cases, where no record exist in LOV for some Id, then it is directly showing the Id instead of "-" (which i have specified in Display Null Text) in the report column attributes.
    Before upgrade, it was working fine.
    Any idea where is the issue.
    Please help.
    Thanks in advance,
    Monika

    Hi,
    Can anybody help me in sorting out this issue please.
    For your reference, i have made a test case on
    http://apex.oracle.com/pls/otn/f?p=20451:4:3519837362944582:::::
    Here, there are 2 tables
    1. MY_EMP_COUNTRY(emoid, empname, cntry_id)
    2. MY_COUNTRY_LOOKUP(id, name,active)
    LOV is created on table 2
    select name d, id r
    from my_country_lookup
    where active = 'Y'
    And, on the page a SQL report is created
    select empname, cntry_id
    from my_emp_country
    where, cntry_id is based upon the LOV.
    Since, in lookup table, cntry_id = 4 is set inactive, it is not picked up by the LOV and hence on the report instead of showing the NULL text it is showing the cntry_id (4).
    The attributes of report column cntry id -
    Named LOV = CNTRY_LOV
    Display Null = YES
    NULL text = -
    Display Extra Value = YES
    Am I missing anything.
    thanks,
    Monika

  • Issue with LOV data populating to table column - Urgent

    Hi,
    I have done a create record screen.
    It contains an advanced table with few columns. One of the columns is an LOV in every row to be added.
    The user would select a value from LOV for column1 and key in values for other columns.
    However, when I click on Add (PFR gets invoked), I get an error
    'Row1 <col name> - Select a valid value'.
    Ex: LOV shows 3 records X, Y, and Z.
    I choose value X . It gets populated in table column. I enter value for fe other columns and click on Add.(which invokes PFR)
    but the moment I click on Add, I get an error, Row1 <column name> - select a valid value
    It displays same error in the tabel column also as in OAAttrValException.
    Any inputs to solve this would be great help
    Thanks,
    Kamath.

    Your statement "Looks like VO2 is not being attached to the adv table in PFR?" holds the key to your issue.
    Are you trying to attach the VO in PFR? Only a selected properties can be modified for beans in PFR. Put your code in processRequest and it should work.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How to put drop down in table control ?

    Hi All, I m writing one module pool program to edit table. I want dropdown to one field so that user can select the appropriate value. And also I want to save that record. So how to get the dropdown list and after editing that record how to save that

  • Mandatory Field for Master Data Creation

    Dear Experts, How can I make "Street 2" Field as a Mandatory Field when I create Customer Master data (XD01) ? Thanks in advance for your kind support. Best Regards. Ripon

  • How to import Canon FS100 footage (.MOD) via Log and Transfer?

    I have a Canon FS100 video camera. I records in standard definition 480p video, and saves the files in the .MOD format. Lately, I've just been using iMovie to edit my videos because it can easily import to files. Final Cut Express cannot, though, as

  • McBook 2011 shuts down when want to enter to recovery mode

    Hello everybody, I got a problem with my Mcbook `11 recovery mode , I wanna enter to recovery mode but it gets shut down before I do. there is no problem when OS starts up but for recovery mode I have this problem. I appreciate your help. Thank U

  • Conditionally  Switch Model Driven Lov In Jdev 12c problem

    Hi I this the following is a bug in Jdeveloper 12c I downloaded the  the demo application "How-to conditionally switch model driven LOV in ADF forms and tables" http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html and I o