Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 pak
		
			pak
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have added in an extension button - exporting data as csv into my QlikSense dashboard but when I download the csv file it only shown 200k records while my dataset has 1M. Any idea how can i configure the export setting to 1M?
 Jack_Guo
		
			Jack_Guo
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @pak ,
Are you using 'sense-export' extension for downloading to csv file? If yes, you may check with the extension owner. There is no way to change the limitation on this extension in Qlik Sense.
 Jack_Guo
		
			Jack_Guo
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Or use Store command in script.
Store tablename into lib://foldername/xxx.csv (TXT) (txt,delimiter is ';');
