Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: display consecutive record numbers Post Reply Post New Topic
Author Message
chanti
Newbie
Newbie
Avatar

Joined: 04 Jan 2010
Location: India
Online Status: Offline
Posts: 6
Quote chanti Replybullet Topic: display consecutive record numbers
    Posted: 30 Apr 2010 at 7:01pm
I want to display record number (ie. serial number). Here is some problem.
when i am suppress some fields. that shows 1,3,4,8 like that . I want 1,2,3 like that.
 
ex. 
 
s.no    name   incometax
 
  1.      xxxx         5000
   2.      yyyy         1000
  3.       zzzz         0
  4.     aaaa          0
   5.    ttttt             6000
 
here it display
 1.      xxxx         5000
 2.      yyyy         1000
 5.      ttttt          6000
 
any one help me  pls.......
S.Jayaraj
IP IP Logged
kevlray
Admin Group
Admin Group
Avatar

Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Quote kevlray Replybullet Posted: 03 May 2010 at 4:35am

You could have a running total (a count) that evaluates on the NOT of the same condition that you suppress the detail.  It appears from the detail you have shown.  If the value is non-zero count that row.



Edited by kevlray - 03 May 2010 at 4:36am
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.031 seconds.