<?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: how to keep expression result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606258#M478992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to ignore selections in the Job Reference field:&lt;/P&gt;&lt;P&gt;count({&amp;lt;%Key_CONSOL_JOB_HEADERS=&amp;gt;}DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&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;count({1}DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also give the chart a different alternate state than the rest of the document if you want to ignore all selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 14:36:52 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-02-19T14:36:52Z</dc:date>
    <item>
      <title>how to keep expression result</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606257#M478991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Qlikview Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a little trouble but it must be possible to solve it.&lt;/P&gt;&lt;P&gt;In the blue column (first pic) I have a formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It purpose is to count how many job reference is in the first column (Key_CONSOL....)&lt;/P&gt;&lt;P&gt;It is working great but I want keep those number the same all the time.&lt;/P&gt;&lt;P&gt;When I select one Job reference this calculation changes (see second pic.).&lt;/P&gt;&lt;P&gt;I understand why that happens but can I do something that let it not happen.&lt;/P&gt;&lt;P&gt;Any smart ideas?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVpic23.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/53491_QVpic23.JPG.jpg" style="width: 620px; height: 247px;" /&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVpic45.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/53495_QVpic45.JPG.jpg" style="width: 620px; height: 256px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606257#M478991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T14:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep expression result</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606258#M478992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to ignore selections in the Job Reference field:&lt;/P&gt;&lt;P&gt;count({&amp;lt;%Key_CONSOL_JOB_HEADERS=&amp;gt;}DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&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;count({1}DISTINCT total &amp;lt;%Key_CONSOL_JOB_HEADERS&amp;gt; JOB_REFERENCE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also give the chart a different alternate state than the rest of the document if you want to ignore all selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606258#M478992</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-19T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep expression result</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606259#M478993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple: Use set_analysis - look it up in the help_file. It is a very powerful tool that can get pretty complex.&lt;/P&gt;&lt;P&gt;In your instance: Write&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Count({1} ... ) &amp;lt;&amp;lt;&amp;lt; - that way, the parameter 1 will cause the calculation to be performed on the entire set of records, disregarding all user_selections.&lt;/P&gt;&lt;P&gt;If you want to disregard most, but not all user_selections, that can be enhanced.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-keep-expression-result/m-p/606259#M478993</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-02-19T14:39:53Z</dc:date>
    </item>
  </channel>
</rss>

