<?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: Urgent Help needed for list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420691#M156610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi without seeing the load script i couldnt say for should but looking at what you have done, the Brand field in the QVD you are renaming while loading but in the if statement above you are evaluating the source Brand field in the qvd (which is blank!), either apply the condition to the source field or do a preceeding load on the "amended" Brand field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 17:01:47 GMT</pubDate>
    <dc:creator>sbaldwin</dc:creator>
    <dc:date>2013-02-08T17:01:47Z</dc:date>
    <item>
      <title>Urgent Help needed for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420690#M156609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have loaded two fields from qvd i.e., Brand and Short_desc. If Brand is null or space then it is renamed as 'Unknown' but for 'Unknown' Brand there is no Short_desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (len(Brand)&amp;lt;=11,Brand,mid(Brand,11)) as Brand_TXTSH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here problem is why Brand_TXTSH is not having value 'Unknown'? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In a list box i need to display Brand_TXTSH&amp;amp;'-'&amp;amp;Short_Desc.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="318"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="121"&gt;Brand&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="102"&gt;Short description_TXTSH&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="95"&gt;Brand_TXTSH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;CA001MGS060206001&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Bystolic&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;0206001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Forest Ireland&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;FI001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS10CELEXA&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Celexa&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;CELEXA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS99OTHDIREC&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Other Direct&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;OTHDIREC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS060206001&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Bystolic&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;0206001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS090210001&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Teflaro&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;0210001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS131001001&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Namenda&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;1001001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;FI001MGS210907003&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;Savella&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt;0907003&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt;Unknown&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; border-top: medium none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420690#M156609</guid>
      <dc:creator />
      <dc:date>2013-02-08T16:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help needed for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420691#M156610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi without seeing the load script i couldnt say for should but looking at what you have done, the Brand field in the QVD you are renaming while loading but in the if statement above you are evaluating the source Brand field in the qvd (which is blank!), either apply the condition to the source field or do a preceeding load on the "amended" Brand field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 17:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420691#M156610</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2013-02-08T17:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help needed for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420692#M156611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (len(Trim(Brand))&amp;lt;=11,Brand,mid(Brand,11)) as Brand_TXTSH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 17:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-needed-for-list-box/m-p/420692#M156611</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-02-08T17:13:14Z</dc:date>
    </item>
  </channel>
</rss>

