<?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: Cannot display textbox using show option in layout in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465521#M173878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it returns me null. I used null mostly because I have other variables that return me 0. In my case I have to display the texbox only when the variable is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Feb 2013 19:38:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-24T19:38:45Z</dc:date>
    <item>
      <title>Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465517#M173874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the message 'Missing Data' in a texbox ONLY when the value of the current week Inventory Coverage is null. Otherwise the texbox should be hidden in the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used an expression like this to return me the value of IC for a given country:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_Expression_ICH_Spain_Current_Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out and tell me how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 18:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465517#M173874</guid>
      <dc:creator />
      <dc:date>2013-02-24T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465518#M173875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Properties --&amp;gt; Layout --&amp;gt; conditional Show..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; len(v_Expression_ICH_Spain_Current_Week) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a variable use Len($(v_Expression_ICH_Spain_Current_Week)) = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 18:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465518#M173875</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2013-02-24T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465519#M173876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It doesn't work:-( &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using Isnull($v_Expression_ICH_Spain_Current_Week) in the conditional show but this doesn't work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My textbox still appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 19:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465519#M173876</guid>
      <dc:creator />
      <dc:date>2013-02-24T19:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465520#M173877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So (assuming this is a varialbe) if you just create a Text box (to debug this) and enter the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=$(v_Expression_ICH_Spain_Current_Week)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;... then what is the value displayed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Is the value Null as you expect (so it can be used as a reliable trigger for the conditional show)?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 19:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465520#M173877</guid>
      <dc:creator />
      <dc:date>2013-02-24T19:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465521#M173878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it returns me null. I used null mostly because I have other variables that return me 0. In my case I have to display the texbox only when the variable is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 19:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465521#M173878</guid>
      <dc:creator />
      <dc:date>2013-02-24T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465522#M173879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that is a variable and it's properly evaulating to Null, then indeed it should work if you open Properties for the Text Object, then on the &lt;STRONG&gt;Layout &lt;/STRONG&gt;tab, in the &lt;STRONG&gt;Show &lt;/STRONG&gt;box, select &lt;STRONG&gt;Conditional&lt;/STRONG&gt;, and enter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: 'courier new', courier; background-color: #ffffff; font-size: 14pt;"&gt;IsNull($(v_Expression_ICH_Spain_Current_Week))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 19:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465522#M173879</guid>
      <dc:creator />
      <dc:date>2013-02-24T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465523#M173880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I have made a test and I assume that it is displaying me the textbox when the value is null. But I have used another texbox to test when the value is not null and the new texbox still appears when the condition is false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I used another variable where I know that the value is not null.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IsNull&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(v_Expression_ICH_Reunion_Current_Week)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The texbox should dissapear if I use this condition in the 'Conditional Show' I suppose. But this is not the case. the textbox still appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a means that I can be sure the condition is working good?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 20:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465523#M173880</guid>
      <dc:creator />
      <dc:date>2013-02-24T20:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465524#M173881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the value of &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;Is this an &lt;STRONG&gt;&lt;EM&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;, or is it just a value (i.e., a string, number, or null)?&lt;/P&gt;&lt;P&gt;If it's just a value, the the issue is the dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's try this for your condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 14pt;"&gt;Len('$(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt;)')=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this will return true with either a Null or an empty string value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or for JUST a Null, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 14pt;"&gt;IsNull(&lt;SPAN style="color: #737373; font-family: Arial; font-size: 19px; background-color: #ffffff;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 22:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465524#M173881</guid>
      <dc:creator />
      <dc:date>2013-02-24T22:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot display textbox using show option in layout</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465525#M173882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It's an expression. The value of &lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #737373;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt; is null, i.e, on the texbox I get '-' when I put &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #737373;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt;) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;The condition len($(&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #737373;"&gt;v_Expression_ICH_Spain_Current_Week&lt;/SPAN&gt;)) works fine as it returns me 0 which means that the value is null.&lt;/STRONG&gt;&lt;/P&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿I have created a new qvw and tested a few conditions on texboxes using conditional option. Strangely, the conditions work fine on the new qvw. I think that there is a problem with my existing qvw. But I dont know what is causing my application not to consider those conditions in my texbox.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;Perhaps macros.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;I'll need to check. But the option you advised works.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-display-textbox-using-show-option-in-layout/m-p/465525#M173882</guid>
      <dc:creator />
      <dc:date>2013-02-25T13:22:23Z</dc:date>
    </item>
  </channel>
</rss>

