Print Page | Close Window

display consecutive record numbers

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=9875
Printed Date: 20 Apr 2025 at 7:50am


Topic: display consecutive record numbers
Posted By: chanti
Subject: display consecutive record numbers
Date 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



Replies:
Posted By: kevlray
Date 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.




Print Page | Close Window