<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=CatiStatistic_getByInterviewers</id>
	<title>CatiStatistic getByInterviewers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=CatiStatistic_getByInterviewers"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=CatiStatistic_getByInterviewers&amp;action=history"/>
	<updated>2026-04-29T23:22:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=CatiStatistic_getByInterviewers&amp;diff=238989&amp;oldid=prev</id>
		<title>Administrator: Created page with &quot;Category:Questionnaire_Functions = CatiStatistic_getByInterviewers = Get CatiStatistic == Syntax ==  CatiStatistic_getByInterviewers(array intervie...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=CatiStatistic_getByInterviewers&amp;diff=238989&amp;oldid=prev"/>
		<updated>2019-02-28T01:55:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Questionnaire_Functions&quot; title=&quot;Category:Questionnaire Functions&quot;&gt;Category:Questionnaire_Functions&lt;/a&gt; = CatiStatistic_getByInterviewers = Get &lt;a href=&quot;/CatiStatistic_class&quot; title=&quot;CatiStatistic class&quot;&gt;CatiStatistic&lt;/a&gt; == Syntax ==  CatiStatistic_getByInterviewers(array intervie...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Questionnaire_Functions]]&lt;br /&gt;
= CatiStatistic_getByInterviewers =&lt;br /&gt;
Get [[CatiStatistic class|CatiStatistic]]&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
CatiStatistic_getByInterviewers(array interviewers, number qnaireRid, DateTimestartDate, DateTime endDate);&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
array &amp;#039;&amp;#039;interviewers&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
number &amp;#039;&amp;#039;qnaireRid&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
DateTime &amp;#039;&amp;#039;startDate&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
DateTime &amp;#039;&amp;#039;endDate&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Return type ==&lt;br /&gt;
Array of [[CatiStatistic class|CatiStatistic]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array interviewers = {15620372, 15003004};&lt;br /&gt;
number qnaireRid = 15629214;&lt;br /&gt;
DateTime startDate = new DateTime (&amp;quot;2018/2/7&amp;quot;);&lt;br /&gt;
DateTime endDate = new DateTime (&amp;quot;2018/5/10&amp;quot;);&lt;br /&gt;
Array result = CatiStatistic_getByInterviewers(interviewers, qnaireRid, startDate, endDate);&lt;br /&gt;
print(result);//{CatiStatistic,CatiStatistic}&lt;br /&gt;
for(number i = 0; i&amp;lt;result.Count; i++ )&lt;br /&gt;
{&lt;br /&gt;
	CatiStatistic catiStat = result[i];	&lt;br /&gt;
	print(catiStat.InterviewerResourceId);//15003004, 15620372&lt;br /&gt;
	print(catiStat.TotalTime);//95280, 16740&lt;br /&gt;
	print(catiStat.RealTime);//89294, 16372 &lt;br /&gt;
	print(catiStat.AverageSuccessTime);//1725(126460512), 2962 (161290759)&lt;br /&gt;
	print(catiStat.TotalCallAttempts);	//643, 116&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>