<?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: List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/798712#M664153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a LOAD table with the SERVICE_TIER field and map Field ,&amp;nbsp; and used apply map in the table .It seemed to have fixed the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 20:03:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-09T20:03:32Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/798709#M664150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a list box with the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SERVICE_TIER = 'type1','type1',&lt;/P&gt;&lt;P&gt;IF(SERVICE_TIER = '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;type2&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.3333330154419px;"&gt;type2&lt;/SPAN&gt;',&lt;/P&gt;&lt;P&gt;IF(SERVICE_TIER = '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;type3'&lt;/SPAN&gt;,'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;type3&lt;/SPAN&gt;','Internal')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list box shows up correctly in the development server. But on accesspoint it just shows up as internal (*4times) instead of the {type1,type2,type3,internal}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 20:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/798709#M664150</guid>
      <dc:creator />
      <dc:date>2015-02-12T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/798710#M664151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm surprised it works in the development server... Based on my understanding, it shouldn't...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if(SERVICE_TIER = 'type1','type1',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; IF(SERVICE_TIER = '&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;type2&lt;/SPAN&gt;','&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;type2&lt;/SPAN&gt;',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; IF(SERVICE_TIER = '&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;type3'&lt;/SPAN&gt;,'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;type3&lt;/SPAN&gt;','Internal')))&lt;/P&gt;&lt;P&gt;, SERVICE_TIER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Come and learn Set Analysis and Advanced Aggregation with me at &lt;STRONG&gt;www.masterssummit.com&lt;/STRONG&gt; - take your QlikView skills to the next level!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 20:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/798710#M664151</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-02-12T20:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/798711#M664152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend moving this logic to the script as create field/attribute with the same logic then use that field in the list box.&amp;nbsp; It will provide more consistent results and also be useful in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(SERVICE_TIER = 'type1','type1',&lt;/P&gt;&lt;P&gt;IF(SERVICE_TIER = '&lt;SPAN style="font-size: 13.33px;"&gt;type2&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.33px;"&gt;type2&lt;/SPAN&gt;',&lt;/P&gt;&lt;P&gt;IF(SERVICE_TIER = '&lt;SPAN style="font-size: 13.33px;"&gt;type3'&lt;/SPAN&gt;,'&lt;SPAN style="font-size: 13.33px;"&gt;type3&lt;/SPAN&gt;','Internal'))) as Service_Tier_Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/798711#M664152</guid>
      <dc:creator />
      <dc:date>2015-03-09T16:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/798712#M664153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a LOAD table with the SERVICE_TIER field and map Field ,&amp;nbsp; and used apply map in the table .It seemed to have fixed the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 20:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/798712#M664153</guid>
      <dc:creator />
      <dc:date>2015-03-09T20:03:32Z</dc:date>
    </item>
  </channel>
</rss>

