Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have 162232 distinct records.
I have created table and I want to create one column as rowno.
i have used rowno() but it is "calculation time out " error into the table object.
Regards,
Mahamed
 
					
				
		
 Or
		
			Or
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sounds like there may be an issue with your table, data structure, or something else that's causing this to time out. RowNo() on a table with 160k rows shouldn't be a problem.
Load RecNo() as ID, 'Dim' as Dimension
Autogenerate(162232);
