Customize Search region of LOV - Basic mode

I created an Input text with List of Values in JDev 11.1.1.2 and designed the search region of this LOV in Basic mode (disable the Advance mode) so the combo box to choose the condition of Search fields like: Contains, Start with, Equal to... disappear.
I wonder if in this Basic mode there is way to make all the search fields in "Contains" condition (Because now, by default, in my Search region, some of the search fields in "Contains" and some in "Equal to" ).
Does any one know how, please help. Thanks.
Edited by: Mun on Jan 30, 2010 10:11 PM

Hi Mitesh,
I provide here some more details:
I want to create the LOV component as unbounded, like the Countries LOV in this post http://andrejusb.blogspot.com/2008/02/list-of-values-component-in-search-and.html. However, JDev 11.1.1.2 seems not support to do like this.
So I find another way to create my LOV as below:
Let's say: The view Object is MainVO which contains 2 fields: AAA and BBB.
1. Open the MainVO, in View Accessors tab, I create a view accessor named viewAss and choose the MainVO from the available View Objects and shuttle it to the View Accessors part
2. In Attributes tab of the MainVO, set the List of Values of AAA attribute to viewAss.
In my jspx page:
drag the AAA from the data controls to a this jspx page by choosing: Create -- List of Values -- ADF LOV input.
So the problem here is I can't find in my viewAss the place to choose operators like Contains or Start with etc (as you suggested in the View Criteria).

Similar Messages

  • How to use input box LOV in query panel (search region)

    Hi,
    We are having JDeveloper version 11.1.2.4.0
    In one of the JSF page, we are showing some data (absences).
    Requirement is to add search region at the top so that user can filter the data, based on search parameters like Business Group, Job etc.
    The search parameters are inter-dependent e.g. Job is dependent on Business Group. So when user selects some particular Business Group, Job search field should show jobs for that Business Group only.
    This works fine we use Choice List for both Business Group and Job.
    However since there are huge number of jobs, Job choice list makes page rendering very slow.
    So we tried to use Input box with LOV for Job.
    But now when job is selected in the LOV popup and returned to main page, job search field shows job id instead of job name.
    Please note that our base VO (AbsencesVO) contains JobId attribute. We have added List of Values on JobId, which fetches Job Name through JobVO1 view accessor.
    How to make Job LOV field show selected Job Name instead of ID? Kindly advise.
    Thanks,
    Vivek

    Thanks Timo/Bangaram, for prompt replies
    Timo, the link mentioned by you talks about showing IDs (DepartmentId, ManagerId etc.) in the search region. I need to show names in the form of Input box LOV.
    Bangaram, as per your suggestion I tried using transient JobName attribute. However now when I select any value in the Job LOV popup and return to main page, it shows first Job Name in the Job Name search field.
    Also when I click 'Search' button in Search panel, it shows error - Attempt to set a parameter name that does not occur in the SQL: BindJobName
    Please note that I have added both JobName and JobId in the List configuration as you suggested.
    In View criteria, I have removed previous item (condition) on JobId and added condition on JobName.(This is required because JobId condition shows JobId search field)
    I also tried making JobName dependent on JobId..still same behaviour.
    Kindly advise.
    Thanks,
    Vivek

  • How to Dynamically add Search Criteria in Advance Search Region.

    Hi All,
    I want to understand how can we add Search Criteria dynamically in the Advance Search Region.
    The Requirement is to add 4 additional search criteria for an org_id in a multi org structure. For other business those fields should not be visible.
    I did try this with the form personalization but could not Show/hide the additional search criteria programatically for the business as we can only see 4 search criteria at the time of page load and other criteria comes in the drop down list to add which can not be show/hide after page load.
    I thought of a solution to add search criterias dynamically for my org through extending controller.
    I found the OAAdvanceSearchBean (advance search Region in controller) object for my Advance Search but could you tell me how can I add the Criteria Row in that Advance Search (createWebBean function) and then add the item in criteria Row dynamically.
    Also please tell me how we can increase the showed criteria from default 4 to more, setDisplayedCriteriaCount(int) is not allowed and it is not working also.
    Thanks.
    Regards,
    Ashish Bansal

    Hi,
    As Lars said The "Search Option Set" and the "Search Component Set" offer you quite some flexibility.
    You can configure both of these component to customize your search.
    Once you did it, you can create a new basic search iview and set these components.
    On the other hand, you also customize the layout use to show result of search.
    Dont'f forget that you need to configure Trex and create an index.
    For instance, I configured the search criteria, the system only asked me some metadatas (created by us,whose value are dependents). Each time that you upload a document you set these attributes.
    Then when you want to search, appear a screen with these values
    Country :
    City:
    search field:
    Patricio.

  • Set region and LOV properties dynamically

    Hello,
    I am building a page with 2 LOV fields, and I need help for two parts.
    My questions are:
    : Where do I write code to control if region is showing / hiding?
    : How do I change a bind-variable in my SQL-View-Object that is used in a LOV?
    Details about my page:
    I have a page with 2 regions.
    - Region A
    ...LOV projectID
    - Region B
    ...LOV subTaskID
    I have added a basic Controller Object for Region A, and now I am stuck.
    I want the page to work as:
    1) When the user visits page first time, I want only Region A to show
    ....(the user must pick a ProjectID)
    2) After selecting projectID and clicking a button, then page refreshes, and Region B shows as well.
    ....(so the user can pick a subTaskID)
    The subTasks shown depend on the projectID selected
    (I use a bind variable WHERE TABLE.projectID = :1 clause)
    I don't know where to put the code to "make region visible / invisible".
    And I don't know where to put code to change that bind variable in region B LOV VO
    Thanks in advance for your help

    Thanks for your help.
    I have the system mostly working now.
    However, now I'm stuck on the exact code for using my HashMap. I don't know how to take passed-values out of the HashMap and place them into Region A messageLOVInput field1 or messageTextInput field2
    //Controller object: Function processRequest
    super.processRequest(pageContext, webBean);
    if(pageContext.getParameter("ProjectIDParam") != null)
    String pID = pageContext.getParameter("ProjectIDParam");
    String pNum = pageContext.getParameter("ProjectNumberParam");
    // Now I'm stuck here - Can't set default values in messageLOVInput item or messageTextInput item
    As review:
    Added this code to Application Module Impl file
    public void SetSalesLOVBindVariable(String givenProjectID)
    ..WORKTakeoffAMImpl thisAM =
    ....(WORKTakeoffAMImpl)this.getApplicationModule();
    ..OAPlsqlViewObjectImpl theVO =
    ....(OAPlsqlViewObjectImpl)thisAM.getWORKCustomLOV1();
    ..theVO.setWhereClauseParams(null);
    ..theVO.setWhereClauseParam(
    ....1,new String(givenProjectID));
    Then I added this snippet to the processFormRequest for Region A:
    String projectID = (String)pageContext.getParameter("ProjectID");
    WORKTakeoffAMImpl am =
    ..(WORKTakeoffAMImpl)pageContext.getApplicationModule(webBean);
    am.SetSalesLOVBindVariable(projectID);
    HashMap params = new HashMap(2);
    params.put("ProjectIDParam",
    ..(String)pageContext.getParameter("ProjectID"));
    params.put("ProjectNumberParam",
    ..(String)pageContext.getParameter("SelectProjectLOV"));
    pageContext.setForwardURLToCurrentPage(
    ..params,
    ..true, // retain the AM
    ..OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    ..OAWebBeanConstants.IGNORE_MESSAGES);

  • Need - Search page with LOV based flexfield item as search criteria

    Our requirement is to make a flexfield item as search criteria.
    Flexfield is having 2 segments Applicaiton and Responsibility, where 2nd segment *(Responsibility) is dependent on 1st (Application).*
    Accordingly, an LOV must get displayed for each flex segment in the search panel.
    We tried to create a page having this flex (DFF) item as a search criteria, but cannot proceed to get results in results region - we tried to use both properties in the query region - resultsbasedSearch and autocustomizationCriteria:
    Any ideas how to make a search functionality having LOV based flexfield items in the search criteria?
    Any other suggestions regarding the solution are welcome.
    Thank you very much.
    Regards,
    May B.

    Hi,
    try a SQL query that uses bind variables as follows
    ... where column1 like '%:col1param%' and '%:column2%' like :col2param
    Then in the implementation (session facade) check for null values and add '%' in case a value is null.
    The query in EJB is defined in the entity
    Frank

  • Modifying the Seeded oracle Page's search region

    I have a situation where i need to add one more search field in my open Requirements page in Oracle PRM. This "Open Requirements" Registered as function in oracle with akRegionCode parameter. I found region.xml and able to find the map between region code and the path where the original xml is stored. but my issue is i'm trying to copy the original Page XMl file to MYrequire.xml and modified the search region there to add one more field for search.and also i paced this xml in the same location as other one. but how to get this new custom XML work. i tried modifying regionxml file's region code to poing this new xml i have created but no luck. it still bringing the OLD one. So can you please help me here so that i can address our requirement.

    user626393,
    You need to be more detailed. Is it a simple search page or are you talking of the LOV window? What is the seeded function call? Is the new search field part of the seeded VO?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • How can I access the Attribute Values from the Search Region

    Hi all,
    I have a table which contains Company id, department id, and PositonId. For a particular Company and Department there may be multiple records.
    I have to pupulate a table which contains the position and other details that comes under a particular Department and Position based on the selection in the Three comboBoxes.
    Also I have to populate a select many Shuttle to add new postions and records under a particular Department.
    I created a query panel *(Search Region)* for the serch and a table to display the data. That is working fine.
    Now the issue is I am using a view criteria to populate the shuttle with two bind variables ie, DepartmentId and CompanyId.
    If the serach will return a resuktant set in the table it will also pupulate the correct records, otherwise ie, if the if the serch result is empty the corresponding iterator and the attribute is setting as null.
    SO I want to access the attribute values from the Search Region itsef to populate the shuttle.
    I don't know how can I access the data from the Search Region.
    Please Help.
    Regards,
    Ranjith

    you could access the parameters entered in search region by the user as follows:
    You can get handle to the value entered by the user using queryListener method in af:query.
    You can intercept the values entered as described
    public void onQueryList(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    List<Criterion> searchList = qdes.getConjunctionCriterion().getCriterionList();
    for ( Criterion c : searchList) {
    if (c instanceof AttributeCriterion ) {
    AttributeCriterion a = (AttributeCriterion) c;
    a.getValues();
    for ( Object o : a.getValues()){
    System.out.println(o.toString());
    //call default Query Event
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    public void onQueryTable(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    private void invokeQueryEventMethodExpression(String expression, QueryEvent queryEvent){
    FacesContext fctx = FacesContext.getCurrentInstance();
    ELContext elctx = fctx.getELContext();
    ExpressionFactory efactory = fctx.getApplication().getExpressionFactory();
    MethodExpression me = efactory.createMethodExpression(elctx,expression, Object.class, new Class[]{QueryEvent.class});
    me.invoke(elctx, new Object[]{queryEvent});
    Thanks,
    Navaneeth

  • Web dynpro for abap how to create a customize search help in alv column

       hi:
          Web dynpro for abap how to create a customize search help in alv column and put search help value into alv column?
          Are there specific examples ?
          thanks!!

    HI:
       I want to created a freely programed help which include date&time,and put help value to alv column.
      I have created a freely programed help in web dynpro for abpa application,I refer:
      **************** - WebDynpro for ABAP
      but have a problem!
       If you focus on the the input field in the first row, you get the value help
    However if  I go to the second row and focus on the same input field in this column, I don't get the value help:
    What is a good way to solve similar problems?
    thanks

  • How to customize search in WS 7 and for multiple virtual servers?

    I'm not clear on how to customize search results pages in Sun Web Server 7. The documentation (the Adminstrator's Guide, page 215) says:
    You can take a look at the default search application located at /bin/https/webapps/search as a sample application
    but I'm not seeing any such thing. I did a find . -name search -type d from the server root and instance root but the only search directories I'm seeing are subdirectories within the generated directory and they look like system generated jsps that I shouldn't touch (So I didn't :-)
    So one question is, where is the default app? A second question is, how do we set up different branding for different virtual servers?
    We're currently using WS 6.1 and it has a field in the GUI for the directory containing the web app to use for search. That seems to have disappeared in WS 7.
    Any help would be appreciated. Thanks.
    Dave

    I don't use the search engine, so I'm afriad I don't have direct experience here.
    What I'd probably do is modify the app so that it looks at the Host data to determine which directory it should point to for graphics, formatting, etc. You could also use the obj.conf with variables to pull graphics from directories appropriately branded. Something like:
    1) Create "additional doc directory" for images
    2) Find the entry in the obj.conf that points to the new directory
    3) Modify the path to something like /path/to/$host/images
    4) Make sure you create directories like:
    /path/to/foobar.com/images/
    /path/to/www.foobar.com/images/
    /path/to/baz.com/images/
    /path/to/www.baz.com/images/

  • ORA-06502 when searching region source

    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    Earl

    >
    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.
    You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    EarlAnyone have any ideas about the above? I'm getting this error when searching region source code, here:
    Home>Application Builder>Application nnn>Application Reports>Page Components>Search Region Source
    Any help would be appreciated. Thanks.
    Earl

  • How to add a Quick Search Region of the shuttle

    JHeadstart 10.1.3.1.26
    Help me! Help me! Help me!
    How does add a Quick Search Region of the shuttle
    http://cid-857a1e2135747b0c.spaces.live.com/?_c11_PhotoAlbum_spaHandler=TWljcm9zb2Z0LlNwYWNlcy5XZWIuUGFydHMuUGhvdG9BbGJ1bS5GdWxsTW9kZUNvbnRyb2xsZXI%24&_c11_PhotoAlbum_spaFolderID=cns!857A1E2135747B0C!112&_c11_PhotoAlbum_startingImageIndex=&_c11_PhotoAlbum_commentsExpand=&_c11_PhotoAlbum_addCommentExpand=&_c11_PhotoAlbum_addCommentFocus=&_c=PhotoAlbum
    Message was edited by:
    user589457

    JHeadstart 10.1.3.1.26
    Help me! Help me! Help me!
    How does add a Quick Search Region of the shuttle
    http://cid-857a1e2135747b0c.spaces.live.com/?_c11_PhotoAlbum_spaHandler=TWljcm9zb2Z0LlNwYWNlcy5XZWIuUGFydHMuUGhvdG9BbGJ1bS5GdWxsTW9kZUNvbnRyb2xsZXI%24&_c11_PhotoAlbum_spaFolderID=cns!857A1E2135747B0C!112&_c11_PhotoAlbum_startingImageIndex=&_c11_PhotoAlbum_commentsExpand=&_c11_PhotoAlbum_addCommentExpand=&_c11_PhotoAlbum_addCommentFocus=&_c=PhotoAlbum
    Message was edited by:
    user589457

  • The basic mode in develop disappeared?? How do I get it back?

    The basic mode in develop disappeared? How do I get it back

    Right-click on any of the other Headings (tone curve, detail, etc.) And put a checkmark in basic as well as any other sections that you want displayed.

  • Workspace 11.1.1.3 can't open Task-list in Basic mode

    Hi,
    I'm using EPM 11.1.1.3 on Weblogic 9.23, MS SQL, Win2003R2 EE
    User's task list has been created and successfully opened by user in Planning and Workspace (Advanced mode).
    He'd like to open this task list in Workspace (Basic mode).
    Workspace get error "There a communication error while loading tree data".
    Workspace's and Planning's logs has no information about this exception.
    What's a problem? Pls help me!

    Hi,
    I would try going direct to planning and see if you get this error, it should hopefully produce something in the log if you go directly.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • AF:Query -how to hide attribute in basic mode but show/add in advanced mode

    Hello,
    I have a requirement to initially hide some attributes when displayed in BASIC mode of af:query with the possibility to add these hidden attributes in ADVANCED mode.
    Is it doable somehow?
    edit: JDeveloper 11.1.2.3.0, ADF BC
    Regards,
    Miroslaw
    Edited by: Miroslaw on 2013-01-16 14:59

    Hi,
    Always mention your JDev version.
    If you are using BC4J as your model, you can create view criteria and set which attribute to be visible in which mode under UI hints, and use this criteria as query panel in your page.
    -Arun

Maybe you are looking for

  • Why did a cd i bought show up on my iphone but will not play

    I bought some cds on iTunes. I had my phone plugged into my computer charging. I have no yet synced my iphone with my new computer so it was just charging. When I went to play music off of my phone later I noticed that the music I had purchased was o

  • HP LaserJet Pro M451nw

    Where can I find step-by-step instruction on setting up wireless printing on HP 400 M451nw? Is it possible to have both printing service via the USB port as well as Wireless connection? This question was solved. View Solution.

  • Downloading iTunes stalls

    Hello, Itunes  starts downloading on my HP pavilion, 64 Bit/Windows 7 but time and again stalls halfway. I have removed the older version of iTunes, cleared temp file, used different browsers etc. Nothing seems to help. Who can help me? Thanks !

  • Currency translations in a query

    in my cube i have transactions in dollars. but in my report i want it in rupees. where can i do currency translations in reporting. please give me path how to do it. correct me if i am wrong. conversion routines are nothing but writing routines on  c

  • JpegImagesToMovie - Exception in thread "JMF thread: SendEventQueue: com.su

    I am trying to create a movie file from a bunch of images I have using Sun's JpegImagesToMovie class found here: http://java.sun.com/products/java-media/jmf/2.1.1/solutions/JpegImagesToMovie.html I can't post all 500 lines of the sample code here but