<?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 Replace List Box Value for the User ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719189#M1074362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 15:45:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-05T15:45:15Z</dc:date>
    <item>
      <title>How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719184#M1074357</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 am new to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box which has value 0 and 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently, 0 and 1 shows in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to replace 0 with No and 1 with Yes for the user display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we display and replace 0 and 1 with No and Yes for user selection ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719184#M1074357</guid>
      <dc:creator />
      <dc:date>2014-08-05T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719185#M1074358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering your list box field name is VALUE...&lt;/P&gt;&lt;P&gt;Instead of VALUE as a Field use expression as below in List Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(VALUE = 0, 'No','Yes')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is under the script, you can set up below line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(VALUE = 0, 'No','Yes') as ValueFlag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this ValueFlag as List Box Field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719185#M1074358</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-05T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719186#M1074359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a conditional expression as a source for the list box. Take a look at attached images&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719186#M1074359</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-05T15:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719187#M1074360</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;Now, List box shows both values as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp; No&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to shows only No and Yes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we remove 0 and 1 from list box values ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719187#M1074360</guid>
      <dc:creator />
      <dc:date>2014-08-05T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719188#M1074361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have selected VALUE as a Field and written my expression under expression tab...&lt;/P&gt;&lt;P&gt;what actually you have to do is instead of VALUE as a Field choose &amp;lt;Expression&amp;gt; under General &amp;gt;&amp;gt; Field Tab..&lt;/P&gt;&lt;P&gt;Now write the Expression given above...&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719188#M1074361</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-05T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719189#M1074362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719189#M1074362</guid>
      <dc:creator />
      <dc:date>2014-08-05T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719190#M1074363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly close this question by selecting appropriate answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719190#M1074363</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-05T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719191#M1074364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to close question and mark that as answer ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 16:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719191#M1074364</guid>
      <dc:creator />
      <dc:date>2014-08-05T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace List Box Value for the User ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719192#M1074365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whoever's answer you think is helpful or correct, select appropriate one...&lt;/P&gt;&lt;P&gt;You can select one correct and maximum two helpful answers... &lt;/P&gt;&lt;P&gt;Below type of two buttons you can see for each reply on your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please select for all your pending threads wherever you think answers as already received but your haven't closed the thread. Many users are trying to find out solution of similar type of questions and Correct Answer marked can encourge them to read the thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63781_Untitled.png" style="width: 620px; height: 230px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Replace-List-Box-Value-for-the-User/m-p/719192#M1074365</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-05T18:24:28Z</dc:date>
    </item>
  </channel>
</rss>

