<?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 numeric variable in alphanumeric in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223771#M76253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;ia´m not sure if i understand your question correctly.&lt;/P&gt;&lt;P&gt;But this works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Num&lt;/P&gt;(&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;( &lt;P&gt;(&lt;/P&gt;&lt;P&gt;Be aware that the NUM function only works to 13 or 14 digits.&lt;/P&gt;&lt;P&gt;You can use in cases like this EVALUATE but without decimals.&lt;/P&gt;&lt;P&gt;See the attached file as an example for this.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;Numbers&lt;B&gt;,&lt;/B&gt; '000000'&lt;B&gt;)&lt;/B&gt; &lt;B&gt;as&lt;/B&gt; NewNumbers &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 21:02:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-23T21:02:19Z</dc:date>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223770#M76252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have a question:&lt;BR /&gt;&lt;BR /&gt;from a database field numbers (like 2, 0) and importing it into qvw if the first digit is a number ,&lt;/P&gt;&lt;P&gt;becomes 1 instead of 01 or 2 instead of 02 ... etc. ..&lt;BR /&gt;&lt;BR /&gt;My solution when I do the load:&lt;BR /&gt;&lt;BR /&gt;Repeat ('0 ', 2 - Len (Text (Num # (Variable, '00')))) &amp;amp; Text (Num # (Variable, '00')) as variable1;&lt;BR /&gt;&lt;BR /&gt;ok ...&lt;/P&gt;&lt;P&gt;ok ... the "text" and "num" are not going well in this case&lt;/P&gt;&lt;P&gt;There is a more "simple"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 20:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223770#M76252</guid>
      <dc:creator />
      <dc:date>2009-10-23T20:28:57Z</dc:date>
    </item>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223771#M76253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;ia´m not sure if i understand your question correctly.&lt;/P&gt;&lt;P&gt;But this works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Num&lt;/P&gt;(&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;( &lt;P&gt;(&lt;/P&gt;&lt;P&gt;Be aware that the NUM function only works to 13 or 14 digits.&lt;/P&gt;&lt;P&gt;You can use in cases like this EVALUATE but without decimals.&lt;/P&gt;&lt;P&gt;See the attached file as an example for this.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;Numbers&lt;B&gt;,&lt;/B&gt; '000000'&lt;B&gt;)&lt;/B&gt; &lt;B&gt;as&lt;/B&gt; NewNumbers &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223771#M76253</guid>
      <dc:creator />
      <dc:date>2009-10-23T21:02:19Z</dc:date>
    </item>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223772#M76254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr"&gt;Sorry,&lt;BR /&gt;&lt;BR /&gt;I mean:&lt;BR /&gt;I have a numeric variable containing:&lt;BR /&gt;&lt;BR /&gt;01&lt;BR /&gt;02&lt;BR /&gt;03&lt;BR /&gt;04&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;importing into QlikView me becomes:&lt;BR /&gt;&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;&lt;BR /&gt;whereas I would like him to stay:&lt;BR /&gt;&lt;BR /&gt;01&lt;BR /&gt;02&lt;BR /&gt;03&lt;BR /&gt;04&lt;BR /&gt;&lt;BR /&gt;but withe command text or num not like...&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223772#M76254</guid>
      <dc:creator />
      <dc:date>2009-10-23T21:21:45Z</dc:date>
    </item>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223773#M76255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it&lt;/P&gt;&lt;P&gt;ArticoliNew:&lt;BR /&gt;Noconcatenate&lt;BR /&gt;LOAD &lt;STRONG&gt;text(CODICE)&lt;/STRONG&gt; as CODICE,&lt;BR /&gt; DESART&lt;BR /&gt; resident Articoli;&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223773#M76255</guid>
      <dc:creator />
      <dc:date>2009-10-23T21:25:24Z</dc:date>
    </item>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223774#M76256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried&lt;/P&gt;&lt;P&gt;Text (variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but since the variable is defined numeric, text has no effect ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223774#M76256</guid>
      <dc:creator />
      <dc:date>2009-10-23T21:36:28Z</dc:date>
    </item>
    <item>
      <title>numeric variable in alphanumeric</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223775#M76257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left('00',2-len(Variable)) &amp;amp; Variable as Variable1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not quite the most elegant solution, but it's a bit more simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 23:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-variable-in-alphanumeric/m-p/223775#M76257</guid>
      <dc:creator />
      <dc:date>2009-10-23T23:31:02Z</dc:date>
    </item>
  </channel>
</rss>

