<?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: set analysis problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334037#M616921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used this expression ,But the result is always null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 09:44:13 GMT</pubDate>
    <dc:creator>souadouert</dc:creator>
    <dc:date>2017-05-12T09:44:13Z</dc:date>
    <item>
      <title>set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334032#M616916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with an expression set analysis, I want this test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dituationdate=(maxyear)-1 '&amp;amp;-12'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&amp;gt;sum({&amp;lt;SITUATION_PRODUIT={$(=Max(YEAR)-1)&amp;amp;"-12"}&amp;gt;}REAL_TITRES.ENCOURS_TITRES)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It does not work always show the expression in red&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334032#M616916</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-12T09:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334033#M616917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do you need dituationdate, but use &lt;STRONG&gt;SITUATION_PRODUIT ?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334033#M616917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T09:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334034#M616918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to create something like '2016-12' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;SITUATION_PRODUIT={"$(=(Max(YEAR)-1) &amp;amp; '-12')"} &amp;gt;} REAL_TITRES.ENCOURS_TITRES)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334034#M616918</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-12T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334035#M616919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Im not sure if this makes any difference as long as there are no spaces within the search string?!?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I don't trust in the syntax checker&lt;/SPAN&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 012016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 022016&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; this works even without quotes:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163133_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as soon as there's a "-" a space or any other "special sign" in the search string you'll need single or double quotes.&lt;/P&gt;&lt;P&gt;So I admit I was wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334035#M616919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334036#M616920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be a difference, since in the OP, the dollar sign expansion stops after -1.&lt;/P&gt;&lt;P&gt;The concatenation thereafter is not a valid syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334036#M616920</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-12T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334037#M616921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used this expression ,But the result is always null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334037#M616921</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-12T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334038#M616922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do the values of field &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SITUATION_PRODUIT &lt;/STRONG&gt;look like?&lt;/P&gt;&lt;P&gt;For example,post a screenshot of a list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334038#M616922</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-12T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334039#M616923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank y Stefan , i fixed the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334039#M616923</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-12T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334040#M616924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank y Robin i fixed the problem , hank y for yr help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 10:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-problem/m-p/1334040#M616924</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-12T10:08:59Z</dc:date>
    </item>
  </channel>
</rss>

