<?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 Conditional Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374725#M419738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;I need to do a conditional show for an object. &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;The object shows up when the two conditions are met:&lt;/P&gt;&lt;OL style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-left: 0.375in;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;If there's only one item selected.&amp;nbsp; Count (Distinct [ID]) = 1, and &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-left: 0.375in;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;when the value of a field [IsDiscounted?] = 'Yes'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;I have difficulty combining these two conditions. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Yvonne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 16:27:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-08T16:27:44Z</dc:date>
    <item>
      <title>Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374725#M419738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;I need to do a conditional show for an object. &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;The object shows up when the two conditions are met:&lt;/P&gt;&lt;OL style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-left: 0.375in;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;If there's only one item selected.&amp;nbsp; Count (Distinct [ID]) = 1, and &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-left: 0.375in;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;when the value of a field [IsDiscounted?] = 'Yes'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;I have difficulty combining these two conditions. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Yvonne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374725#M419738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374726#M419739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(item) = 1 and Count(DISTINCT ID) =1 and Match(IsDicounted, 'Yes'), 1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374726#M419739</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-08T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374727#M419740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Layout / Show Conditional you can have the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount([ID])=1 AND Count(DISTINCT [ID])=1 AND [IsDiscounted?]='Yes'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374727#M419740</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-08T16:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374728#M419741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have multiple IsDiscounted values when a particular ID is selected? And if it does, do you want to see this when all those values are 'Yes' or if any of those values are 'Yes'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374728#M419741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-08T16:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374729#M419742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's one isDiscounted value per ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374729#M419742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374730#M419743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I would think any of the above two suggestions should work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374730#M419743</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-08T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374731#M419744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer:)&lt;/P&gt;&lt;P&gt; Do I need both GetSelectedCount([ID])=1 and Count(DISTINCT [ID])=1?&lt;/P&gt;&lt;P&gt;Are they the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374731#M419744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T16:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374732#M419745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are almost the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(ID) = 1 will only show 1 when you have selected directly 1 ID from the ID field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT ID) = 1 will show 1 when you have other selection drill down ID to have only one possible value of ID. For instance you selected a region, which happen to have only 1 ID, this will show 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, depending on your requirement, you can choose one of the two&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1374732#M419745</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-08T16:55:48Z</dc:date>
    </item>
  </channel>
</rss>

