How to add  operator NE (not equal) in view BP_HEAD_SEARCH/MainSearch?

Hi Experts:
I am usuing CRM 2007.
In view BP_HEAD_SEARCH/MainSearch I have added some new fields. This is working fine. But the operators of these new fields are all limited to Equal to. I need to add filter option (operator) NE (not equal).
How can I do this?
Best regards,
Cristina

Hi Carl:
Thanks for your answer. Could you please explain a little bit more in detail ?
Thanks a lot in advance!!
Best regards,
Cristina

Similar Messages

  • Multiple selection in Query Panel. Operator Does not equal generates error.

    Hi,
    I'm using Jdeveloper 11.1.1.4 and creating Oracle Fusion Web Application with ADF Business Components.
    I want to use multiple selection on LOV in ADF Query Panel with Table, but I get the following error
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    A simple example:
    Schema: HR
    Generate default Business Components for tables Departments and Employees.
    Model:
    Create List of Values for EmployeesView(DepartmentId)
    List Data Source: DepartmentsView1
    List Attribute: DepartmentId
    Display Attributes: DepartmentName (UI Hints)
    Create View Criteria EmployeesByDepartmentVC for EmployeesView
    Criteria Item:
    Attribute: DepartmentId
    Operator: Equals
    Operand: Literal
    Select "Support Multiple Value Selection" (UI Hints)
    ViewController:
    Create blank JSF Page: showEmployees.jspx
    Drag EmployeesByDepartmentVC from Data Controls to showEmployees.jspx
    Create Query=>ADF Query Panel with Table
    Run application.
    Press Advanced button.
    Select operator "Does not equal" and department names "Administration;Marketing"
    Press Search
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Note: it works fine with operator "Equals"
    Best,
    Kees.

    Hi,
    I was reading:
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html#bugs_fixed_in_11.1.2.2.0
    Bugs Fixed in 11.1.2.2.0
    Bug.No. 13508184
    unsupported model type error thrown for multi select view criteria
    I have tested the use case described in this thread with JDeveloper 11.1.2.2.0 but I still get the same error.
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Is there anybody who can tell me more about this bug fix?
    Thanks,
    Kees.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM.

    How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM. I found that it can be
    done by using XsltListViewWebPart class but how can I use this one by using shraepoint client api.
    shiv

    Nice, can you point me to the solution please ?
    I'm  trying to do this but I get an error : 
    Web Part Error: Cannot complete this action. Please try again. Correlation ID: blablabla
    StackTrace:    at Microsoft.SharePoint.SPViewCollection.EnsureViewSchema(Boolean fullBlownSchema, Boolean bNeedInitallViews)     at Microsoft.SharePoint.SPList.GetView(Guid viewGuid)   
    All help really appreciated.

  • Add search operator  'NE' (not equal to)

    Is it possible to add 'NE' (not equal to) operator to the activity search page. If yes, please let me know how.Right now it has only 'is' operator.

    Hi,
    I had the time to try it myself today.
    Open TX: SM34
    There use view cluster CRMVC_DQ
    Selecte the entry: KompName = BT ; DQuery Objectname = BTQAct
    Click on the lower level on the left, should be named like "Exceptions per attribute"
    Select the entry: KompName = BT ; DQuery Objectname = BTQAct ; Attribute Name = STATUS_COMMON
    Mark search operator "NE" and save.
    Now you are able to do not equal searches for the attribute.
    I have tried this in the WebClient and in the BOL Browser. It works.
    cheers Carsten

  • How to search for "Kind not equal to Folder"

    I'm trying to set up a Smart Folder with criteria:
    - Last Modifed within last 2 weeks AND
    - Kind is not Folder
    How do you set up Finder search criteria for Kind "doesn't equal" something? All I can find is Kind = All or one thing in particular?
    Thanks for any help you can provide.
    OS X 10.4.8
    Mike
      Mac OS X (10.4.8)  
      Mac OS X (10.4.8)  
      Mac OS X (10.4.8)  

    You'll have to use the Raw Query in order to have boolean operators, such as "is not" or "or" and so on. So do your Command-F, choose Last Modified, then for second criterion select "Other" from the drop down menu and scroll to Raw Query and select it. In the Raw Query field copy and paste this:
    kMDItemKind != "Folder"
    That should do it. The booleans are:
    == equal
    != not equal
    < less than
    <div class="jive-quote"> greater than
    <= less than or equal to
    <div class="jive-quote">= greater than or equal to
    For more information than you will probably ever want to know, you can start here:
    http://developer.apple.com/documentation/Carbon/Conceptual/SpotlightQuery/index. html
    The above comes from the link to Query Expression Syntax.
    Francine
    Francine
    Schwieder
    PS--Hi biovizier, looks like you hit post before I did. Great minds....

  • How to add a WAIT, NOT Pause

    Anyone know how to add a wait to a phone number?
    Thanks

    > Is this possible to add wait
    No, this does not make any sense.
    The BPM waits for the response anyway.
    You could change the scenario to an asynchonous pair of messages.
    But in my opinion the error is inside the ECC, because the response from ECC is not correct.

  • How to add operation system user in atable

    oracle 10g and Oracle Enterprise Linux 5.4
    i wouil like to add operation system user name in a oracle table so that i can monitor data in the particular table

    Your question is unclear.
    Check also v$session dynamic performance view may be you can get information from this view which you can pull into your custom table.
    And your query is about finding who is connected then,
    To know about the list of users that is now connected and the time when they connect to database issue the following query.
    SQL> SELECT s.username, s.program, s.logon_time
    FROM v$session s, v$process p, sys.v_$sess_io si
    WHERE s.paddr = p.addr(+)
    AND si.sid(+) = s.sid
    AND s.type = 'USER';
    USERNAME PROGRAM LOGON_TIM
    SAMI sqlplus@testerp (TNS V1-V3) 26-NOV-10
    oracle@testerp (J000) 26-NOV-10
    To know only the current session user name you can issue the following query,
    SQL> SELECT USERNAME from v$session where audsid = sys_context('userenv','sessionid');
    USERNAME
    SAMI
    To know about on which schema you are connecting issue following query.
    SQL> SELECT sys_context('USERENV', 'CURRENT_SCHEMA') FROM dual;
    SYS_CONTEXT('USERENV','CURRENT_SCHEMA')
    SAMI
    To know about the connected user user for the current session issue,
    SQL> SELECT sys_context('USERENV', 'SESSION_USER') FROM dual;
    SYS_CONTEXT('USERENV','SESSION_USER')
    SAMI
    If you use SQL*plus then simply issue,
    SQL> SHOW USER;
    USER is "SAMI"

  • How to restrict user to not switch other view in infopath form.

    I created two views. both we can see when we open in infopath form in drop down list.
    But I want to restrict this for some users or group.
    If one user will open infopath form he will not be able to switch other view and other user open he can switch both view.

    You should be able to do this. Try the following:
    1.) create a button somewhere in your form (choose a spot you like) - I put mine in the top of form.
    2.) label it Card Access Letter View if you are on View 1 and then add another button to CardAccessLetter and call it view 1
    3.) create a data connection to get the current user info from Profile Services -
    http://www.codeproject.com/Articles/331606/How-to-set-Current-User-Name-to-InfoPath-Person-Gr
    4.) create a hidden text box "Currentusername" and set a form load rule to populate the hidden text box with the current user's name using profile services "Preferred Name".
    5.) create another text box that is hidden and call it something like ViewChangeFlagOK.  Set the default value to false
    6.) click on the form load rules box and create a new rule.  name the rule and then enter your conditions: Currentusername is equal to "enter user name" or (repeat as needed) .  Rule type = Action. Set a fields value to ViewChangeFlagOK =
    True
    7.) Navigate back to your button you created and add a rule.  Condition = View changeflagok is not equal to true, Hide this control.
    add another rule to the button.  condition= Rule runs when button is clicked- Switch to other view.
    this should solve your problem.  Appropriate users will be able to switch views using a button, not the ribbon control, but should solve your problem nonetheless.

  • How to add an index to a materialized view in Data Modeler 3.3

    Hello everyone,
    I'm looking for a how-to to add an index to a materialized view in Data Modeler 3.3.0.747, as I coudn't find a way to do it so far.
    I looked here:
    Relational Model
    Physical Model
    Oracle 11g
    Materialized Views
    "my_mv_name"
    "INDEXES" IS NOT HERE IN THE TREE
    "Tables" does not include it either
    Thank you & Best regards,
    Blama

    Hi David,
    thanks a lot. I did so and it worked, but I found a minor bug while doing so:
    I marked the table as "Implement as Materialized View" and went to File->Export->DDL (for Oracle 11g).
    The generated code (I checked all options in "Drop Selection") includes a row:
    DROP MATERIALIZED VIEW mv_mymatview CASCADE CONSTRAINTS ;
    which produces a syntax error.
    Best regards,
    Blama

  • How to add UI elements dynamically in the views of webdynpro

    Hi Experts,
    Here i have a requirement where 2 text-box get added on a click of "ADD" button in the view during the execution of the Application. so is it possible to add the text-box to the view or not?
    if yes how can it be done.
    Thanks in advance
    Regards
    Lalitkumar.

    Even with these expanded requirements I wouldn't necessarily recommend dynamic UI element creation in WDDOMODIFYVIEW.
    If the UI element requirements are fairly static (2 text boxes for each push of the button), then consider using a Multi-Pane (http://help.sap.com/saphelp_nw70ehp1/helpdata/en/df/da8b412bb5b35fe10000000a1550b0/frameset.htm) or Row Repeater (http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/93d3792e8c60d6e10000000a114a6b/frameset.htm) UI element. These constructs will both create a series of UI elements based upon the number of context elements in a bound node.  Therefore if you want to generate two textboxes for each push of a button, in the button event handler you simple add another context element to the context node.  You don't need dynamic UI element creation or dynamic data binding.
    If you feel that you must use dynamic UI element creation, then first read up on the WDDOMODIFYVIEW phase model event.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d2/8acd409cc4dd50e10000000a1550b0/frameset.htm
    You then probably want to study these three blogs on the topic:
    /people/thomas.szcs/blog/2005/12/28/dynamic-programming-in-web-dynpro-abap--introduction-and-part-i-understanding-ui-elements
    /people/thomas.szcs/blog/2006/01/03/dynamic-programming-in-web-dynpro-abap--part-ii-handling-viewelements
    /people/thomas.szcs/blog/2006/02/22/dynamic-programming-in-web-dynpro-abap--part-iii-aggregations-and-ddic-binding-of-viewelements

  • Error with test operation 'Could not create the view'

    I'm totally new to Flash Builder. I was trucking along developing my first project as a mapping app in FB 4.5 trial version with the ESRI Flex API library. I was testing how to set up WMS and WFS services, and all was going swimmingly until suddenly 'test operations' stopped working. Now when I attempt to test any service, I receive the error "Could not create the view: 1". This error stopped working shortly after I deleted a couple of testing services I had configured, but not immediately after (three or four test worked afterwards before it broke).
    I have found almost no information online about this error, but what I have found seems to always reference eclipse. I tried starting a new project, creating a new workspace and uninstalling/reinstalling Flash Builder but the error persists.
    Has anyone else ever experienced this error? Any leads at all are appreciated.
    Thanks

    For anyone else with this problem, it seems to have been an eclipse issue in the workspace. I deleted the 'cascaded' folder and the error went away.

  • How to add  subscreen(mrp area)  to mrp1 view

    Hello SAP GURUS,
      while creating the material with FERT material type, i found that there was no subscreen containing data for mrp area in mrp1 view.How to add this subscreen in mrp1 view.
        I checked all the customization data like maintain screen sequence order,assign material type, industry sector and all to the screen sequence reference.Everything is there,than also couldn't manage.
         So if you know the process than plz share.

    Hi,
    The below link may be useful.
    https://wiki.sdn.sap.com/wiki/display/ABAP/ABAPDevelopmentand+Programming
    (At the end of the Page) In this all the pages of MM01_Screen Exit PArt 1 and Part2 are useful..
    If you click on any one of thm it will lead you to the Attachments where in you can look into all the attachments..
    Regards,
    Siva

  • How to add styles to image in XML view ?

    Is it possible to add styles to Images in XML view ?
    <Image alt="alternate text " src = " " />
    I tried adding sytle= "align : right " but its not working. I just want to align this element in the view to the right.

    Hi Micheal,
    Pleas see the below code.
    View:
    <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
      controllerName="testing.imageXml" xmlns:html="http://www.w3.org/1999/xhtml">
      <Page title="Image">
      <content>
      <Image id="img1" alt="alttextimage" src="images/img1.jpg" />
      </content>
      </Page>
    </core:View>
    Controller:
    onBeforeRendering: function() {
      this.getView().byId("img1").addStyleClass("myimage");
    Index.html :
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m,sap.ui.commons"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <script>
      sap.ui.localResources("testing");
      var app = new sap.m.App({initialPage:"idhome1"});
      var page = sap.ui.view({id:"idhome1", viewName:"testing.imageXml", type:sap.ui.core.mvc.ViewType.XML});
      app.addPage(page);
      app.placeAt("content");
      </script>
      <style>
      .myimage{float:right !important; width:300px; height:200px;}
      </style>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    Output :
    Regards,
    KK

  • Add search operator NE (not equal) by "user status" in Leads?

    Hi, I added the operator following the procedure
    Open TX: SM34
    There use view cluster CRMVC_DQ
    Selecte the entry: KompName = BT ; DQuery Objectname = BTQLead
    Mark search operator "NE" and save
    I  add the operator, but  both "EQ" and "NE" gives me the same results.
    Who can help me?
    Best Regards

    Hi Carl:
    Thanks for your answer. Could you please explain a little bit more in detail ?
    Thanks a lot in advance!!
    Best regards,
    Cristina

Maybe you are looking for