<?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: How to handle this scenario in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302874#M74809</link>
    <description>&lt;P&gt;I understand that, but there needs to be some rules before an answer can be given. I see that S1 needs to match C1, S2 needs to match C2 and S3 needs to match C3 in your example. However, I presume that they are example values. I also understand that nulls are not required. What is the rule that prevents S1 matching C2 and C3, S2 from matching C1 and C3 and S3 from matching C1 and C2? The only join field you have is the Oppr_Id. We need the rules and how they should work with real data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I can tell you how to get the result you have got. You match on Oppr_Id and then take number character from the other two fields and match on numbers. To do this you could use substring(). But I sense that is not what you really want.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 May 2019 17:16:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-11T17:16:51Z</dc:date>
    <item>
      <title>How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302871#M74806</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 267px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4Y5.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134630iFE56FFAB2C9AA041/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4Y5.jpg" alt="0683p000009M4Y5.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;DIV class="lia-spoiler-container"&gt; 
 &lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt; 
 &lt;NOSCRIPT&gt;
   (Highlight to read) 
 &lt;/NOSCRIPT&gt; 
 &lt;DIV class="lia-spoiler-border"&gt; 
  &lt;DIV class="lia-spoiler-content"&gt;
    Getting multiple records in the output instead of exact result set in the above image 
  &lt;/DIV&gt; 
  &lt;NOSCRIPT&gt; 
   &lt;DIV class="lia-spoiler-noscript-container"&gt; 
    &lt;DIV class="lia-spoiler-noscript-content"&gt;
      Getting multiple records in the output instead of exact result set in the above image 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/NOSCRIPT&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 May 2019 15:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302871#M74806</guid>
      <dc:creator>pari1</dc:creator>
      <dc:date>2019-05-10T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302872#M74807</link>
      <description>&lt;P&gt;Multiple outputs would be correct if you are joining on Oppr_Id. I would expect 9 outputs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 15:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302872#M74807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-10T15:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302873#M74808</link>
      <description>Thanks for you reply.&lt;BR /&gt;I need only 3 records as output</description>
      <pubDate>Sat, 11 May 2019 07:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302873#M74808</guid>
      <dc:creator>pari1</dc:creator>
      <dc:date>2019-05-11T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302874#M74809</link>
      <description>&lt;P&gt;I understand that, but there needs to be some rules before an answer can be given. I see that S1 needs to match C1, S2 needs to match C2 and S3 needs to match C3 in your example. However, I presume that they are example values. I also understand that nulls are not required. What is the rule that prevents S1 matching C2 and C3, S2 from matching C1 and C3 and S3 from matching C1 and C2? The only join field you have is the Oppr_Id. We need the rules and how they should work with real data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I can tell you how to get the result you have got. You match on Oppr_Id and then take number character from the other two fields and match on numbers. To do this you could use substring(). But I sense that is not what you really want.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 17:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302874#M74809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-11T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302875#M74810</link>
      <description>Thanks for you reply.&lt;BR /&gt;Below is the scenarios :&lt;BR /&gt;1. Opportunities is related to services&lt;BR /&gt;2. Opportunities is related to contacts&lt;BR /&gt;3. Opportunities is related to roles&lt;BR /&gt;There is no relation between services ,contacts &amp;amp; roles.&lt;BR /&gt;When am trying to arrange this am getting kind of cross product that means multiple records. So how I need the output is based on the maximum count of either services or contacts or roles, I need the opportunities count.&lt;BR /&gt;&lt;BR /&gt;For example: S services is 4, R roles 2, Ccontacts 2&lt;BR /&gt;So how my output looks&lt;BR /&gt;&lt;BR /&gt;O1 S1 R1 C1&lt;BR /&gt;O1 S2 R2 C2&lt;BR /&gt;O1 S3 null null&lt;BR /&gt;O1 S4 null null</description>
      <pubDate>Sat, 11 May 2019 17:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302875#M74810</guid>
      <dc:creator>pari1</dc:creator>
      <dc:date>2019-05-11T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle this scenario</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302876#M74811</link>
      <description>&lt;P&gt;Can you give an example like the first one, but with all of the rules. You have 4 columns in your explanation, but only 3 in your original example. Also, your rules are not shown by your explanation. You say....&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;1. Opportunities is related to services&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Opportunities is related to contacts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Opportunities is related to roles"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But your example shows this....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"O1 S1 R1 C1&lt;BR /&gt;O1 S2 R2 C2&lt;BR /&gt;O1 S3 null null&lt;BR /&gt;O1 S4 null null"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Opportunities is the first column. O1 relates to S1, R1 and C1 in the first row. But it doesn't relate in any of the other columns.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 10:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-this-scenario/m-p/2302876#M74811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-13T10:21:54Z</dc:date>
    </item>
  </channel>
</rss>

