<?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 Re: To Calculate Repeated Calls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478777#M694082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find in table also&lt;/P&gt;&lt;P&gt;use something like sum(aggr(if(count(FieldA)&amp;gt;1,1,0),FieldB))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 05:29:30 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2013-07-15T05:29:30Z</dc:date>
    <item>
      <title>To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478776#M694081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually want to calculate the serial no which are repeated. I do not have a repeat flag, I need to create a repeat flag in the back end/script to calculate the repeat calls, I am unable to do the count function in the script to calculate the repeat calls. Can someone help on this issue?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 04:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478776#M694081</guid>
      <dc:creator />
      <dc:date>2013-07-15T04:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478777#M694082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find in table also&lt;/P&gt;&lt;P&gt;use something like sum(aggr(if(count(FieldA)&amp;gt;1,1,0),FieldB))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 05:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478777#M694082</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-07-15T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478778#M694083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for ur response. Actually i do not have 2 different fields. I have one field serial no . I want to calculate the serial no repeated in the backend because i want to categorize this like &lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;if once repeated as spare call&lt;/P&gt;&lt;P&gt;2nd repeated as additional spare&lt;/P&gt;&lt;P&gt;3rd time non spare etc.&lt;/P&gt;&lt;P&gt; Is it possible to do could u pls help on the same??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 05:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478778#M694083</guid>
      <dc:creator />
      <dc:date>2013-07-15T05:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478779#M694084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks for the response,&lt;/P&gt;&lt;P&gt;I do not 2 fields here to calculate, I have only 1 field&amp;nbsp; serial no. I need to write this in backend because i need to calculate the ratio of repeated calls. I want something like this&lt;/P&gt;&lt;P&gt;if call is repeated for first time- 'Spare'&lt;/P&gt;&lt;P&gt;if call is repeated for second time- additional spare&lt;/P&gt;&lt;P&gt;if call is repeated for third time- it is a non spare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u pls help me on this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478779#M694084</guid>
      <dc:creator />
      <dc:date>2013-07-15T06:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478780#M694085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,if(Previous(SerialNo)=SerialNo,1,RangeSum(1,peek(flag))) as flag&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;SerialNo&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in front end create a staight table&lt;/P&gt;&lt;P&gt;Add dimension as your serial no and expression as count(flag)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478780#M694085</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-07-15T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: To Calculate Repeated Calls</title>
      <link>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478781#M694086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can create a new table which will have the Serial number and its occurance count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So the script will be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Distinct Serial_No,count(Serial_No) as Count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From xyz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group by Serial_No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Calculate-Repeated-Calls/m-p/478781#M694086</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-15T06:31:09Z</dc:date>
    </item>
  </channel>
</rss>

