<?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 Formula to ignore selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531523#M440823</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just looking for a formula that will ignore a selection when clicked so for example for the below&lt;/P&gt;&lt;P&gt;dimension is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=valuelist($(vdashboardtable))&lt;/P&gt;&lt;P&gt;and within this is an expression&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="1"&gt;Count&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;PatientsNotAssessed_ID&lt;/FONT&gt;&lt;FONT size="1"&gt;)&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I change this formula so that it still displays results before the selection is made.&lt;/P&gt;&lt;P&gt;So for example if they click a particular hospital the overall value will still display in a different column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 12:28:10 GMT</pubDate>
    <dc:creator>sweens78</dc:creator>
    <dc:date>2019-01-17T12:28:10Z</dc:date>
    <item>
      <title>Formula to ignore selection</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531523#M440823</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just looking for a formula that will ignore a selection when clicked so for example for the below&lt;/P&gt;&lt;P&gt;dimension is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=valuelist($(vdashboardtable))&lt;/P&gt;&lt;P&gt;and within this is an expression&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="1"&gt;Count&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;PatientsNotAssessed_ID&lt;/FONT&gt;&lt;FONT size="1"&gt;)&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I change this formula so that it still displays results before the selection is made.&lt;/P&gt;&lt;P&gt;So for example if they click a particular hospital the overall value will still display in a different column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 12:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531523#M440823</guid>
      <dc:creator>sweens78</dc:creator>
      <dc:date>2019-01-17T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore selection</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531529#M440824</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this&amp;nbsp;&lt;FONT size="1" color="#0000ff"&gt;Count&lt;/FONT&gt;&lt;FONT size="1"&gt;( {1}&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;PatientsNotAssessed_ID&lt;/FONT&gt;&lt;FONT size="1"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;The 1 there should ignore all selections&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 12:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531529#M440824</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2019-01-17T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore selection</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531538#M440825</link>
      <description>That's great Gabriel, can you explain how this works, why {1}?</description>
      <pubDate>Thu, 17 Jan 2019 12:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531538#M440825</guid>
      <dc:creator>sweens78</dc:creator>
      <dc:date>2019-01-17T12:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore selection</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531541#M440826</link>
      <description>&lt;P&gt;The 1 in the Set just say give me all values in the data model same as ignore selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark if answer is correct for the benefit of someone else.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 12:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531541#M440826</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2019-01-17T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore selection</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531598#M440827</link>
      <description>I have a formula below Gabriel I tried putting {1} after count but geeting error is this different?&lt;BR /&gt;&lt;BR /&gt;Num (Count(PatientsNotAssessed_ID)/count([NEWKEYID]),'##.#%'),</description>
      <pubDate>Thu, 17 Jan 2019 13:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-ignore-selection/m-p/1531598#M440827</guid>
      <dc:creator>sweens78</dc:creator>
      <dc:date>2019-01-17T13:42:38Z</dc:date>
    </item>
  </channel>
</rss>

