<?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: Hide / unhide textbox depending on values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616018#M734874</link>
    <description>&lt;P&gt;what I meant is: for every time I change the selected expressions, textbox will be filled&amp;nbsp;one&amp;nbsp;after the other&amp;nbsp;and in order of expression, the remaining text box will be hidden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find attached&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2019 14:17:15 GMT</pubDate>
    <dc:creator>joelle_alhanna</dc:creator>
    <dc:date>2019-08-23T14:17:15Z</dc:date>
    <item>
      <title>Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1615993#M734868</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have a list of expression and multiple text box.&lt;/P&gt;&lt;P&gt;I need the following:&lt;/P&gt;&lt;P&gt;- if I choose expression 1 and 2 , textbox 1 and 2&amp;nbsp; will be displayed with the values of expression 1 and&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;- if I choose expression 1 , 4 and 7, the textbox 1 , 2 and 3 will be displayed with the values of expression 1 ,4 and 7&lt;/P&gt;&lt;P&gt;-ect,..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1615993#M734868</guid>
      <dc:creator>joelle_alhanna</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1615996#M734869</link>
      <description>&lt;P&gt;You can set unconditional display statement like this&lt;/P&gt;&lt;P&gt;Text Box 1 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 1&lt;BR /&gt;Text Box 2 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 2&lt;BR /&gt;Text Box 3 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 3&lt;BR /&gt;Text Box 4 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 4&lt;BR /&gt;Text Box 5 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 5&lt;BR /&gt;Text Box 6 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 6&lt;BR /&gt;Text Box 7 -&amp;gt; GetSelectedCount(ExpressionField) &amp;gt;= 7&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1615996#M734869</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-23T13:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616000#M734870</link>
      <description>&lt;P&gt;You can use the Layout part of the chart to set this kind of property based on what you need&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sample.png" style="width: 715px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17639iA9B744B33B2B3DFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="sample.png" alt="sample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And using a simple if statement, like if(Whatever is true, 1,0) it will show / hide the needed panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616000#M734870</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-08-23T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616001#M734871</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;, you're lightning fast on the responses, save some for us&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616001#M734871</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-08-23T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616003#M734872</link>
      <description>&lt;P&gt;I responded 6 minutes after the question was posted... that seems to me as Sloth slow &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616003#M734872</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-23T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616006#M734873</link>
      <description>&lt;P&gt;Also, both our answers are incomplete individually, but together we gave the complete solution. So, isn't this awesome?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616006#M734873</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-23T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616018#M734874</link>
      <description>&lt;P&gt;what I meant is: for every time I change the selected expressions, textbox will be filled&amp;nbsp;one&amp;nbsp;after the other&amp;nbsp;and in order of expression, the remaining text box will be hidden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find attached&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 14:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616018#M734874</guid>
      <dc:creator>joelle_alhanna</dc:creator>
      <dc:date>2019-08-23T14:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / unhide textbox depending on values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616020#M734875</link>
      <description>&lt;P&gt;I believe so... what exactly is the issue here?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 14:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-unhide-textbox-depending-on-values/m-p/1616020#M734875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-23T14:23:14Z</dc:date>
    </item>
  </channel>
</rss>

