<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Reiteration Calculation - Call Center in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reiteration-Calculation-Call-Center/m-p/1904565#M1217864</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Don't know if i post it at the correct place.&lt;/P&gt;
&lt;P&gt;I have a QlikView application with some Call data from a call center. I need to calculate the reiteration indicator with Table.&lt;/P&gt;
&lt;P&gt;This table is with this dimension :&lt;/P&gt;
&lt;P&gt;&amp;gt; Cycle Date (Can be day / week / months)&lt;/P&gt;
&lt;P&gt;&amp;gt; Phone Number of customer&lt;/P&gt;
&lt;P&gt;I have next to this, a var to calculate dynamically the number of day to take in count for Reit.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; This var is number of day to follow the reiteration of customer.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; It's based on the dimension day (for this, i will block table on day only view)&lt;/P&gt;
&lt;P&gt;And my expression :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;	=IF
	(
		COUNT({$&amp;lt;[Type de segment]={'Appel Frais reçu'},[datePivot] = {"&amp;gt;=[datePivot]&amp;lt;=$(=DATE([datePivot]+vDelaiReit))"}&amp;gt;} DISTINCT [Identifiant de l'appel]) &amp;gt;= 2
		,(COUNT({$&amp;lt;[Type de segment]={'Appel Frais reçu'},[datePivot] = {"&amp;gt;=[datePivot]&amp;lt;=$(=DATE([datePivot]+vDelaiReit))"}&amp;gt;} DISTINCT [Identifiant de l'appel]))
	)&lt;/LI-CODE&gt;
&lt;P&gt;*[Type de segment] is the type of call received, here i show only the fresh one, not the transferred etc...&lt;/P&gt;
&lt;P&gt;*[datePivot] is the begin date for reiteration calculation, in short : the day view in table is always the begin day for calculation. If i chose 2 as vDelaiReit, my expression need to calculate the count between the datePivot (for ex: 2022-02-01) and the end date chosen (here it will be between : 02-01 and 02-03)&lt;/P&gt;
&lt;P&gt;*[Identifiant de l'appel] is the value can be used to distinct all call, and i will work to show only value of customer made reiteration of their call on the period.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureCamReit.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74364iA1997C7A37DCEDC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureCamReit.png" alt="CaptureCamReit.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you have any advice...&lt;/P&gt;
&lt;P&gt;Actually the calculation doesn't return anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Pascal&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 09:27:30 GMT</pubDate>
    <dc:creator>Pascal_DFOF</dc:creator>
    <dc:date>2022-03-14T09:27:30Z</dc:date>
    <item>
      <title>Reiteration Calculation - Call Center</title>
      <link>https://community.qlik.com/t5/QlikView/Reiteration-Calculation-Call-Center/m-p/1904565#M1217864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Don't know if i post it at the correct place.&lt;/P&gt;
&lt;P&gt;I have a QlikView application with some Call data from a call center. I need to calculate the reiteration indicator with Table.&lt;/P&gt;
&lt;P&gt;This table is with this dimension :&lt;/P&gt;
&lt;P&gt;&amp;gt; Cycle Date (Can be day / week / months)&lt;/P&gt;
&lt;P&gt;&amp;gt; Phone Number of customer&lt;/P&gt;
&lt;P&gt;I have next to this, a var to calculate dynamically the number of day to take in count for Reit.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; This var is number of day to follow the reiteration of customer.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; It's based on the dimension day (for this, i will block table on day only view)&lt;/P&gt;
&lt;P&gt;And my expression :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;	=IF
	(
		COUNT({$&amp;lt;[Type de segment]={'Appel Frais reçu'},[datePivot] = {"&amp;gt;=[datePivot]&amp;lt;=$(=DATE([datePivot]+vDelaiReit))"}&amp;gt;} DISTINCT [Identifiant de l'appel]) &amp;gt;= 2
		,(COUNT({$&amp;lt;[Type de segment]={'Appel Frais reçu'},[datePivot] = {"&amp;gt;=[datePivot]&amp;lt;=$(=DATE([datePivot]+vDelaiReit))"}&amp;gt;} DISTINCT [Identifiant de l'appel]))
	)&lt;/LI-CODE&gt;
&lt;P&gt;*[Type de segment] is the type of call received, here i show only the fresh one, not the transferred etc...&lt;/P&gt;
&lt;P&gt;*[datePivot] is the begin date for reiteration calculation, in short : the day view in table is always the begin day for calculation. If i chose 2 as vDelaiReit, my expression need to calculate the count between the datePivot (for ex: 2022-02-01) and the end date chosen (here it will be between : 02-01 and 02-03)&lt;/P&gt;
&lt;P&gt;*[Identifiant de l'appel] is the value can be used to distinct all call, and i will work to show only value of customer made reiteration of their call on the period.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureCamReit.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74364iA1997C7A37DCEDC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureCamReit.png" alt="CaptureCamReit.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you have any advice...&lt;/P&gt;
&lt;P&gt;Actually the calculation doesn't return anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Pascal&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 09:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reiteration-Calculation-Call-Center/m-p/1904565#M1217864</guid>
      <dc:creator>Pascal_DFOF</dc:creator>
      <dc:date>2022-03-14T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reiteration Calculation - Call Center</title>
      <link>https://community.qlik.com/t5/QlikView/Reiteration-Calculation-Call-Center/m-p/1904773#M1217867</link>
      <description>&lt;P&gt;Ok, so at this time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only way to let me utilize the day with some variable things is to going date out of dimension :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureCamReit2.png" style="width: 351px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74413iCF9EDB20198CEDD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureCamReit2.png" alt="CaptureCamReit2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This work nice. So i think it's only like this i can work at this time.&lt;/P&gt;
&lt;P&gt;The users will have to select the start date of reiteration period to be analyze, and select how many day he want to have in the period....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reiteration-Calculation-Call-Center/m-p/1904773#M1217867</guid>
      <dc:creator>Pascal_DFOF</dc:creator>
      <dc:date>2022-03-14T14:00:03Z</dc:date>
    </item>
  </channel>
</rss>

