<?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 grouped codes - QV creating duplicates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293175#M108809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have grouped codes on my QV document. They are product &amp;amp; ' - ' &amp;amp; product_dsc. And two other grouped codes. On these grouped codes there are duplicates being created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, I have 2 entries with 1 number concatenated with a description and another entry underneath with the number and no description. Ive attached my document, can anyone tell me what is going wrong? Thanks very much in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 09:33:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-03T09:33:44Z</dc:date>
    <item>
      <title>grouped codes - QV creating duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293175#M108809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have grouped codes on my QV document. They are product &amp;amp; ' - ' &amp;amp; product_dsc. And two other grouped codes. On these grouped codes there are duplicates being created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, I have 2 entries with 1 number concatenated with a description and another entry underneath with the number and no description. Ive attached my document, can anyone tell me what is going wrong? Thanks very much in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293175#M108809</guid>
      <dc:creator />
      <dc:date>2011-11-03T09:33:44Z</dc:date>
    </item>
    <item>
      <title>grouped codes - QV creating duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293176#M108810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you resolve the synthetic table, it should get resolved. You have "MATERIAL" and "MATL_GROUP" in "COPA" and "material" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 11:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293176#M108810</guid>
      <dc:creator />
      <dc:date>2011-11-03T11:07:51Z</dc:date>
    </item>
    <item>
      <title>grouped codes - QV creating duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293177#M108811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the reply, there's definitely problems with tables. Prob Hier seems to be in there on a number of occasions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each listbox should be linking up with one another also. I'll definitely have to re-consider the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 16:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293177#M108811</guid>
      <dc:creator />
      <dc:date>2011-11-03T16:42:53Z</dc:date>
    </item>
    <item>
      <title>grouped codes - QV creating duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293178#M108812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the help. I moved the concatenated tables and hung them from the main table, this fixed the issue with my relationships. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 18:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293178#M108812</guid>
      <dc:creator />
      <dc:date>2011-11-03T18:25:27Z</dc:date>
    </item>
    <item>
      <title>grouped codes - QV creating duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293179#M108813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi still if you want to create the same way as you did previously, you can try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Not IsNull(material_group_description),MATL_GROUP) &amp;amp; IF(Not IsNull(material_group_description),' - ' &amp;amp; material_group_description) as GB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically testing not null and concatenating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 18:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/grouped-codes-QV-creating-duplicates/m-p/293179#M108813</guid>
      <dc:creator>rrsrini2907</dc:creator>
      <dc:date>2011-11-03T18:30:56Z</dc:date>
    </item>
  </channel>
</rss>

