<?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: Conditional Display of Text Box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720024#M542137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't the chart automatically give you the "No Data To Display" error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 14:55:16 GMT</pubDate>
    <dc:creator>ThornOfCrowns</dc:creator>
    <dc:date>2014-06-20T14:55:16Z</dc:date>
    <item>
      <title>Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720023#M542135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text box that I would like to display if a certain combination of Fields are selected - essentially a warning saying that with the current selections, there is no data to display.&amp;nbsp; I've made an image to use for this purpose and so right now it's just a text box with the image as a background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to I make this text box show up conditionally, and disappear if the conditions aren't met (if the user hits back and/or clears selections)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720023#M542135</guid>
      <dc:creator />
      <dc:date>2014-06-20T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720024#M542137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't the chart automatically give you the "No Data To Display" error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720024#M542137</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-06-20T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720025#M542138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in layout tab, select conditional and use an expression, something like below. this example has almost all possible combinations of field values so modify to your needs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the text box will show only if all the values are selected for the fields you specify, otherwise, it won't.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='(TX|MI)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FIPS County]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='(12012|10000)' and &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='("Central North"|East)'&lt;/SPAN&gt;,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you need just the field combinations, i would use the following expression in the conditional show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getselectedcount(/*FieldName1*/)&amp;gt;0 and getselectedcount(/*FieldName2*/)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720025#M542138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T14:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720026#M542139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the text object go in the "layout" tab, then in the "show" section select "conditional" and write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(myField) &amp;gt; 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this instruction you display the text box only if there is at least a selection in the specified field. (if you have more than one field to test add conditions with and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g: =GetSelectedCount(myField1) &amp;gt; 0&amp;nbsp; and GetSelectedCount(myField2) &amp;gt; 0 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720026#M542139</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-20T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720027#M542140</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&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Text box properties ,Under Layout Tab:&lt;/P&gt;&lt;P&gt;For show option, Select conditional and write and expression similar to this:&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Field1)= 'P' and getFieldSelections(Field2) = 'A',1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720027#M542140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720028#M542141</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&gt;Look at the below post.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720028#M542141</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-20T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720029#M542143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, yes, if there we actually no data to display.&amp;nbsp; The problem for us is that there's a point in which our two datasets cease to match up and we have to let the user know that.&amp;nbsp; We've opted to say that there is no data to display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-Text-Box/m-p/720029#M542143</guid>
      <dc:creator />
      <dc:date>2014-06-20T15:02:37Z</dc:date>
    </item>
  </channel>
</rss>

