<?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 Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737270#M263681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a text box and I have following command typed in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= VEHICLE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Vehicle Type from a List&amp;nbsp; box the relevant vehicle type appear in my text box&amp;nbsp; correctly. But when I do not select any vehicle type from my list box I want to 'ALL VEHICLES' to appear in my Text Box. Pls help me how to do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 04:04:38 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2014-10-16T04:04:38Z</dc:date>
    <item>
      <title>Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737270#M263681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a text box and I have following command typed in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= VEHICLE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Vehicle Type from a List&amp;nbsp; box the relevant vehicle type appear in my text box&amp;nbsp; correctly. But when I do not select any vehicle type from my list box I want to 'ALL VEHICLES' to appear in my Text Box. Pls help me how to do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737270#M263681</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T04:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737271#M263682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;VEHICLE_TYPE&lt;/SPAN&gt;,chr(13))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737271#M263682</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-10-16T04:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737272#M263683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then All vehicles are listed. What I want is to 'ALL VEHICLES' as one word to appear in Text Box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737272#M263683</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T04:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737273#M263684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy the following in your textbox (including the equal sign at the beginning):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(VEHICLE_TYPE)=0,'ALL VEHICLES',VEHICLE_TYPE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737273#M263684</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-10-16T04:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737274#M263685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Both of You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737274#M263685</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737275#M263686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Danial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you please help me also how to blink the text in text box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737275#M263686</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T04:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737276#M263687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean with 'blink'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737276#M263687</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-10-16T05:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737277#M263688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Increase the Boarder and shadow in Layout tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737277#M263688</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-10-16T05:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737278#M263689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean Text (Vehicles Type)&amp;nbsp; to blink&amp;nbsp; like flashing a light&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737278#M263689</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737279#M263690</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;To acheive this requirement, go for macro or use extension object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737279#M263690</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-16T05:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737280#M263691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737280#M263691</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T05:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737281#M263692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See .qvw attached. properties &amp;gt; General tab &amp;gt; Background color &amp;gt; Calculated &amp;gt; enter an expression like the one here:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69045_Capture.PNG.png" style="width: 620px; height: 261px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737281#M263692</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-10-16T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737282#M263693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but this might not work on a server version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737282#M263693</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-10-16T05:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737283#M263694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working Fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box/m-p/737283#M263694</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-10-16T06:01:12Z</dc:date>
    </item>
  </channel>
</rss>

