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 July 27th, 2004, 04:42 AM
Registered User
 
Join Date: Jul 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Multiple formula entries as rows in a cross-tab

Dear all,

I have three (or multiple) entries from a database that I would like to include as rows in a cross-tab. Let's call them:
{ROW.A}
{ROW.B}
{ROW.C}

I have one entry as a column that I would like to include:
{COLUMN.A}

The entries in {ROW.A}, {ROW.B} and {ROW.C} consist of either a "Y" or a "N" field. I would like to include just the "Y" field, so have created three formulas to do so:
@SELECT_ROW_A_Y =
{ROW.A} = "Y"

@SELECT_ROW_B_Y =
{ROW.B} = "Y"

@SELECT_ROW_B_Y =
{ROW.B} = "Y"

I am then calling these three formulas in the cross-tab. For some reason Crystal doesn't like this and prints out surplus jargon; many Ys and Ns - more than occur in the first place!

To me, this seems like the correct way to do this, but it doesn't work. Is there a simple answer to this question? Or any other (simple!) ways to do this?

Many thanks for your help,

Andy





Similar Threads
Thread Thread Starter Forum Replies Last Post
cross tab help drachx SQL Server 2000 3 October 24th, 2005 03:26 PM
help with cross tab kondapally Crystal Reports 0 August 25th, 2005 09:11 AM
cross tab s_a_ravi BOOK: Professional Crystal Reports for VS.NET 0 February 17th, 2005 06:49 AM
Cross Tab ? abdusalam Crystal Reports 2 July 25th, 2004 11:44 PM
titles for cross-tab rows justinm101 Crystal Reports 2 February 12th, 2004 03:09 AM





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