<?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: Value of Set Analysis when no data available in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035508#M349102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh i'm ashemd &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleges and I searched the hole day yesterday and didn't see this small doubt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No everything works fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 05:49:40 GMT</pubDate>
    <dc:creator>phil-ebm</dc:creator>
    <dc:date>2016-04-15T05:49:40Z</dc:date>
    <item>
      <title>Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035502#M349096</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;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;During the development of QV-Application I was confused about the SetAnalysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible when the Value in Set Analysis not available in the Datamodel Qlikview ignors this part of the SetAnalysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a SetAnalysis for the actual Year and the previous Year in a Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vActYear = max(Jahr) = 2017&lt;/P&gt;&lt;P&gt;vPrevYear = vActYear - 1 = 2016 &amp;lt;- 2016 is not available in the datamodel because the data just start in financelYear 2017 and we need time to add the previous years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSetAnalysisActYear: Geschäftsjahr={$(vActYear)},Monat=,[Geschäftsjahr Bez]=,Jahr=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vSetAnalysisPrevYear&lt;/SPAN&gt;: Geschäftsjahr={$(vPrevYear)},Monat=,[Geschäftsjahr Bez]=,Jahr=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use them in this expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HU Count Actual Year&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Count({&amp;lt;$(=vSetAnalysisWareExtern),$(=vSetAnalysisActYear)&amp;gt;}distinct [Extern HU])&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HU Count Prev Year&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Count({&amp;lt;$(=vSetAnalysisWareExtern),$(=SetAnalysisPrevYear)&amp;gt;}distinct [Extern HU])&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first expression for actual year works fine. &lt;/P&gt;&lt;P&gt;For the second one qlikview shows me the Number of all HUs and not 0 how i excpeted depending on the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me where i have the error? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first SetAnalysis-Variable "&lt;SPAN style="font-size: 13.3333px;"&gt;vSetAnalysisWareExtern&lt;/SPAN&gt;" hast no influnece on this topic. I tried it with and without this variable and have the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035502#M349096</guid>
      <dc:creator>phil-ebm</dc:creator>
      <dc:date>2016-04-14T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035503#M349097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box object when you add this -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(vPrevYear)&lt;/STRONG&gt;, do you see 2016?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035503#M349097</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T15:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035504#M349098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. In a textbox I see the correct Year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035504#M349098</guid>
      <dc:creator>phil-ebm</dc:creator>
      <dc:date>2016-04-14T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035505#M349099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I will be able to tell much without look at a sample. Would you be able to provide one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035505#M349099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035506#M349100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this typo? missed character 'v'..&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; font-size: 13.3333px;"&gt;Count({&amp;lt;$(=vSetAnalysisWareExtern),&lt;STRONG&gt;&lt;EM&gt;$(=vSetAnalysisPrevYear)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;}distinct [Extern HU])&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035506#M349100</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-14T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035507#M349101</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;Did you tried this &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; font-size: 13.3333px;"&gt;Count({&amp;lt;$(=vSetAnalysisWareExtern),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Geschäftsjahr={$(vPrevYear)},Monat=,[Geschäftsjahr Bez]=,Jahr=&lt;/SPAN&gt;&amp;gt;}distinct [Extern HU])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Geschäftsjahr={$(vPrevYear)},Monat=,[Geschäftsjahr Bez]=,Jahr=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&amp;gt;}distinct [Extern HU])&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; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;Is this working?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&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; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035507#M349101</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-04-14T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Value of Set Analysis when no data available</title>
      <link>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035508#M349102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh i'm ashemd &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleges and I searched the hole day yesterday and didn't see this small doubt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No everything works fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 05:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-of-Set-Analysis-when-no-data-available/m-p/1035508#M349102</guid>
      <dc:creator>phil-ebm</dc:creator>
      <dc:date>2016-04-15T05:49:40Z</dc:date>
    </item>
  </channel>
</rss>

