<?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: Showing Text box based on Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652545#M1086332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Actually Patient Names are text(A,B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 13:13:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-10T13:13:48Z</dc:date>
    <item>
      <title>Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652543#M1086330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Need to hide the chart based on selection in list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I had a text box, showing value. I had list box showing patients(I have 6 patients').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If 1 and 2 patients are selected only, text box should not be shown. For3, 4,5,6, text box should be shown.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I wrote in Text Box-&amp;gt;Properties-Layout-Show&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Conditional &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;GetFieldSelections(&lt;SPAN style="color: #800000;"&gt;[Patient Name])&amp;lt;&amp;gt;'1'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; its working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;How can I do for both 1and 2 patients?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Please reply ASAP&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652543#M1086330</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652544#M1086331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use if(GetSelectedCount([Patient Name]) &amp;gt; 2, 1, 0) in your conditional show expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652544#M1086331</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652545#M1086332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Actually Patient Names are text(A,B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652545#M1086332</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652546#M1086333</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;Index(GetFieldSelections(&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Patient Name]),'1') = 0 and Index(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;GetFieldSelections(&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Patient Name]),'2')=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652546#M1086333</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-10T13:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652547#M1086334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetSelectedCount should still work I think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652547#M1086334</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652548#M1086335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Alessandro. Its working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652548#M1086335</guid>
      <dc:creator />
      <dc:date>2014-06-10T13:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652549#M1086336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use match function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;match( M, 'Jan','Feb','Mar')&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;2&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;0&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;Apr &lt;/SPAN&gt;or&lt;SPAN class="Italic"&gt; jan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652549#M1086336</guid>
      <dc:creator>sarvjeet</dc:creator>
      <dc:date>2014-06-10T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Text box based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652550#M1086337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please mark my answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really thank you ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Text-box-based-on-Selection/m-p/652550#M1086337</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-10T13:27:36Z</dc:date>
    </item>
  </channel>
</rss>

