PC Review


Reply
Thread Tools Rate Thread

Crystal Reports Cross-Tab Data Suppression

 
 
nathancockram@gmail.com
Guest
Posts: n/a
 
      15th May 2007
In the Cross-Tab Expert I have the following values:

Columns --> Table.ValY
Rows --> Table.ValX
Summarized Fields --> Table.Val1, Table.Val2, Table.Val3, Table.Val4,
Table.Val5

CASE 1 CASE 2
Table.Val1 :: 0 3
Table.Val2 :: 0 0
Table.Val3 :: 0 2
Table.Val4 :: 0 0
Table.Val5 :: 0 0

What I want to do is suppress all data in Case 1 (when Table.Val1 ==
0), but not suppress any data in Case 2 (when Table.Val1 != 0).

What I've accomplished so far is suppressing /everything/ that is == 0
by selecting all 5 ValueObjects in the designer, right-clicking and
choosing 'Format Multiple Objects', and then adding the following code
within the 'X-2' button to the right of the word 'Suppress':

IF CurrentFieldValue = 0 THEN True ELSE False

I've tried the following code also, but it doesn't work to suppress
anything at all:

IF {Table.Val1} = 0 THEN True ELSE False

Any help from someone more familiar with Crystal Reports _greatly_
appreciated.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports and Data Tables. Tull Clancey Microsoft VB .NET 1 19th Jul 2006 03:03 PM
Crystal Reports Does Not Display BLOB Field Correctly in IBlobField Control Using Crystal Reports for VS.NET 2003 Jeff Microsoft Dot NET 0 4th May 2006 09:21 PM
Crystal Reports: Conditional Suppression AMDRIT Microsoft Dot NET 1 7th Nov 2005 07:58 PM
Cross Tab in Crystal Reports =?Utf-8?B?U2Fwbmls?= Microsoft Dot NET Framework 0 24th Nov 2004 11:03 AM
Crystal Reports Data Ing. Leandro Pérez Guió Microsoft C# .NET 1 20th Nov 2003 06:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:41 AM.