<?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: [resolved] How do you use Numeric.sequence(&amp;quot;s1&amp;quot;,1,1) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296729#M69358</link>
    <description>Only by reading back the last ID used from your file/DB at the start of your job and storing it in globalMap so it can be used as the seed in tMap.</description>
    <pubDate>Mon, 07 Jun 2010 01:09:10 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2010-06-07T01:09:10Z</dc:date>
    <item>
      <title>[resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296726#M69355</link>
      <description>I want to populate a field in a table with an integer. I want it to increment each time I run the job. This will be my Load Id.
&lt;BR /&gt;I am thinking of using the Numeric.sequence() function, but I can not find any documentation on how it works or what the parameters do.
&lt;BR /&gt;Can anyone point me to the documentation that describes this function?
&lt;BR /&gt;If there is a better way to achieve my desired result, I would be open to suggestions.
&lt;BR /&gt;Thank You,
&lt;BR /&gt;Jason</description>
      <pubDate>Sat, 16 Nov 2024 13:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296726#M69355</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296727#M69356</link>
      <description>Hello
&lt;BR /&gt;It is the method defined by Talend, you can go to 
&lt;B&gt;Repository--&amp;gt;code--&amp;gt;system--&amp;gt;Numeric&lt;/B&gt; and read the relate d description of function.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 11 May 2009 03:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296727#M69356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-11T03:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296728#M69357</link>
      <description>Hi,&lt;BR /&gt;i use Numeric.sequence("s1",1,1) as an autoincrement ID within one launch (so each row +1) - but now i need an auto-incremented ID for each time i launch the whole job (for the same job ID: 1 - the next time i launch the job ID: 2 a.s.o). Is this possible?&lt;BR /&gt;regards&lt;BR /&gt;alex</description>
      <pubDate>Thu, 20 May 2010 10:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296728#M69357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-20T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296729#M69358</link>
      <description>Only by reading back the last ID used from your file/DB at the start of your job and storing it in globalMap so it can be used as the seed in tMap.</description>
      <pubDate>Mon, 07 Jun 2010 01:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296729#M69358</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-07T01:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296730#M69359</link>
      <description>Hi Alevy,&lt;BR /&gt;I am using file as my output. How can I get the max  id (last inserted id) from file? Then I can  store it in globalMap as used for next execution.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raja K</description>
      <pubDate>Fri, 01 Jul 2011 09:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296730#M69359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-01T09:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296731#M69360</link>
      <description>If the file is in the order of ID, you can read the file and send the flow to tSetGlobalVar.  That way the last record (with the max id) will be stored in the globalMap.  You can then use it+1 as the seed for Numeric.sequence.&lt;BR /&gt;If the file is not in order, use tAggregateRow to get the max id and then tSetGlobalVar to store it.</description>
      <pubDate>Sat, 02 Jul 2011 07:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296731#M69360</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-07-02T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296732#M69361</link>
      <description>Thank You so much for your reply. It works for me.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Raja K</description>
      <pubDate>Mon, 04 Jul 2011 05:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296732#M69361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-04T05:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296733#M69362</link>
      <description>Hi,
&lt;BR /&gt;I want to add an Batch_ID to my job which runs daily. But this Batch ID should be unique for each run and needs to be incremental.
&lt;BR /&gt;I created a variable which converts my job run start date into integer and gives me output in form of "yyyyMMdd". Now I want to add a unique number in front of this "yyyyMMdd", so that it serves as a BATCH_ID for that particular run. Point to be noted is, it should add only one number in front of "yyyyMMdd" for each run of the job, and should be incremental for the subsequent runs. I hope i have written my query very clearly.
&lt;BR /&gt;I willbe grateful if someone could help me out.</description>
      <pubDate>Wed, 22 Apr 2015 14:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296733#M69362</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-22T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How do you use Numeric.sequence("s1",1,1)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296734#M69363</link>
      <description>Hi, I'm facing the same problem.
&lt;BR /&gt;For me, I'm trying to use Numeric.sequence() thinking in performance. My table will be huge in the future, and the max(id) will be more and more hard to extract.</description>
      <pubDate>Wed, 22 Apr 2020 17:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-do-you-use-Numeric-sequence-quot-s1-quot-1-1/m-p/2296734#M69363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T17:30:57Z</dc:date>
    </item>
  </channel>
</rss>

