<?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: What is the correct syntax for set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666302#M475323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read these doc, but anyway it not help in my situation. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 14:01:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-28T14:01:03Z</dc:date>
    <item>
      <title>What is the correct syntax for set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666300#M475321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create chart with static view for current and previous YTD.&lt;/P&gt;&lt;P&gt;This application have connections with Qlikview Components.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63268_test.png" style="width: 620px; height: 411px;" /&gt;&lt;/P&gt;&lt;P&gt;There I use two expressions:&lt;/P&gt;&lt;P&gt;1. TextCount($(vSetPreviousYearYTD) MARKA)&lt;/P&gt;&lt;P&gt;2. TextCount($(vSetYTD)MARKA)&lt;/P&gt;&lt;P&gt;How can I create correct expression for set analysis where select MARKA={'VOLVO'}?&lt;/P&gt;&lt;P&gt;If I tried to use something like TextCount({$&amp;lt;MARKA={'VOLVO'}, $(vSetYTD)={'*'} &amp;gt;}MARKA) then I got empty chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666300#M475321</guid>
      <dc:creator />
      <dc:date>2014-07-28T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the correct syntax for set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666301#M475322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dzintars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would take a look at this post, gives a good overview of set analysis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666301#M475322</guid>
      <dc:creator />
      <dc:date>2014-07-28T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the correct syntax for set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666302#M475323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read these doc, but anyway it not help in my situation. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666302#M475323</guid>
      <dc:creator />
      <dc:date>2014-07-28T14:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the correct syntax for set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666303#M475324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Textcount({&amp;lt;Jahr={'$(=vSetPreviousYear)'}&amp;gt;}MARKA)&lt;/P&gt;&lt;P&gt;you need to declare which field needs to be set with the contecnt of the variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666303#M475324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-28T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the correct syntax for set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666304#M475325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I can't see what is in your two variables, but based on the expressions you have written for 1 &amp;amp; 2, it looks like you have the whole set in the variables? so $(vSetYTD)={'*'} won't work in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should just be able to add MARKA={'VOLVO'} to your variable sets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-correct-syntax-for-set-analysis/m-p/666304#M475325</guid>
      <dc:creator />
      <dc:date>2014-07-28T14:07:41Z</dc:date>
    </item>
  </channel>
</rss>

