Login / Register  search  syndication  about

          George Jensen's Blog

George Jensen on Reporting, Business Intelligence, Crystal Reports, Visual Analyzer, and more.

Working with the Like Function

The next topic in our write- up of the Functions that come with Business Objects Crystal Report is the Like function.  I use the "Like" function a lot in my record selection criteria.  Double parenthesis and the star character is the key to this function.

The basic syntax looks like this:

{Field} like ("*a*")

This will return any value in the field that contains an "a".

{Field} like ("a*")

This will return any value in the field that starts with an "a".

{Field} like ("*a")

This will return any value in the field that ends with an "a".

If there is character set that the middle character you can use a ? in the syntax.

{Field} like ("*s?n")

This will provide us all names that the third to the last characters contain the "s", the second to the last character contains anything, and the last character is an "n".

Simple but useful little function.

Remember our list of free SalesLogix Reports

 

What's This?
  
Bookmark and Share

About George Jensen

   George Jensen is a Senior Developer for Customer FX Corporation.


Related Content
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   FREE Open Source Add-ons for SalesLogix version 8 web
SalesLogix is developing a number of FREE add-on solutions for SalesLogix version 8 web. Some of the
Posted on May 22, 2013 by Scott Weber to SalesLogix Product Blog
 
   What is the best way to delete unused Groups in SalesLogix?
After several years of using SalesLogix – we have hundreds of groups, most of which are no longer used as
Posted on May 21, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Can the SalesLogix Application architect's build process be automated?
Can the SalesLogix Application architect's build process be automated, or called from a batch file? W
Posted on May 16, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is it possible to Sync SalesLogix Attachments based on Account Manager?
Is it possible to only sync SalesLogix Attachments from the accounts where the user is the account manag
Posted on May 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

 

Anonymous said:

Thanks for this information. I'm converting a VB6 database with reports designed in CR 8.5 into VB.NET and CR.NET and the wildcard character has apparently changed from "%" to "*".

December 7, 2009 9:55 AM

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register