<?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 How do I show a number as a Text counterpart ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816803#M668117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple list box and added one field from a SQL database. On display, the box shows 3 rows ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display &lt;STRONG&gt;BIRD&lt;/STRONG&gt; instead of 1, &lt;STRONG&gt;CAT&lt;/STRONG&gt; instead of&amp;nbsp; 3 and &lt;STRONG&gt;DOG&lt;/STRONG&gt; instead of 20 . Maybe I can use an expression ? Like &lt;EM&gt;match('1' , Fieldname&lt;/EM&gt;, 'BIRD') or something ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 11:42:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-25T11:42:21Z</dc:date>
    <item>
      <title>How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816803#M668117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple list box and added one field from a SQL database. On display, the box shows 3 rows ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display &lt;STRONG&gt;BIRD&lt;/STRONG&gt; instead of 1, &lt;STRONG&gt;CAT&lt;/STRONG&gt; instead of&amp;nbsp; 3 and &lt;STRONG&gt;DOG&lt;/STRONG&gt; instead of 20 . Maybe I can use an expression ? Like &lt;EM&gt;match('1' , Fieldname&lt;/EM&gt;, 'BIRD') or something ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816803#M668117</guid>
      <dc:creator />
      <dc:date>2014-11-25T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816804#M668118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num, Value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Bird&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Cat&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20, Dog&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then use Value as List box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Or you can handle it on front end &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;create list box with expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(wildmatch(num,'1'),Bird,if(wildmatch(num,'3'),'Cat',if(wildmatch(num,'20'),'Dog')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816804#M668118</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-25T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816805#M668119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;* ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(Match(num, 1, 2, 20), 'Bird', 'Cat', 'Dog') AS NewField&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816805#M668119</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-25T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816806#M668120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was what I needed and it works :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;if(wildmatch(num,'1'),'Bird',if(wildmatch(num,'3'),'Cat',if(wildmatch(num,'20'),'Dog')))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks @&lt;A _jive_internal="true" data-avatarid="7597" data-externalid="" data-online="false" data-presence="null" data-userid="150721" data-username="dreamer4" href="https://community.qlik.com/people/dreamer4"&gt;max dreamer&lt;/A&gt; &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, 25 Nov 2014 12:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816806#M668120</guid>
      <dc:creator />
      <dc:date>2014-11-25T12:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816807#M668121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why using 3 ifs and 3 WildMatch(), simply use one WildMatch() and one Pick(), what if you have 50 number?&amp;nbsp; will you include 50 If() and 50 WildMatch()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;=Pick(WildMatch(num, 1, 3, 20), 'Bird', 'Cat', 'Dog') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 01:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816807#M668121</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-26T01:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show a number as a Text counterpart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816808#M668122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is much easier , thanks &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan mohan&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-show-a-number-as-a-Text-counterpart/m-p/816808#M668122</guid>
      <dc:creator />
      <dc:date>2014-11-26T07:38:16Z</dc:date>
    </item>
  </channel>
</rss>

