<?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: 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/1214715#M389221</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;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 12:53:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-17T12:53:16Z</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/1214711#M389217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Love Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I count reports together with the Count-Command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This value changes when blocks are selected. 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>Fri, 17 Feb 2017 07:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214711#M389217</guid>
      <dc:creator />
      <dc:date>2017-02-17T07:13:35Z</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/1214712#M389218</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;lFor example If you want month selection should not make any impact on your calculation then&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;({$&amp;lt;[MONTH&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Product]&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 11:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214712#M389218</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-17T11:34:59Z</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/1214713#M389219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;&amp;gt;}yourfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put 1 inplace of $ n try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 11:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214713#M389219</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-17T11:47:39Z</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/1214714#M389220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if u wan tht it should nt change based on particular attribute selection then try deepaks one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 11:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214714#M389220</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-17T11:48:32Z</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/1214715#M389221</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;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214715#M389221</guid>
      <dc:creator />
      <dc:date>2017-02-17T12:53:16Z</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/1214716#M389222</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 {1&amp;lt;KPI = {'100_01', '100_02'}&amp;gt;}WERTMENGE)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; 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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;Or &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: 8pt;"&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;KPI = {'100_01', '100_02'},[MONTH&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&amp;gt;}WERTMENGE)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;also you can Detach your object as well&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or set a new state&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214716#M389222</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-17T12:58:59Z</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/1214717#M389223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also please donot create duplicate thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/250193"&gt;Do not change the calculated value on selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-change-the-calculated-value-on-selection/m-p/1214717#M389223</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-17T12:59:39Z</dc:date>
    </item>
  </channel>
</rss>

