Search Filter on Forms in 11.1.2.1.0

Anyone have the issue on Forms where you enter click on the dimension in page and choose the search filter. When you enter the first letter of your search string. It returns something else
So when enter S, it doesn't return a list of members that starts with S. It's case it returns a list that starts with R
Has anyone else seen this behavior?

You are using a bounded task flow?
A bounded task flow can't run of it's own, it needs a page which holds the task flow as region.
Timo

Similar Messages

  • Enchancement Request: IR arrow button in Search Filter uses applied Filters

    Hello,
    I'd like to request an Enhancement.
    I'd like the IR arrow button in IR Search Filter, when performs the DISTINCT to provide choices in list for the user to select, that would take into consideration any other Filters that have already been applied to the IR Report in.
    Currently it seems that it ignores any of these already applied filters and provides the DISTINCT list of the default report settings row set.
    Referencing thread:
    How to display values in arrow in Filter in IR for joined table columns ?
    TIA
    Dionyssis

    Ah ha! I figured out a solution. It took one of those "ah ha" moments to do it.
    Peter.... thanx for the suggestion, but I am using the built-in Interactive Report settings to hide the Actions button and other things. I am also attempting to hide the section on the page which displays the current filtering, control breaks, etc. that are applied to the report. This is because the page is a public page and needs to be as simple as possible and I do not want the end users to have the ability to turn pre-built filtering and control breaks on and off. The problem is that the user-entered filtering is displayed in the same place as the pre-built filtering and I want to display the former, but not the latter.
    I created a display-only item on the page containing the text that should show when the user has entered some search criteria in the search box. I then created a dynamic action which is triggered by the refresh of the interactive report and runs some javascript which first checks if there is "custom search criteria" applied and then hides or shows the display item accordingly. My javascript code is below for those interested.
    if ( $('#apexir_CONTROL_PANEL_COMPLETE .fielddata:contains("Row text contains")').text() )
    { $x_Show('P1510_FILTER_ENABLED') } else { $x_Hide ('P1510_FILTER_ENABLED') }Shane.

  • Search/Filter a Picture Library with an External Content Type

    We have the need to manage 50,000-100,000 images of ODOT Bridges. Currently, they are added to a SharePoint 2010 Picture Library that is associated to an External
    Content Type. To handle list threshold and performance issues, we are using folders. There are 2-10 images per folder. SharePoint works great for administering (Adding, Updating, Deleting).
    The problem that we have is providing an interface that anonymous users can search/filter. Prior to adding the external content data, we stored the metadata in the
    picture library itself. We had an InfoPath form that had multiple (3-5) filtered dropdowns which passed a filter to the picture library web part.that worked without issue.
    Do you know of an easy way to search/fliter for one picture library via dropdowns when all of the metadata is stored in a external content type?
    Any direction would be greatly appreciated.

    Hi James,
    How about create a page in SharePoint Designer instead of using InfoPath form? If you would like to have a try, please follow this step:
    1. Create a data source using database connection type. Get data from the same data from the data source you used to create the external content type.
    2. Add a page > Click Insert tab in the ribbon of Designer > Click Data Source > And insert the data source you created in step1.
    3. Insert > ASP.NET > Drop Down list > Choose Data Source for the drop down list control > Select the data source you add in step 2. And Enable AutoPostBack for the drop down list control.
    4. Insert the picture XSLT list view web part > click Parameters on the ribbon > Create a new parameter > Select Control as parameter source > Select the drop down list control you added in step 3.
    5. Create a filter for the XSLT list view web part > add the fitler equal to the parmaeter you added in step4.
    Best regards,
    Emir

  • Search in Oracle forms

    Dear professionals,
    how to search in oracle forms by using toolbar: (press enter query key + press execute key) using next criteria:
    1. value in date item is less then some value (ex. date_item <01.02.2011) picture
    2. how to search NULL values in date items, and non date items (IS NULL doesn't work)
    it's not problem to define dynamically such criteria: set_block_property('block_name',default_where,'date_item IS NULL') OR set_block_property('block_name',default_where,'date_item <'01.02.2011'').
    is there any useful link for oracle forms search tips ?
    Thx in advance,
    Adnan
    Edited by: adnanBIH on Feb 8, 2011 11:18 AM

    Zaafran Ahmed wrote:
    You can use substitution variables like I mentioned in my previous post. In Enter-Query mode, enter :V and then execute query, it will popup a Query/Where dialog and in that you can type your condition like
    YourDateItem BETWEEN ADD_MONTHS(SYSDATE, -1) AND SYSDATE
    -- or
    YourDateItem < SYSDATEIf you are using Forms10g, then see the above link from Francois. It suggests you to enable this feature by setting FORMS_RESTRICT_ENTER_QUERY=FALSE in DEFAULT.ENV file.
    Hope it helps!
    Edited by: Zaafran Ahmed on Feb 8, 2011 9:09 AM
    maybe this could help.
    http://stackoverflow.com/questions/451047/query-where-dialog-in-oracle-forms-10g
    FrancoisThx a lot guys, it works now. I changed default.env file, and it's possible to search by complex criteria.
    But, it's still more complex for common user to learn sql in order to custom search then right click in MS Access and choose Filter by selection, for example...

  • Partial Reconciliation - Problem with Search Filter

    Hi All,
    I'm trying to do a partial reconciliation and am getting this error:
    INFO [ACTIVEDIRECTORY] ActiveDirectoryRecon/performReconciliation
    INFO [ACTIVEDIRECTORY] Search Filter (&(&(objectclass=user)(whenChanged>=20100312190553.0Z))(((&((objectclass=user)())(sn=Test)))))
    ERROR [ACTIVEDIRECTORY] Error during search : javax.naming.directory.InvalidSearchFilterException: Missing 'equals'; remaining name 'dc=dinghy,dc=hal,dc=test'
    INFO [STDOUT] javax.naming.directory.InvalidSearchFilterException: Missing 'equals'; remaining name 'dc=dinghy,dc=hal,dc=test'
    INFO [STDOUT] at com.sun.jndi.ldap.Filter.encodeSimpleFilter(Filter.java:305)
    Missing equals??? This is what I entered as the query filter:
    (&(objectclass=user)(sn=Test))
    I just want to do it on a user whose last name is Test. I took the query straight out of the documentation.
    I'm using an older adapter, 9.0.4, so they had me add this in the CustomizedReconQuery property of ITResource. The documentation also states:
    The CustomizedReconQuery attribute is used in conjunction with the
    isNativeQuery attribute. You use the isNativeQuery attribute to specify whether
    or not the query condition is in the native format.
    But I don't see a isNativeQuery property in either the ITResource or the Scheduled Task. I'm guessing that's not the issue anyway.
    Anyone see any obvious issue I'm missing?
    Thank you so much

    I have a flat file recon process that I believe is my trusted source and this Updates or Creates OIM users. I just want only certain users to update to AD.. only ones where OIM.EmployeeID = AD.EmployeeID.
    I got all the pieces together, except that all my OIM users have no EmployeeID, so I want to do a one time reconcliation from AD to get the AD.EmployeeID property into OIM.
    Since my ProcessForm's Employee ID field is being populated correctly from Reconciliation, I thought I could take that value and put it in the User form with a "Employee ID Updated" task, but that, for some reason, doesn't trigger as an update from Reconciliation, works when I click Save tho. I guess it's not meant to work that way.
    I've never heard of Entity Adapters, but I'll look into it now.
    Thanks much
    Alex
    EDIT - OK, so I see Entity is a type of Adapter.... how do I call this adapter? Do I make a process task that calls it? Do I do it as above and name it "MYFILED Updated", or do something else?
    Edited by: alecks29 on Mar 17, 2010 3:04 PM

  • Filter by form shows only "Is Null" and "Is Not Null" value in split database

    Hello,
    I have a SPLIT database into FE (forms, queries...) and BE (tables with data) ready for distribution.
    PROBLEM
    When "Filter by Form" is chosen
    only 2 values are available in combobox filter ("Is Null", "Is Not Null"). All other functionalities of the form work fine (data display), which means that tables are linked
    correctly.
    In the UNSPLIT database "Filter by Form" works OK (i.e. comboboxes show lists of possible values to choose from).
    All the forms (and queries) behave like this.
    Recordsource of all forms are queries.
    Type of filtered fields => text (no memo fields, no comboboxes)
    QUESTION:
    What is the reason of this behavior and how can it be fixed so that "Filter by Form" works in SPLIT database (and displays available values in comboboxes)?
    Thank you for help.

    Hi,
    this is the default behaviour with linked tables. To change it:
    open the form in design view
    select the text box you want to use for the filter
    in the properties of the text box click at the data tab and change the FilterLookUp property from "Database default" to "Always"
    See also
    https://msdn.microsoft.com/en-us/library/office/ff194556(v=office.15).aspx.
    cu
    Karl
    Access FAQ (de/it): http://www.donkarl.com
    Access Lobby: http://www.AccessDevelopers.org

  • LDAP Search filter Jabber for Android

    Hi,
    I have this LDAP Filter which only shows me active users:
    <BaseFilter>(&amp;(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2))</BaseFilter>
    I have the same line for Jabber for Android, but it doesn't work.
    <BDIBaseFilter>(&amp;(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2))</BDIBaseFilter>
    I get 0 results for any search on Jabber Andorid. When I delete the "BDI" Line for the filter all together, then I get correct results - with photos and everything.
    I also tried a simple filter e.g:
    <BDIBaseFilter>(!UserAccountControl:1.2.840.113556.1.4.803:=2))</BDIBaseFilter>
    No search results either.
    Any ideas how to get Filter for Android working?
    Versions:
    Jabber for Android: 10.6
    CUCM: 9.1.2

    I think I found the coresponding messages in the log:
    csf.person.ldap: [LdapSearchQueryHandler.cpp(51)] [start] - reqId = 2
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1482)] [sendSearchQuery] -
    02-26 09:18:59.851 15477 15477 I csf.person.xmpp: [XMPPPersonRecordSource.cpp(268)] [fetchContacts] - Entering.
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1531)] [sendSearchQuery] -  filter  = (&(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2)(|(sAMAccountName=at1sath))), baseDN=OU=Organization,DC=at,DC=customer,DC=net
    02-26 09:18:59.851 15477 15477 D services-dispatcher: [ServicesDispatcher.cpp(147)] [pumpNext] -  pumpNext.executed (ContactsAdapter::LoadContactsFromSource)
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1576)] [sendSearchQuery] - ldap search error. rc= -7 ,msg=Bad search filter
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1675)] [notifyListenersSearchRequestCompleted] - errorCode=-7
    02-26 09:18:59.851 15477 15477 D services-dispatcher: [ServicesDispatcher.cpp(145)] [pumpNext] -  pumpNext.executing (ContactsAdapter::LoadContactsFromSource)
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1258)] [mapErrorNo] - Code = -7, Msg=Bad search filter
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapSearchQueryHandler.cpp(84)] [onSearchRequestCompleted] - reqId = 1, errcode = 9
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1531)] [sendSearchQuery] -  filter  = (&(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2)(|(sAMAccountName=at1hafr))), baseDN=OU=Organization,DC=at,DC=customer,DC=net
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1576)] [sendSearchQuery] - ldap search error. rc= -7 ,msg=Bad search filter
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1675)] [notifyListenersSearchRequestCompleted] - errorCode=-7
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapDirectoryImpl.cpp(1258)] [mapErrorNo] - Code = -7, Msg=Bad search filter
    02-26 09:18:59.851 15477 15645 D csf.person.ldap: [LdapSearchQueryHandler.cpp(84)] [onSearchRequestCompleted] - reqId = 2, errcode = 9
    The next question is now: Why is it a bad search filter? And what is the correct one? The same filter works on jabber for windows...
    BR, Dave

  • How can I create a search filter on my muse project?

    How can I create a search filter on my muse project like the 'sort by' function of this website? http://trufcreative.com/work
    By that I mean be able to narrow down the content displayed on a single page (preferably with an animation) without having the switch pages or reload the browser.
    I'm assuming this isn't something Muse can do natively, but if anyone knows the code, and how to make it work with Muse, that would be awesome.
    Cheers!

    yes i have same problem. i couldnt create one. please help me

  • Issues with Search Filter Criteria Button in Search Help

    Hi ,
    I have applied an elementary search help to a select option and this help is having four fields. The search help works fne and all the four fields are visible when i do a F4. Now , if i want to restrict the number of entries shown (the number of entries are huge) by clicking the "Search Filter Criteria" button , i dont see any of the four fields using which i can restrict the data . Do we need to do any configuration for this ??
    Regards
    Mayank

    Hi,
    in that search help itself you have a option called maximum number of hits, there is a impact if you restricted also.
    Thanks & Regards,
    Srinivasan.R

  • Sun idm LDAP Search Filter, logical operations.

    Hi
    Can any body please give me the solution on LDAP Search Filter
    I need to get all the users from a LDAP
    Whose attribute1 contains any of the values like (abc, bbc)
    OR
    Whose attribute2 contains any of the values like (xyz, yxz)

    we got the solution
    (|(|(attr1=abc)(attr1=bbc))(|(attr2=xyz)(attr2=yxz)))
    finally this worked.

  • May i know how can i include a search filter box in Muse?

    Hi, i'm going to set up a website which contain a lot of list and I would like to include a search filter box where user get to filter their search result in the list that I inserted. Is there any good tutorials or pre-post that i can refer? Thank you very much. =D

    Buddy hope this page will help you, I've done this using muse... http://chillbakes.com/specialities.html
    I've tried to sort all the products within a menu. Using triggers you can control the position area of a product.
    If it sorts your problem then mark your problem as solved so that it can help others.
    Cheers..!!

  • Apply OID search filter for Active Directory Export Sync Profile

    - currenlty we have active directory export profile working successfully
    - the filter we apply at OID side is SynchronizeToAD!=OID
    that means synchronize all ldap data that has a attribute value other than "OID"
    - This works very well
    Problem:
    - We now need to make the export sync work based on a different condition. The condition being....
    SynchronizeToAD=AD3 ( Note the equality condition here, the previous one was not equal to )
    - The moment we set it to the above conditions it seems to invalidate the filter. Now it behaves as if there is no filter. All changes are synchronized regardless of the attribute value
    Question:
    1) Need a way to control synchronization based on attribute value.
    2) So far tried the below filter value with out success
    2a) (&(!(SynchronizeToAD=OID))(!(SynchronizeToAD=AD)))
    2b) SynchronizeToAD=AD3
    - In the directory we have 3 values for this attribute(SynchronizeToAD) - AD , AD3 and OID
    Please provide us with valid search filter to accomplish the above.
    The OID profile attribute that we are trying to set is odip.profile.oidfilter

    - currenlty we have active directory export profile working successfully
    - the filter we apply at OID side is SynchronizeToAD!=OID
    that means synchronize all ldap data that has a attribute value other than "OID"
    - This works very well
    Problem:
    - We now need to make the export sync work based on a different condition. The condition being....
    SynchronizeToAD=AD3 ( Note the equality condition here, the previous one was not equal to )
    - The moment we set it to the above conditions it seems to invalidate the filter. Now it behaves as if there is no filter. All changes are synchronized regardless of the attribute value
    Question:
    1) Need a way to control synchronization based on attribute value.
    2) So far tried the below filter value with out success
    2a) (&(!(SynchronizeToAD=OID))(!(SynchronizeToAD=AD)))
    2b) SynchronizeToAD=AD3
    - In the directory we have 3 values for this attribute(SynchronizeToAD) - AD , AD3 and OID
    Please provide us with valid search filter to accomplish the above.
    The OID profile attribute that we are trying to set is odip.profile.oidfilter

  • Removing "Standard" options from the WebUI search filter

    Hi Experts,
    I have configured the YMCR and Y**** transaction types for RFC, Urgent, Normal and other Changes.
    I have removed the SMCR transaction type for standard from dno_cust/04 and I do not see the standard transaction type anywhere now except for all of them showing up in the drop down Menu of the Search filter.
    Can you please advise how to remove these?

    Hi Ranjith,
    Can you make sure via SUIM that this object is not assigned via some other role to the user.
    there are other ways but if something can be achieved easily why you need to put extra efforts for the same.
    Unless someone authorized for SMCR should only see ZMCR for example and if this is not working then there is something definitely wrong because from business point of view if I have multiple customer and multiple transaction type I can view all which is not correct.
    I have done this for single and VAR scenario so know that this works.
    Or alternative
    Create a test user assign only few roles(relevant one's) to this user check it &  it must work
    e.g. I have logged on using the standard user CH_CM_SID of the system which is created via standard solman_setup and output is shown below for searching change request...........it shows only Z*
    Regards
    Prakhar

  • Would like to see a language option added to the app search filter.

    Who would like to see a language option added to the app search filter?

    You can provide feedback here
    http://www.apple.com/feedback/

  • How to create a sort in Office 365 search filter pane

    Hi,
    I am using Office 365.My first issue is i uploaded an image in Asset Library and searched for that image but i didn't get that image in results.
    Second i added some keyword to that image while uploading  and i searched with those keywords still no luck.
    Third, If i have created a column in of Choice lets say "Selected" and "Rejected"  how could i make this column as a filter option in search result page. Like default search filter for Excel, PDF, Word Document, People.
    Please guide me on this...

    Hi,
    According to your post, my understanding is that you wanted to create a custom refiner in search result page.
    There are two articles about the step and step to add custom refiners in the Refinement Panel of Search Results page for SharePoint Online, you can have a look at them.
    http://blogs.technet.com/b/sharepoint_made_easy/archive/2013/03/19/step-by-step-configuration-to-add-custom-refiners-in-the-refinement-panel-of-search-results-page-for-sharepoint-online.aspx
    http://rikdekker.wordpress.com/2013/12/19/how-to-create-custom-refiners-in-sharepoint-online/
    As this is the forum for SharePoint server, I recommend you can post your question to the forum for SharePoint Online:
    http://community.office365.com/en-us/forums/154.aspx.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Thank you for your understanding and support.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Black screen on macbook pro 13in 2011

    A few weeks ago my screen went black while I was having a web cam chat with my wife. I was able to hook it up to my flat screen TV and it is working fine but not on my main apple disply screen. The apple icon on the back isn't lighting up and I can s

  • How to integrate BI Appliation with EBS

    Hi All, I have installed BI Application 7.9.4 version and Oracle EBS 11.5.10 versions.Want to know the process how we will do the integration of BI Appliaction with EBS. I have do something following the "Oracle® Business Intelligence Applications In

  • I've been getting "Unknown error" a lot lately, is there a known issue here?

    "Sync encountered an error while syncing: Unknown error." I have been getting this error lately across multiple desktops. Is there a known issue recently introduced into the Firefox 4 beta series?

  • Packet Fence behind a proxy

    No, because you are doing something new and uncharted. But the rules are in (doing from memory) /usr/local/pf/conf (somewhere) there is the iptables template that gets copied to the correct location in /etc/sysconf/iptables.  I can dig around in my t

  • Aggregated data types - what package(s) do they reside in?

    I'm looking for the definition of the aggregated data type MatlERPRplctnReqMsgMatl, but I cannot find it in the PI ESB. Do these data types reside in a specific package that needs to be imported, or do I use the SWDL for the interface that specifies