<?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 Text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410555#M796522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this on the conditional display option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;orderNumber&lt;/SPAN&gt;)=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 13:19:11 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2017-12-15T13:19:11Z</dc:date>
    <item>
      <title>Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410553#M796520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a text box in my dashboard. The textbox only needs to pop up when a certain demension is not selected.&lt;/P&gt;&lt;P&gt;In this case the tab contains detailed information about orders and I want the Text box to say "Please select ordernumber".&lt;/P&gt;&lt;P&gt;Otherwise the data will not be relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410553#M796520</guid>
      <dc:creator>tomgrouwe</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410554#M796521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like in your textbox layout tab conditional option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(orderNumber) = 0, 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410554#M796521</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-12-15T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410555#M796522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this on the conditional display option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;orderNumber&lt;/SPAN&gt;)=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410555#M796522</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-15T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410556#M796523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the layout properties of the text object write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(OrderNo _Field)=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410556#M796523</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-15T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410557#M796524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or else, you could use a Calculation condition in your chart objects or table boxes, with almost the same expression as suggested before (but inverted). The advantage is that a calculation condition will block chart objects from doing time-and-energy consuming work as long as no OrderNumber is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, open Properties-&amp;gt;General and add the following expression in the "Calculation Condition" field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GetSelectedCount(OrderNumber) = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click the Error Messages... button at the bottom, navigate down in the list and select the entry called "Calculation condition unfulfilled". Enter a descriptive text in the Custom Message field that explains why you're not showing any data yet. This message will be displayed on the empty background of your Straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that simpler objects have no such feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410557#M796524</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-12-15T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410558#M796525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. Solved the problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 14:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-box/m-p/1410558#M796525</guid>
      <dc:creator>tomgrouwe</dc:creator>
      <dc:date>2017-12-15T14:15:48Z</dc:date>
    </item>
  </channel>
</rss>

