<?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: Get count in column using SET Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967117#M331406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(Only({&amp;lt;ID = {3}&amp;gt;} answer) - &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Only({&amp;lt;ID = {1}&amp;gt;} answer), 'D hh:mm:ss')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 16:24:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-07T16:24:57Z</dc:date>
    <item>
      <title>Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967115#M331404</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 have a data in the below fashion:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID,answer&lt;/P&gt;&lt;P&gt;1,2015-02-05 01:01:00&lt;/P&gt;&lt;P&gt;2,2015-04-04 02:02:00&lt;/P&gt;&lt;P&gt;3,2015-09-08 03:03:03 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract the count of the difference of dates from ID 1 and 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967115#M331404</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967116#M331405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you want, maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;ID = {1,3} &amp;gt;} DISTINCT answer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967116#M331405</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-07T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967117#M331406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(Only({&amp;lt;ID = {3}&amp;gt;} answer) - &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Only({&amp;lt;ID = {1}&amp;gt;} answer), 'D hh:mm:ss')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967117#M331406</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967118#M331407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to calculate the &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;average days to complete days&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The average date is sum(answer) with id =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and complete date is Sept 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the difference of dates and divide this by Count of All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i'm clear now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967118#M331407</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967119#M331408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, i also have ID=1 multiple records in the data.(see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we need to achieve in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID,answer&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2015-02-05 01:01:00&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2015-03-05 01:21:00&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2015-04-03 12:01:00&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,2015-04-04 02:02:00&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,2015-09-08 03:03:03 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967119#M331408</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967120#M331409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not I understand, what would be the output using the data you have given above and what is the logic? Can you walk us through step by step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967120#M331409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T17:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967121#M331410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in the below fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;question_id,answer_text_short&lt;/P&gt;&lt;P&gt;1,2015-02-05 13:10:21&lt;/P&gt;&lt;P&gt;1,2015-03-05 13:21:00&lt;/P&gt;&lt;P&gt;2,2015-04-04 13:10:21&lt;/P&gt;&lt;P&gt;3,2015-09-08 12:10:21];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract the difference of dates from Question_id 1 and Sep 8 and divide by Question ID 1,&amp;nbsp; Something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIfference of (question_id =1 and Sep8)/QUestion id 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967121#M331410</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967122#M331411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have data in the below fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;question_id,answer_text_short&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2015-02-05 13:10:21&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2015-03-05 13:21:00&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,2015-04-04 13:10:21&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,2015-09-08 12:10:21];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to extract the difference of dates from Question_id 1 and Sep 8 and divide by Question ID 1,&amp;nbsp; Something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DIfference of dates count(question_id =1 and Sep8)/QUestion id 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967122#M331411</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967123#M331412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;question_id = {1}&amp;gt;} ($(=num(Only({&amp;lt;question_id = {3}&amp;gt;} answer_text_short),'#.','.',',')) - answer_text_short))&lt;/P&gt;&lt;P&gt;,'dd hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967123#M331412</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-07T17:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967124#M331413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to achieve something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;sum(date({&amp;lt;question_id={1}&amp;gt;}answer_text_short)- date(september 8th))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;/count({&amp;lt;question_id={1}&amp;gt;}answer_text_short)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967124#M331413</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967125#M331414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to achieve something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;sum(date({&amp;lt;question_id={1}&amp;gt;}answer_text_short)- date(september 8th))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;/count({&amp;lt;question_id={1}&amp;gt;}answer_text_short)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967125#M331414</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967126#M331415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just using the same approach than in my previous post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(&lt;/P&gt;&lt;P&gt; Sum({&amp;lt;question_id = {1}&amp;gt;} ($(=num(Only({&amp;lt;question_id = {3}&amp;gt;} answer_text_short),'#.','.',',')) - answer_text_short))&lt;/P&gt;&lt;P&gt;/ Count({&amp;lt;question_id = {1}&amp;gt;} answer_text_short)&lt;/P&gt;&lt;P&gt;,'dd hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967126#M331415</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-07T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967127#M331416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 last question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above expression, i need to hard code question_id =3 as September 8 date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967127#M331416</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967128#M331417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=Interval(&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum({&amp;lt;question_id = {1}&amp;gt;} Makedate(2015,9,8) - answer_text_short))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;/ Count({&amp;lt;question_id = {1}&amp;gt;} answer_text_short)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,'dd hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967128#M331417</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-07T17:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967129#M331418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, But this is giving error in expression...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967129#M331418</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967130#M331419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I corrected the syntax error , but the output is "200 10:44"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to get the no. of days here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967130#M331419</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-07T17:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get count in column using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967131#M331420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, '200 10:44' is equal to 200 days, 10 hours and 44 minutes (using the format code 'dd hh:mm' to interval() function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want the number of days as a number, just use Round(), Floor() or Ceil() instead of the Interval() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-in-column-using-SET-Analysis/m-p/967131#M331420</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-07T17:57:48Z</dc:date>
    </item>
  </channel>
</rss>

