<?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 Do not change the calculated value on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289412#M403382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the count-command i Count reports.&lt;/P&gt;&lt;P&gt;This value changes in the selection of building blocks. Does anyone know a command to Keep this value constant?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 11:52:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-16T11:52:08Z</dc:date>
    <item>
      <title>Do not change the calculated value on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289412#M403382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the count-command i Count reports.&lt;/P&gt;&lt;P&gt;This value changes in the selection of building blocks. Does anyone know a command to Keep this value constant?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289412#M403382</guid>
      <dc:creator />
      <dc:date>2017-02-16T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Do not change the calculated value on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289413#M403383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to ignore all selections&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; Report)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to ignore specific fields&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Building Blocks]&amp;gt;}&lt;/SPAN&gt; Report)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read about set analysis here:&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/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289413#M403383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-17T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Do not change the calculated value on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289414#M403384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right. It works, if I use this command with one field.&lt;/P&gt;&lt;P&gt;My example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[QV Report]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I like working with set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{1} {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KPI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'100_01', '100_02'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WERTMENGE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Why doesn't work the additional function {1} with this set analysis? Do you have a solution?&lt;/SPAN&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289414#M403384</guid>
      <dc:creator />
      <dc:date>2017-02-17T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Do not change the calculated value on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289415#M403385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;KPI = {'100_01', '100_02'}&amp;gt;}WERTMENGE)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289415#M403385</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-17T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Do not change the calculated value on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289416#M403386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works, very simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 13:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1289416#M403386</guid>
      <dc:creator />
      <dc:date>2017-02-17T13:10:20Z</dc:date>
    </item>
  </channel>
</rss>

