Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Problem with Runing Total Post Reply Post New Topic
Author Message
dash_anup2000
Newbie
Newbie
Avatar

Joined: 26 Feb 2008
Location: India
Online Status: Offline
Posts: 8
Quote dash_anup2000 Replybullet Topic: Problem with Runing Total
    Posted: 11 Mar 2008 at 1:03am
I am retrieving the data of a party based on some parameter(Product Interest and Person Interest) using Running Total.
 
while displaying the record
 I had used the "Running total" for that.
 
But to Display in a proper format, I had done some manipulation
 
//******************************************************************************
// Prints the cumulative value of the RunningTotal variable
// for {AS_INTEREST_TYPES_TL.INTEREST_TYPE}
//******************************************************************************
WhilePrintingRecords; 
StringVar RunningTotal;
RIGHT((RunningTotal),LEN(RunningTotal)-1);
 
But because of the last line[RIGHT((RunningTotal),LEN(RunningTotal)-1);]
its showing an error while running the report.The error is
"string length is less than 0 or not an Integer"
Can anybody help me on that ?
 
 
Anup
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.016 seconds.