<?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] Generating multiple rows based on the input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333276#M102076</link>
    <description>Thanks rhall, the solution worked!</description>
    <pubDate>Wed, 07 Sep 2016 17:36:41 GMT</pubDate>
    <dc:creator>ahsin</dc:creator>
    <dc:date>2016-09-07T17:36:41Z</dc:date>
    <item>
      <title>[resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333267#M102067</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am trying to generate an amortization schedule for loans based on certain inputs. So each input row will map to multiple output rows. E.g. for an input set of (Term=10,interest rate=5%, Principal = 1000,payment = 20) I want to generate the amortization over the 10year term. This requires generating multiple rows. What is the best way to go about this? Many thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 21:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333267#M102067</guid>
      <dc:creator>ahsin</dc:creator>
      <dc:date>2016-09-01T21:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333268#M102068</link>
      <description>Hi,&lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 02 Sep 2016 03:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333268#M102068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T03:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333269#M102069</link>
      <description>Hi,
&lt;BR /&gt;tSplitRow is a way but maybe not the best if a lot of output rows must be generated from a single input row.
&lt;BR /&gt;tJava or tJavaFlex to complete an array with expected values should be better (have to code).
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;TRF</description>
      <pubDate>Fri, 02 Sep 2016 13:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333269#M102069</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2016-09-02T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333270#M102070</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;To illustrate my scenario with an example: Suppose data (which relates to loans) has a row with the following columns: Term = 2 year, Interest rate=5%, Principal = 100. The payments of this loan are made on a monthly basis so in the output I want to have: Payment date (monthly), Interest portion, Principal portion, total payment and ending balance. So in this case 1 row will map to 24 rows (2 x 12). Hope this explains my requirement clearly. Many thanks.
&lt;BR /&gt;AA</description>
      <pubDate>Fri, 02 Sep 2016 15:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333270#M102070</guid>
      <dc:creator>ahsin</dc:creator>
      <dc:date>2016-09-02T15:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333271#M102071</link>
      <description>Hi,
&lt;BR /&gt;Are you looking for something like demarcation per month (based on your term) ? and for each month you want to calculate Principal portion .... etc?
&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 02 Sep 2016 16:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333271#M102071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333272#M102072</link>
      <description>Hi ABelkacemi,
&lt;BR /&gt;Yes, something like that. So for each month I will have columns for 1)payment amount 2) principal portion 3)interest portion 4)ending principal balance
&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 02 Sep 2016 16:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333272#M102072</guid>
      <dc:creator>ahsin</dc:creator>
      <dc:date>2016-09-02T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333273#M102073</link>
      <description>The data come from a database or file?</description>
      <pubDate>Fri, 02 Sep 2016 16:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333273#M102073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333274#M102074</link>
      <description>As the number of output rows varies, the way is tJava family components.</description>
      <pubDate>Fri, 02 Sep 2016 18:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333274#M102074</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2016-09-02T18:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333275#M102075</link>
      <description>This should point you in the right direction&amp;nbsp;&lt;A href="https://www.rilhia.com/quicktips/quick-tip-row-multiplication" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-row-multiplication&lt;/A&gt;</description>
      <pubDate>Fri, 02 Sep 2016 19:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333275#M102075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Generating multiple rows based on the input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333276#M102076</link>
      <description>Thanks rhall, the solution worked!</description>
      <pubDate>Wed, 07 Sep 2016 17:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Generating-multiple-rows-based-on-the-input/m-p/2333276#M102076</guid>
      <dc:creator>ahsin</dc:creator>
      <dc:date>2016-09-07T17:36:41Z</dc:date>
    </item>
  </channel>
</rss>

