Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 22nd, 2008, 06:04 PM
Registered User
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Filtering data in Crystal reports

Hi,

I have the following table
Customer# Status
BEAUTI7 I
ELITE2 C
LA BELL
BELLAB C
B BY J K
YINGS

I would like to select all records with a status no equal to "C". I did the following under the formula editor: {status} <> "C". However, the result does not include the records with blank status. My objective is to include those as well. The final result should be

Customer# Status
BEAUTI7 I
LA BELL
B BY J K
YINGS


Thank You



 
Old March 3rd, 2008, 04:29 PM
Authorized User
 
Join Date: Sep 2007
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Seems like you need the logical AND of '<> "C"' and '<> ""'.

Richard
Rugeley, UK
WinXP Pro SP2
VBW Express + SQL Server 2005 Express





Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports Data Reordering software_developer_kk ASP.NET 2.0 Professional 0 December 17th, 2007 10:49 AM
.net C# crystal reports filtering records vhrao Crystal Reports 0 October 12th, 2006 04:25 PM
Crystal Reports missing part of data JMCHAP1 Crystal Reports 1 August 7th, 2006 09:41 AM
comparision among crystal reports and Data reports avats Crystal Reports 0 April 13th, 2005 01:01 PM
Crystal Reports 4 shows no data Melibe VB Databases Basics 0 December 5th, 2003 05:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.