Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Reading row of data and inserting error message Post Reply Post New Topic
Author Message
omega1983
Newbie
Newbie
Avatar

Joined: 07 Feb 2008
Location: United States
Online Status: Offline
Posts: 6
Quote omega1983 Replybullet Topic: Reading row of data and inserting error message
    Posted: 05 Mar 2008 at 9:55am
I have a report that reads a row of data.  For discussion purposes lets say it is a transaction class.  Lets say the report has 20 records with a transaction class of v
 The transaction class should be the same for each entry.  So for example, I should see a v next to the transaction class.  If I see anything else, I want to issue an error message.  How do I get the row of transaction classes to evaluate itself and assign an error message if there is a deviation in the pattern of data, in this case something other than a v
 
I thought about trying to pass a parameter.
omega1983
IP IP Logged
rahulwalawalkar
Senior Member
Senior Member
Avatar

Joined: 08 Jun 2007
Location: United Kingdom
Online Status: Offline
Posts: 731
Quote rahulwalawalkar Replybullet Posted: 05 Mar 2008 at 12:01pm
Hi,
 
you can create a fromula to check 
 
 if transactionclass <> 'V' then
'Error Message'
else
transactionclass
 
Place this formula in details section.
 
cheers
rahul
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.015 seconds.