<?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: One field value associated with more than one values from another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/One-field-value-associated-with-more-than-one-values-from/m-p/1806686#M65623</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/98650"&gt;@ShellyG&lt;/a&gt;&amp;nbsp;, you can add that field in the following way:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Left Join(GroupNameTable)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Load&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;&amp;nbsp; &amp;nbsp;GroupName,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;&amp;nbsp; &amp;nbsp;If(Count(Distinct GroupCode) &amp;gt; 1, 'Multiple', 'One')&amp;nbsp; AS MultipleField&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Resident GroupCodeTable&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Group By GroupName;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 15:23:56 GMT</pubDate>
    <dc:creator>JuanGerardo</dc:creator>
    <dc:date>2021-05-10T15:23:56Z</dc:date>
    <item>
      <title>One field value associated with more than one values from another field</title>
      <link>https://community.qlik.com/t5/App-Development/One-field-value-associated-with-more-than-one-values-from/m-p/1806675#M65622</link>
      <description>&lt;P&gt;Hi Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help with an expression example for the following situation.&lt;/P&gt;&lt;P&gt;I have a simple dataset where I have a field, which contains group names - Group1, Group2, etc... I also have a field containing group codes - A, B, C and D.&lt;/P&gt;&lt;P&gt;Each of these groups can have either one of the codes or multiple codes.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;Group1 - A&lt;BR /&gt;Group2 - A, B, C&lt;BR /&gt;Group3 - C, D&lt;/P&gt;&lt;P&gt;I want to create an additional field in my script, which will identify the groups that have multiple codes as 'Multiple' and the groups that have only one code as 'One'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me with a sample expression of how to achieve that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shelly&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 14:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/One-field-value-associated-with-more-than-one-values-from/m-p/1806675#M65622</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2021-05-10T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: One field value associated with more than one values from another field</title>
      <link>https://community.qlik.com/t5/App-Development/One-field-value-associated-with-more-than-one-values-from/m-p/1806686#M65623</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/98650"&gt;@ShellyG&lt;/a&gt;&amp;nbsp;, you can add that field in the following way:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Left Join(GroupNameTable)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Load&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;&amp;nbsp; &amp;nbsp;GroupName,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;&amp;nbsp; &amp;nbsp;If(Count(Distinct GroupCode) &amp;gt; 1, 'Multiple', 'One')&amp;nbsp; AS MultipleField&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Resident GroupCodeTable&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Group By GroupName;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 15:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/One-field-value-associated-with-more-than-one-values-from/m-p/1806686#M65623</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-05-10T15:23:56Z</dc:date>
    </item>
  </channel>
</rss>

