<?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: Help with list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968871#M964412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for your listbox expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick([Authorization Type], 'Crack', 'NIS')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101864_Capture.PNG" style="height: 426px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 12:13:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-13T12:13:23Z</dc:date>
    <item>
      <title>Help with list box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968870#M964410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have something im trying to do , hope its possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field in my database called Authorization Type which has two results, 1 and 2. I would like to make this more user friendly by making the list box display crack for 1 and NIS for 2 instead of just displaying a 1 or 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible at all ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help is very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968870#M964410</guid>
      <dc:creator />
      <dc:date>2015-10-13T12:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with list box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968871#M964412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for your listbox expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick([Authorization Type], 'Crack', 'NIS')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101864_Capture.PNG" style="height: 426px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968871#M964412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-13T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with list box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968872#M964413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add an IF() function in your load script to look at a value and set the field&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Days]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 45,'Over 45'))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status &lt;/SPAN&gt;- this example is checking the value in the days field and based on the value setting the sttus field.&amp;nbsp; If you have to values your test would be something along the lines of&lt;/P&gt;&lt;P&gt;If([Authorization Type] = 1, 'Yes','No) as [Auth Type] and use Auth Type for your list or as [Authorization Type]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968872#M964413</guid>
      <dc:creator />
      <dc:date>2015-10-13T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with list box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968873#M964414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly , thank you so so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968873#M964414</guid>
      <dc:creator />
      <dc:date>2015-10-13T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with list box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968874#M964415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-list-box/m-p/968874#M964415</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-13T12:19:15Z</dc:date>
    </item>
  </channel>
</rss>

