<?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: How to make my list box display &amp;lt;390 ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308020#M27886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not use Pick(Match( instead ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick( Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[aging_ar_class],'1-30',&lt;/SPAN&gt; &lt;SPAN style="text-align: inherit;"&gt;'31-60',&lt;/SPAN&gt;'61-90','91-120') , '&amp;lt;30','&amp;lt;60','&amp;lt;90','&amp;lt;120')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jun 2017 06:30:55 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-06-04T06:30:55Z</dc:date>
    <item>
      <title>How to make my list box display &lt;390 ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308018#M27884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I try to make my horz bar shorter. So i write the script below , But the issue is &amp;lt;390 and &amp;gt;420 does not appear . not sure where i did wrong ? Hope some one can advise me. ( pls take note that i have 2 list box , correct one can display but wrong one cannot display). &lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;=IF([aging_ar_class]='1-30','&amp;lt;30',&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='31-60','&amp;lt;60',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='61-90','&amp;lt;90',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='91-120','&amp;lt;120',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='121-150','&amp;lt;150',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='121-150','&amp;lt;180',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='181-210','&amp;lt;210',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='210-240','&amp;lt;240',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='241-270','&amp;lt;270',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='271-300','&amp;lt;300',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='301-330','&amp;lt;330',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='331-360','&amp;lt;360',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='361-390','&amp;lt;390',&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;IF([aging_ar_class]='391-420','&amp;lt;420'&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;))))))))))))))&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 05:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308018#M27884</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-06-04T05:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make my list box display &lt;390 ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308019#M27885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enclosed my QVF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 05:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308019#M27885</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-06-04T05:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make my list box display &lt;390 ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308020#M27886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not use Pick(Match( instead ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick( Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[aging_ar_class],'1-30',&lt;/SPAN&gt; &lt;SPAN style="text-align: inherit;"&gt;'31-60',&lt;/SPAN&gt;'61-90','91-120') , '&amp;lt;30','&amp;lt;60','&amp;lt;90','&amp;lt;120')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 06:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308020#M27886</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-04T06:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make my list box display &lt;390 ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308021#M27887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use your approach , it is very much simple , but it still does not able to recode arging from 361-390. why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 08:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308021#M27887</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-06-04T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make my list box display &lt;390 ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308022#M27888</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 try to record the raw data to new field by using the Load script and it work fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +65 9326 1804&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 10:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-list-box-display-lt-390/m-p/1308022#M27888</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-06-04T10:50:03Z</dc:date>
    </item>
  </channel>
</rss>

