Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 deepakqlikview_
		
			deepakqlikview_Hi,
I have questions as per below,
1. How do I know how much data is processed in QlikView from the source.
2. is it possible to view daily records count on a daily basis for comparison. Mean how much data from the same source is processed yesterday and then today.
so that we can view the historical count for the records.
Do we have a standard template provided by qlik?
Thanks in advance.
Thanks
 pradeep_s
		
			pradeep_s
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Deepak,
A tool is available to meet your need: https://community.qlik.com/t5/QlikView-Documents/Qlik-Script-Log-Analyzer-A-near-Complete-tool-to-An...
All you need is script log files.
Thanks
Pradeep
 QFabian
		
			QFabian
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @deepakqlikview_123 , when you make the loads, yo can add script to do what your want, for example :
TableName:
Load from your source;
then
Let vRecords = NoOfRows('TableName');
then you can show it in a text box, or save it as qvd with this kind of info, and can be apllied for several tables
please check this related functions :
