Hallo Cognos  People !!
Does anyone knows how can i do a Autoincrement column in  a Report. Just a column that numerate
 1
 2
 3
 4 ..   all my rows in a list.
thanks in advance !! Enrique 
			
			
			
				Quote from: Enrique on 05 Nov 2015 07:34:07 AM
Hallo Cognos  People !!
Does anyone knows how can i do a Autoincrement column in  a Report. Just a column that numerate
 1
 2
 3
 4 ..   all my rows in a list.
thanks in advance !! Enrique
Create a Layout Calculation with this expression:
RowNumber ()
			 
			
			
				 So many Thanks Lynn :)))