cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Row Counting from second or third line

nizam_babayev
Participant
0 Likes
1,338

Hi dear colleagues , My report starts counting rows from 3-rd , how i can fix it? maybe with some formula?

Thanks in advance !

View Entire Topic
DellSC
Active Contributor

If RecordNumber doesn't work, you could configure a running total that does a distinct count of "Belegnr." and only evaluates if there is a non-null, non-empty value for that field. Put that on the report and it should increment for every row, assuming that Belegnr is unique for every record you're displaying.

-Dell