Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record Number

Status
Not open for further replies.
Aug 20, 2012
1
0
0
US
I need to create record numbers simular to Record Number(number) however, I need to start the list with Record 0 (zero) instead of 1. Any suggestions would be appreciated.
 
Try this:

1. Create a running total that will count your records. I'll call this {#RecCount}

2. Create a formula that I'll call {@RecCount}:

{#RecCount} - 1

Use this formula on your report.

-Dell

DecisionFirst Technologies - Six-time SAP BusinessObjects Solution Partner of the Year
 
Please note that you are in the wrong forum. Threads like this belong in forum767 or forum149.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top