<?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 Convert concatenated numbers to num in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182696#M628361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to generate a concatenated number out of the following fields.&lt;/P&gt;&lt;P&gt;num(num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView doesnt Interpret this as a number.&lt;/P&gt;&lt;P&gt;Is there a trick to get a number out of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for help&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 11:43:39 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2016-09-13T11:43:39Z</dc:date>
    <item>
      <title>Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182696#M628361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to generate a concatenated number out of the following fields.&lt;/P&gt;&lt;P&gt;num(num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView doesnt Interpret this as a number.&lt;/P&gt;&lt;P&gt;Is there a trick to get a number out of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for help&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 11:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182696#M628361</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-09-13T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182697#M628362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;Try this&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: 28.6924px;"&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: 28.6924px;"&gt;num(num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '0000')&amp;amp;num(Trans_ID, '0000')),'0000')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 11:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182697#M628362</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-13T11:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182698#M628363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;have you try to add the format : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;num(&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: 13px;"&gt;num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')) &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: 13px;"&gt;, '0000000000000000')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 11:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182698#M628363</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-09-13T11:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182699#M628364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input: num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000'))&lt;/P&gt;&lt;P&gt;Output: 155542522041399&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input: num(num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')), '00000000000000')&lt;/P&gt;&lt;P&gt;Output: '-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 11:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182699#M628364</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-09-13T11:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182700#M628365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&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: 13px;"&gt;&lt;STRONG&gt;Num&lt;SPAN style="color: #ff0000;"&gt;#&lt;/SPAN&gt;(Num(Store_ID, '0000') &amp;amp; Num(BusinessDay, '000000') &amp;amp; Num(cashier, '00') &amp;amp; Num(Trans_ID, '0000')&lt;SPAN style="color: #ff0000;"&gt;, '0000000000000000'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182700#M628365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T12:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182701#M628366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;like this&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;num(&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, '0000000000000000')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182701#M628366</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-09-13T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182702#M628367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't work either. it Shows the number. but the value is not interpreted as number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182702#M628367</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-09-13T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182703#M628368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the number is greater than 14 digits and QlikView has problem with numbers which are greater than 14 digits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182703#M628368</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T12:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182704#M628369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gist.github.com/ralfbecher/6550467" title="https://gist.github.com/ralfbecher/6550467"&gt;Loading numbers in QlikView with more than 14 digits leads into scientific (exponential) notation. The 64-bit IEEE float…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182704#M628369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182705#M628370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you concatenate numbers with the &amp;amp;-sign you will create a string and not a number. Therefore I think you will need a different approach like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([StoreID] * pow(10, 4)) + ([OrderID] * pow(10, 9)) + [Pos] as [UniqueKey]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which worked great in my case. If your key isn't necessary between different qvw's or to incremental load from qvd's you could also put your key into an autonumber() function (whereby if you used a string-concatenation of numbers you might need a delimiter like '|' between them to ensure that each key is unique - and no num(x, '0000') is necessary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182705#M628370</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-13T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182706#M628371</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evaluate(Num(Store_ID,'0000') &amp;amp; Num(BusinessDay,'000000') &amp;amp; Num(cashier,'00') &amp;amp; Num(Trans_ID,'0000'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_232489_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137334_QlikCommunity_Thread_232489_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14737998540144022 jive_text_macro" jivemacro_uid="_14737998540144022"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Store_ID,'0000') &amp;amp; Num(BusinessDay,'000000') &amp;amp; Num(cashier,'00') &amp;amp; Num(Trans_ID,'0000') as ConcatTxt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Evaluate(Num(Store_ID,'0000') &amp;amp; Num(BusinessDay,'000000') &amp;amp; Num(cashier,'00') &amp;amp; Num(Trans_ID,'0000')) as ConcatNum;&lt;/P&gt;
&lt;P&gt;LOAD Ceil(Pow(10,Rand()*4)) as Store_ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Pow(10,Rand()*6)) as BusinessDay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Pow(10,Rand()*2)) as cashier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Pow(10,Rand()*4)) as Trans_ID&lt;/P&gt;
&lt;P&gt;AutoGenerate 30;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182706#M628371</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-13T20:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182707#M628372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Evaluate() will only create a dual value with the concatenated text value and a numeric value that is an approximation to the integer value, as best as the IEEE representation allows. &lt;/P&gt;&lt;P&gt;If your numbers differ only in least significant digits, QV may not be able to distinguish them, so you may lose information.&lt;/P&gt;&lt;P&gt;Maybe you won't see this with a limited data set, but definitely it may become an issue when you add more digits to your field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be best to either use just the text value (so you don't need to store the numeric representation that may not be helpful anyway) or use an autonumber instead;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutonumberHash256( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Store_ID,BusinessDay,cashier,Trans_ID) as Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[in case you want to create a numeric key field based on the four field values]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 21:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182707#M628372</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-13T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182708#M628373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your answers.&lt;/P&gt;&lt;P&gt;I really Need that value to be a number.&lt;/P&gt;&lt;P&gt;Autonumber would be a good solution but my customer want to see the real cashier and trans_ID out of the merged number. So i went this way (now i needed to drop the Store_ID but thats ok in my case)&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;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessDay&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*1000000+&lt;SPAN style="color: #800000;"&gt;Cashier&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;*10000+&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Trans_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182708#M628373</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-09-14T05:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182709#M628374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be able to see the original numbers when using a textual value, too (textual in the way it's stored in QV, it still 'looks' like a number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a dual value with the text representation and autonumber as numeric representation, if you absolutely need to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which context are you using these long concatenated numbers? What is the purpose to concatenate them to a string? A key field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182709#M628374</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-14T05:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182710#M628375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) yes its a key field&lt;/P&gt;&lt;P&gt;2) i want to calculate the next x and previous x Transactions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 06:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182710#M628375</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-09-14T06:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182711#M628376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should still be able to do 2) either by keeping the original field values, or, since you know the format specification of your concatenated text value, by manipulating the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 06:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182711#M628376</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-14T06:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182712#M628377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Won't it not be easier beside the key to keep the fields which create them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 06:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182712#M628377</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-14T06:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert concatenated numbers to num</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182713#M628378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;We have to write like this to concatenate &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;num(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;num(Store_ID, '0000')&amp;amp;num(BusinessDay, '000000')&amp;amp;num(cashier, '00')&amp;amp;num(Trans_ID, '0000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;, '0000000000000000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sonysree88&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-concatenated-numbers-to-num/m-p/1182713#M628378</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-10-19T17:03:55Z</dc:date>
    </item>
  </channel>
</rss>

