<?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: Problem n to n with n= Name 1, Name 2, Name 3, .... in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032730#M11952</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210304"&gt;@MCerro&lt;/a&gt;&amp;nbsp; Could you please try the below code:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Task,&lt;BR /&gt;SubField(Name,',',1) as Name1,&lt;BR /&gt;SubField(Name,',',2) as Name2,&lt;BR /&gt;SubField(Name,',',3) as Name3&lt;/P&gt;
&lt;P&gt;Inline [&lt;BR /&gt;Task|Name&lt;BR /&gt;Task1| James, Richard, Joseph&lt;BR /&gt;Task2| James, Richard, Maria&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;](delimiter is '|');&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;If this resolves the issue, please like and accept as a solution.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 11:07:41 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2023-02-01T11:07:41Z</dc:date>
    <item>
      <title>Problem n to n with n= Name 1, Name 2, Name 3, ....</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032717#M11951</link>
      <description>&lt;P&gt;I have a list of tasks and the name of the people that need to do this.&amp;nbsp; The problem is that the name of the people is together in the same place, separated for comas. So I need to create a visualisation on Qlik with a list of this person (individual name) and it visualization show me a list of her/his task. I know that is a typical problem of n to n, but I don't know how to resolve it with the comas in Qlik.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MCerro_0-1675248985737.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99405i1D10CF31BAF6B6BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MCerro_0-1675248985737.png" alt="MCerro_0-1675248985737.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 10:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032717#M11951</guid>
      <dc:creator>MCerro</dc:creator>
      <dc:date>2023-02-01T10:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem n to n with n= Name 1, Name 2, Name 3, ....</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032730#M11952</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210304"&gt;@MCerro&lt;/a&gt;&amp;nbsp; Could you please try the below code:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Task,&lt;BR /&gt;SubField(Name,',',1) as Name1,&lt;BR /&gt;SubField(Name,',',2) as Name2,&lt;BR /&gt;SubField(Name,',',3) as Name3&lt;/P&gt;
&lt;P&gt;Inline [&lt;BR /&gt;Task|Name&lt;BR /&gt;Task1| James, Richard, Joseph&lt;BR /&gt;Task2| James, Richard, Maria&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;](delimiter is '|');&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;If this resolves the issue, please like and accept as a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032730#M11952</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-02-01T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem n to n with n= Name 1, Name 2, Name 3, ....</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032749#M11953</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210304"&gt;@MCerro&lt;/a&gt;&amp;nbsp;Veja se essa solução lhe atende, no passado precisei usar e encontrei uma publicação do&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46612"&gt;@mario_sergio_ti&lt;/a&gt;&amp;nbsp;que me ajudou.&lt;/P&gt;
&lt;P&gt;Fiz um Inline para trazer os seus dados como estão.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Renatusfreitas_0-1675251426479.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99408i695485C38E3C9064/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Renatusfreitas_0-1675251426479.png" alt="Renatusfreitas_0-1675251426479.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Agora usando o While, conseguirá capturar os nomes pelos separadores ','&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Renatusfreitas_1-1675251535681.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99410iB8CAD9F6FE5869E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Renatusfreitas_1-1675251535681.png" alt="Renatusfreitas_1-1675251535681.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Utilizando o&amp;nbsp;SubField(Trim("Name"), ', ', IterNo(),&amp;nbsp; desta forma terá uma tabela com a tarefa e nome separados&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Renatusfreitas_2-1675251681867.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99411i943EAA6FA459CA34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Renatusfreitas_2-1675251681867.png" alt="Renatusfreitas_2-1675251681867.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Resultado da carga, acho que irá lhe atender! &lt;SPAN&gt;Se isso resolver o problema, curta e aceite como solução.&amp;nbsp;&lt;/SPAN&gt;abraço!!!&lt;/P&gt;
&lt;P&gt;Renato Freitas&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-n-to-n-with-n-Name-1-Name-2-Name-3/m-p/2032749#M11953</guid>
      <dc:creator>Renatusfreitas</dc:creator>
      <dc:date>2023-02-01T11:44:31Z</dc:date>
    </item>
  </channel>
</rss>

