CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • SearchBuilder != operator seems to not work.
Pages: [1]

Author Topic: SearchBuilder != operator seems to not work.  (Read 992 times)

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
SearchBuilder != operator seems to not work.
February 06, 2008, 10:11:13 am
I'm working through our imported data linking individuals to "Use Household Address"  So I thought I'd search for individuals that do not have a state defined as "NY" since all our members are local.  Building a search where State != NY resulted in the opposite...
« Last Edit: February 07, 2008, 02:23:22 am by FatherShawn »
Lead Developer, C3 Design.
Twitter: @FatherShawn

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: SearchBuilder != operator seems to not work.
February 07, 2008, 12:31:23 am
You need to use state "id" instead of "abbreviation". So in your case use "1031" and not NY.

HTH

kurund
Found this reply helpful? Support CiviCRM

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: SearchBuilder != operator seems to not work.
February 07, 2008, 02:23:05 am
Thanks!  We should add that to the Search Builder documentation, unless I just missed it, then I'd say  :-[
Lead Developer, C3 Design.
Twitter: @FatherShawn

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • SearchBuilder != operator seems to not work.

This forum was archived on 2017-11-26.