<?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: Help with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410096#M152536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m assuming that &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Submit_Date &amp;lt;= (Date in Chart)&lt;/SPAN&gt; must be in both cases where &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Closded_ Date &amp;gt;&amp;nbsp; (Date in Chart) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;and &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Closed_Date=Null&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.727272033691406px; background-color: #ffffff; font-family: Arial;"&gt;Try with this syntax:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; Count( {&amp;nbsp; &amp;lt; Submit_Date = { '&amp;lt;=[Date in Chart]'},&amp;nbsp; Submit_Date = { '&amp;lt;=[Date in Chart] '} &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; &amp;lt; Submit_Date = { '&amp;lt;=[Date in Chart]'},&amp;nbsp; Submit_Date = { '=$(=null())' } &amp;gt;&lt;/SPAN&gt;} [Field On Chart] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; - Chema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 17:46:23 GMT</pubDate>
    <dc:creator>chematos</dc:creator>
    <dc:date>2012-10-15T17:46:23Z</dc:date>
    <item>
      <title>Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410094#M152534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling with the set analysis syntax for my calculation. I am try to get a backlog number of records that where submitted before a fixed date and didnt have have a closed date or the closed date is greater than the fixed date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I need to get a backlog number to start with. If you my chart dates start at now less 365. I want each column in the chart to show the backlog before that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not very good with the Set Analysis syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make this caluculation work with Set Analsyis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit Date is September 2011.&amp;nbsp; Closed Date is December 2011. For October I want to show that record as one backlog from the previouse month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( where Submit_Date &amp;lt;= (Date in Chart) and Closded_ Date &amp;gt; than (Date in Chart) or Closed_Date=Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to capture field data into a variable. Like capture October 2011 to compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;cassadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 18:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410094#M152534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-12T18:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410095#M152535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Check below syntex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;For Date Range&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;1. Count( { $ &amp;lt; Submit_Date = { "&amp;lt;=$([Date in Chart])&amp;nbsp; },&amp;nbsp; Submit_Date = { "&amp;lt;=$([Date in Chart])&amp;nbsp; } &amp;gt; } [Field On Chart] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;For Null&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Count( { $ &amp;lt; Closed_Date = {""}&amp;nbsp; &amp;gt; } [Field On Chart])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2012 11:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410095#M152535</guid>
      <dc:creator />
      <dc:date>2012-10-13T11:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410096#M152536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m assuming that &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Submit_Date &amp;lt;= (Date in Chart)&lt;/SPAN&gt; must be in both cases where &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Closded_ Date &amp;gt;&amp;nbsp; (Date in Chart) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;and &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Closed_Date=Null&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-size: 12.727272033691406px; background-color: #ffffff; font-family: Arial;"&gt;Try with this syntax:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; Count( {&amp;nbsp; &amp;lt; Submit_Date = { '&amp;lt;=[Date in Chart]'},&amp;nbsp; Submit_Date = { '&amp;lt;=[Date in Chart] '} &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; &amp;lt; Submit_Date = { '&amp;lt;=[Date in Chart]'},&amp;nbsp; Submit_Date = { '=$(=null())' } &amp;gt;&lt;/SPAN&gt;} [Field On Chart] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; - Chema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410096#M152536</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-10-15T17:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410097#M152537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a built the dates into a context table so I can look at closed and submitted records in the same month. The dates are joined to a master calendar. The Date field is called SelectedMonthYear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works when I have the Demenision = Deparment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;(((count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Opened"}&amp;gt;}Distinct BUG_ID))-(count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Closed"}&amp;gt;}Distinct BUG_ID)))+(count({&amp;lt;Defect_Open={"Not_Closed"}&amp;gt;} distinct BUG_ID)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;But when I try to used the Date field of SelectedYearMonth it doesnt calculate right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I am trying to be able to look at backlog in the past even if the currently the record has a closed date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thank you for all your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410097#M152537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T17:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410098#M152538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a built the dates into a context table so I can look at closed and submitted records in the same month. The dates are joined to a master calendar. The Date field is called SelectedMonthYear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works when I have the Demenision = Deparment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;(((count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Opened"}&amp;gt;}Distinct BUG_ID))-(count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Closed"}&amp;gt;}Distinct BUG_ID)))+(count({&amp;lt;Defect_Open={"Not_Closed"}&amp;gt;} distinct BUG_ID)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;But when I try to used the Date field of SelectedYearMonth it doesnt calculate right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I am trying to be able to look at backlog in the past even if the currently the record has a closed date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thank you for all your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410098#M152538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410099#M152539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a built the dates into a context table so I can look at closed and submitted records in the same month. The dates are joined to a master calendar. The Date field is called SelectedMonthYear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works when I have the Demenision = Deparment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;(((count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Opened"}&amp;gt;}Distinct BUG_ID))-(count({&amp;lt;DEFECT_TYPE={'Defect'},CONTEXT={"DR_Closed"}&amp;gt;}Distinct BUG_ID)))+(count({&amp;lt;Defect_Open={"Not_Closed"}&amp;gt;} distinct BUG_ID)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;But when I try to used the Date field of SelectedYearMonth it doesnt calculate right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I am trying to be able to look at backlog in the past even if the currently the record has a closed date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thank you for all your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410099#M152539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410100#M152540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happened about the first question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don´t know how yor are relating dates, may be you have different types for these dates and the calendar dates.&lt;/P&gt;&lt;P&gt;You need to have the same type and format. Make sure of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 14:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis/m-p/410100#M152540</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-10-16T14:00:26Z</dc:date>
    </item>
  </channel>
</rss>

