<?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: Re: Conditional Display of Sheet Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669588#M1073408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to read your amended .qvw as I only have the Desktop Version of QV.&amp;nbsp; When I add your 'conditional expression' as given - if(count(distinct DoctorName)&amp;gt; vNumDoctors,count(DISTINCT DoctorName)), the vNumDoctors portion is underlined in red.&amp;nbsp; I am assuming that there is something else I have to do and that you may have provided this in the amended .qvw.&amp;nbsp; If you could give me any further explanation on how to activate the ability to "select" the threshold I would appreciate it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2014 14:32:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-29T14:32:27Z</dc:date>
    <item>
      <title>Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669584#M1073404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a small sample in-line file consisting of "Patients" and Doctors" I would like to produce a Pivot Chart wherein a Patient is being displayed &lt;SPAN style="text-decoration: underline;"&gt;only if being seen by more than one Doctor&lt;/SPAN&gt;.&amp;nbsp; I believe this might have something to do with the Calculation Condition as available from the General Tab but I have been unable to get this to work.&amp;nbsp; If this is 'not the way to go' and there is a better/simpler solution, I would appreciate the feedback.&amp;nbsp; I have attached the result I am getting along with the PatientDoctorCounts.qvw being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="patientdoctorcountpivot.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63287_patientdoctorcountpivot.png" style="width: 620px; height: 183px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am using the QV Desktop product so&lt;SPAN style="text-decoration: underline;"&gt; I cannot view&lt;/SPAN&gt; changes/additions that might be suggested to the provided .qvw&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 20:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669584#M1073404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-28T20:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669585#M1073405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;- replacing the dimension PatientName with&lt;/P&gt;&lt;P&gt;=if(aggr(count(distinct DoctorName), PatientName)&amp;gt;1, PatientName)&lt;/P&gt;&lt;P&gt;- and check Suppress when value is null &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 20:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669585#M1073405</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-28T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669586#M1073406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just made a conditional expression.&amp;nbsp; as the above reply states, just ensure 'suppress missing' is enabled on the presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(distinct DoctorName)&amp;gt; vNumDoctors,count(DISTINCT DoctorName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ps:&amp;nbsp; i also variablized the number of doctors so that a user can select the threshold of doctor visits that a patient has seen . &lt;/SPAN&gt;&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;let us know if it helps. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 01:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669586#M1073406</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-07-29T01:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669587#M1073407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; It works perfectly.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 14:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669587#M1073407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-29T14:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669588#M1073408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to read your amended .qvw as I only have the Desktop Version of QV.&amp;nbsp; When I add your 'conditional expression' as given - if(count(distinct DoctorName)&amp;gt; vNumDoctors,count(DISTINCT DoctorName)), the vNumDoctors portion is underlined in red.&amp;nbsp; I am assuming that there is something else I have to do and that you may have provided this in the amended .qvw.&amp;nbsp; If you could give me any further explanation on how to activate the ability to "select" the threshold I would appreciate it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 14:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669588#M1073408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-29T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional Display of Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669589#M1073409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure -&amp;nbsp; quickest way to show this example would be to add an input box to your app. Create a new variable in the input box properties and call it vNumDoctors. On the Constraints tab i selected 'predefined values only', 'predefined values in dropdown' and under predefined values i selected a number series from 0 to 10 with a step of 1.&amp;nbsp; Then when a user changes the drop down from 0 to 1 to 2 etc... the chart filters based on the threshold. let me know if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 17:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Sheet-Object/m-p/669589#M1073409</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-07-29T17:26:55Z</dc:date>
    </item>
  </channel>
</rss>

