<?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 Dimension= vs Dimension={} in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106516#M366391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;By which statement you are quoting I am disqualifying others?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This one:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Those posts does not contain what I need.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could, instead, tell what you do need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;not divert/stop the discussion&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... you could instead tell what you &lt;STRONG&gt;do&lt;/STRONG&gt; need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that cleared things up for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 17:52:35 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2016-06-24T17:52:35Z</dc:date>
    <item>
      <title>Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106509#M366384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help in understanding how Dimension={} works. I understand the Dimesnion = works (removing the selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From definition, I came to know that &lt;SPAN style="font-size: 13.3333px;"&gt;Dimension={} means no selection. Can someone explain what is the difference. I tried but not getting. If possible, please explain with an example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 03:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106509#M366384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T03:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106510#M366385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these posts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 08:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106510#M366385</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-06-24T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106511#M366386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think these blog posts will explain the set modifier using {}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't seen this used ever, so indeed, I think that's a good question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given a sample set like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Recno() as ID, If(RAND()&amp;lt;0.2, NULL(), Recno()) as Number&lt;/P&gt;&lt;P&gt;AutoGenerate 20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Number -= {}&amp;gt;}[ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return the same as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Number *= {"*"}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to count the ID records with NULL in Number, using something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Count({&amp;lt;Number = {}&amp;gt;} [ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(which makes sense to me, since I believe we need to create a modifier that returns a non empty set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can use other methods to exclude NULL as mentioned in the blog post as well&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ can explain what the use case for {} is (in the scope of a field modifier as mentioned in the HELP:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background-color: #f4f4f4;"&gt;The syntax in the two previous examples is interpreted as “no selections” in '&lt;/SPAN&gt;Region&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background-color: #f4f4f4;"&gt;', that is to say all regions given other selections will be possible. It is not equivalent to the syntax &lt;/SPAN&gt;&amp;lt;Region = {}&amp;gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background-color: #f4f4f4;"&gt; (or any other text on the right side of the equal sign implicitly resulting in an empty element set) which is interpreted as no region.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; background-color: #f4f4f4; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 09:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106511#M366386</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-24T09:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106512#M366387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those posts does not contain what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 12:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106512#M366387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106513#M366388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand this. Lets say I have a table with Year and Product and the set analysis like this:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Product={}&amp;gt;}Sales). This always results in 0 meaning any selection results in 0.&amp;nbsp; then why do i need this expression anymore.&lt;/P&gt;&lt;P&gt;Dimension={} returns an empty set. I what scenario, I need an empty set. If someone can explain this with a use case for this that would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 12:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106513#M366388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T12:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106514#M366389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of only disqualifying those trying to help you, maybe you could be more clear in what you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 12:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106514#M366389</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-24T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106515#M366390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By which statement you are quoting I am disqualifying others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very clear on my statement and you do not need to state that. I did not disqualify any one here. I always appreciate and respect those who help me. So please do not divert/stop the discussion by simply creating a false impression on me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 17:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106515#M366390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106516#M366391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;By which statement you are quoting I am disqualifying others?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This one:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Those posts does not contain what I need.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could, instead, tell what you do need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;not divert/stop the discussion&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... you could instead tell what you &lt;STRONG&gt;do&lt;/STRONG&gt; need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that cleared things up for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 17:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106516#M366391</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-24T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106517#M366392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I have clearly stated the problem while starting the discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin provided the link. I just replied that website does not contain what i need. I don't have to repeat the problem statement again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swuel explained but I did not understand. So I have explained the problem again. Have a look at that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not see any issue at all in the way I replied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile I do not want to waste my time in any unnecessay discussion which does not solve my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 18:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106517#M366392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T18:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106518#M366393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Karthick Sudalaiyandi wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need help in understanding how Dimension={} works. I understand the Dimesnion = works (removing the selection).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;From definition, I came to know that &lt;SPAN style="font-size: 13.3333px;"&gt;Dimension={} means no selection. Can someone explain what is the difference. I tried but not getting. If possible, please explain with an example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To answer part of your question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding, the difference between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Dimension = &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Dimension = {} &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that first is clearing the active selection in field Dimension, which basically assigns Dimension the &lt;EM&gt;full&lt;/EM&gt; (only restricted by selections in other fields) set of possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While second should create an &lt;EM&gt;empty&lt;/EM&gt; set that should be used in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's how I understand the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as I mentioned, I haven't seen this in use and I currently don't see a real use case. That's why I tried to get Henric into the discussion. Maybe he can shed some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2016 08:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106518#M366393</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-25T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Dimension= vs Dimension={}</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106519#M366394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for taking effort on this question and made me to get some idea on this. I appreciate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2016 19:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Dimension-vs-Dimension/m-p/1106519#M366394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-25T19:23:20Z</dc:date>
    </item>
  </channel>
</rss>

