<?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 Set Analysis Issue. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231452#M504240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks a lot Oleg,&lt;/P&gt;&lt;P&gt;That works just well.... &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 21:22:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-04T21:22:37Z</dc:date>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231447#M504235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the expression I have trouble with:&lt;/P&gt;&lt;P&gt;num(if(sum(BFINTRDEG)= 0 ,null(),SUM({$&amp;lt; BFINTRN_DT_FROM={"&amp;lt;=$(=DateFrom)"}, BFINTRN_DT_TO={"&amp;gt;=$(=DateFrom)"} &amp;gt;} BFINTRDEG)),'#,##0.00')&lt;/P&gt;&lt;P&gt;If the DateFrom Field as only one value ( Selected) , everything works fine.&lt;/P&gt;&lt;P&gt;If I select more than one value, that does not work ( the sum shows 0).&lt;/P&gt;&lt;P&gt;Any idea.&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 16:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231447#M504235</guid>
      <dc:creator />
      <dc:date>2010-02-04T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231448#M504236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John Witherspoon once replied to one of my questions:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;I don't think that will work if you have no or more than one Region selected. I think this will, though (untested):&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Region={'$(=concat(Region,chr(39)&amp;amp;','&amp;amp;chr(39)))'} Sales)&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;Basically it means to concat all selected values and compare with that. I don't know if this will work with &amp;gt;=.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 17:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231448#M504236</guid>
      <dc:creator />
      <dc:date>2010-02-04T17:00:05Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231449#M504237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Philippe,&lt;/P&gt;&lt;P&gt;Why don't store the date you want to compare with in a variable (easier to set in set analysis) and help the user input the date say with a slider/calendar object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 17:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231449#M504237</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-04T17:51:42Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231450#M504238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Plilippe,&lt;/P&gt;&lt;P&gt;I think that the formula is working correctly. The reason being that since more than one date is availble for DateFrom, the formula =DateFrom cannot be evaluated (it has to have a single value to compare. This is my understanding.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 18:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231450#M504238</guid>
      <dc:creator />
      <dc:date>2010-02-04T18:11:00Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231451#M504239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philippe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax $(=DateFrom) would only return value if a single value is available. For multiple values, you should use min(DateFrom). However, the function min() returns a number and not a date. Set Analysis is very sensitive to the Date/time format. The format of your date field has to be PRECISELY the same as the date format of the other date field. So, to make it work, you need to use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=date(min(DateFrom), 'MM/DD/YYYY')),&lt;/P&gt;&lt;P&gt;assuming that this is the date format that you use for your other date field.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 19:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231451#M504239</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-02-04T19:35:04Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231452#M504240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks a lot Oleg,&lt;/P&gt;&lt;P&gt;That works just well.... &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 21:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231452#M504240</guid>
      <dc:creator />
      <dc:date>2010-02-04T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231453#M504241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks a lot Oleg,&lt;/P&gt;&lt;P&gt;That works just well.... &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 21:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/231453#M504241</guid>
      <dc:creator />
      <dc:date>2010-02-04T21:22:44Z</dc:date>
    </item>
  </channel>
</rss>

