Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 riyazasma1009
		
			riyazasma1009
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
Can someone please let me know the number of rows that are by default displayed in straight/pivot table.
Thanks,
Asma
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		there is no default number of rows, the chart will contain all rows returned by your expression if any
and the number of rows and columns that are displayed are only dependent on the height and width of the chart respectively, and that is for you to scale
 riyazasma1009
		
			riyazasma1009
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Vineet,
Thanks for your reply!
I have a table with 109288 records and 89 columns. If I create a table box and add all the columns, the chart is getting displayed properly, whereas if the same thing is added into a straight table, it gives"Out of Object Memory" error on QV Desktop itself.
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Well it just ran out of RAM, try rebooting your PC to free up some space
A table box is only a collection of listboxes and The straight table will best represent your data table
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Your object hit the inbuilt RAM limitations for objects. AFAIK there is no practically way to bypass it (in earlier releases there was an option to customize it). This meant you need to reduce your table in regard to the available rows, columns and/or the content (for example replacing descriptive fields with their numerical ID's) - maybe just splitting it into several tables.
Beside them such big tables makes not much sense for an user within the gui - therefore I assume the purpose of it is to export the data. Maybe this could be replaced with a store-statement within the script.
- Marcus
 
					
				
		
 florentina_doga
		
			florentina_doga
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		use in expression
RowNo()
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		How you are creating straight table? make sure you are using proper aggregation functions in expression of straight table. May be your expressions are complicated so try to optimize the expressions
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you provide some more details.
Like are using any expression while creating straight table / pivot table.
Also make some selection like month , year or city and then create chart. So that It will allocate only required memory.
If you are just adding field like table box then it will not make any issue.
Regards,
