<?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: problem with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808398#M473069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have used $ which is for variable dates.&lt;/P&gt;&lt;P&gt;Remove that if you want the static value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=max({&amp;lt;CaStartDate={"&amp;lt;='18-9-2014 0:00:00'"}&amp;gt;} AgeCategory)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 12:52:57 GMT</pubDate>
    <dc:creator>ashwanin</dc:creator>
    <dc:date>2014-11-24T12:52:57Z</dc:date>
    <item>
      <title>problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808396#M473067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a problem with the set analysis.&lt;/P&gt;&lt;P&gt;Originally, I have an expression like below, which works:&lt;/P&gt;&lt;P&gt;max({&amp;lt;CaStartDate={"&amp;lt;=$(=Date(today(),'D-M-YYYY h:mm:ss'))"}&amp;gt;}CaStartDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I need to do test of the data, I need to fix a date, then I change the expression as follows:&lt;/P&gt;&lt;P&gt;max({&amp;lt;CaStartDate={"&amp;lt;=$('18-9-2014 0:00:00')"}&amp;gt;}CaStartDate)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And this one dose not work, it always give me the same result as&amp;nbsp; max(CaStartDate).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I learned from a college that this may caused by other current selections, so I add the AgeCategory which has a selection as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;max({&amp;lt;CaStartDate={"&amp;lt;=$('18-9-2014 0:00:00')"}, AgeCategory=&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaStartDate&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But it still dose not work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Dose any one have a clue about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The example .qvw file is attached:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks very much&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808396#M473067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808397#M473068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Format of CaStartDate should match &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'18-9-2014 0:00:00'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=max({&amp;lt;CaStartDate={"&amp;lt;='18-9-2014 0:00:00'"}, AgeCategory=&amp;gt;})&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808397#M473068</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-24T12:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808398#M473069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have used $ which is for variable dates.&lt;/P&gt;&lt;P&gt;Remove that if you want the static value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=max({&amp;lt;CaStartDate={"&amp;lt;='18-9-2014 0:00:00'"}&amp;gt;} AgeCategory)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808398#M473069</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-24T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808399#M473070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, anbu, Ashwani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick answer. I tried without $:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;max({&amp;lt;CaStartDate={"&amp;lt;='18-9-2014 0:00:00'"}, AgeCategory=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CaStartDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but this even give no result, also no error info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 13:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808399#M473070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808400#M473071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 13:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808400#M473071</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-24T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808401#M473072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the file. Thanks very much~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808401#M473072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808402#M473073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not able to open attachment. Can you reupload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808402#M473073</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-24T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808403#M473074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if you want to&amp;nbsp; use a fixed set then you dont need the $ sign&lt;/P&gt;&lt;P&gt;have a look at the attach file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808403#M473074</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-11-24T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808404#M473075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Probably because of dates types mismatch,&lt;/P&gt;&lt;P&gt;please check once weather the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;CaStartDate &lt;/STRONG&gt;is same as the date format provided by you &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in the expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808404#M473075</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-11-24T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808405#M473076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, if &lt;EM&gt;max({&amp;lt;CaStartDate={"&amp;lt;=$(=Date(today(),'D-M-YYYY h:mm:ss'))"}&amp;gt;}CaStartDate)&lt;/EM&gt; works, the dollar-expansion inserted will be:&lt;/P&gt;&lt;P&gt;max({&amp;lt;CaStartDate={"&amp;lt;=18-9-2014 0:00:00"}&amp;gt;}CaStartDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808405#M473076</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-24T14:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808406#M473077</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;max({&amp;lt;CaStartDate={"&amp;lt;=$(=date(timestamp(today(),'D-M-YYYY h:mm:ss')))"}&amp;gt;}CaStartDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808406#M473077</guid>
      <dc:creator />
      <dc:date>2014-11-24T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808407#M473078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single quote is the trick here, thanks !!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 15:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-set-analysis/m-p/808407#M473078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T15:29:14Z</dc:date>
    </item>
  </channel>
</rss>

