<?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 Recurring  names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1886911#M1244691</link>
    <description>&lt;P&gt;Good days,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I extract data from SQL.&lt;/P&gt;
&lt;P&gt;In the Select section i have 2 fields called "Explanation" and "Group".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the LOAD part i would like to combine both fields as they have similar parts within them. I wrote LOAD part like this:&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;Explanation&amp;amp; Group as Groups&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i run this code in the front i create a listbox with the Field of "Groups" but it brings me double things under it.&lt;/P&gt;
&lt;P&gt;Such as : Explanation and Group contains a field called linkedin and it shows in the list box as LinkedinLinkedin.&lt;/P&gt;
&lt;P&gt;What can i do to prevent that double thing?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Learnerr</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Recurring  names</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1886911#M1244691</link>
      <description>&lt;P&gt;Good days,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I extract data from SQL.&lt;/P&gt;
&lt;P&gt;In the Select section i have 2 fields called "Explanation" and "Group".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the LOAD part i would like to combine both fields as they have similar parts within them. I wrote LOAD part like this:&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;Explanation&amp;amp; Group as Groups&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i run this code in the front i create a listbox with the Field of "Groups" but it brings me double things under it.&lt;/P&gt;
&lt;P&gt;Such as : Explanation and Group contains a field called linkedin and it shows in the list box as LinkedinLinkedin.&lt;/P&gt;
&lt;P&gt;What can i do to prevent that double thing?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1886911#M1244691</guid>
      <dc:creator>Learnerr</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring  names</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1886918#M1244693</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Explanation&amp;amp; Group as Groups&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;means you will get below output&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Explanation, Group,Explanation&amp;amp; Group&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1,2,12&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Linkedin,Linkedin,LinkedinLinkedin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;A,B,AB&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1,1,11&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if you want distinct values in seperate field&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;load Explanation as Groups&amp;nbsp; from table&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;concatenate&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;load Group as Groups&amp;nbsp; from table&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 07:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1886918#M1244693</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-31T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring  names</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887008#M1244697</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;anat;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wrote my code like this but it doesnt work:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CONCATENATE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table:&lt;BR /&gt;Load Distinct&lt;BR /&gt;MenuId,&lt;BR /&gt;Explanation&amp;nbsp;as Groups,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Group as Groups&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;&lt;BR /&gt;SELECT &lt;BR /&gt;MenuId,&lt;BR /&gt;Explanation,&lt;BR /&gt;Group&lt;BR /&gt;&lt;BR /&gt;FROM XYZ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887008#M1244697</guid>
      <dc:creator>Learnerr</dc:creator>
      <dc:date>2022-01-31T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring  names</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887014#M1244700</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Table:&lt;BR /&gt;Load Distinct&lt;BR /&gt;MenuId,&lt;BR /&gt;&lt;STRONG&gt;Explanation&amp;nbsp;as Groups,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Group as Groups&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;&lt;BR /&gt;SELECT&amp;nbsp;&lt;BR /&gt;MenuId,&lt;BR /&gt;Explanation,&lt;BR /&gt;Group&lt;BR /&gt;&lt;BR /&gt;FROM XYZ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;qlik will not accept same name twice in single load script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887014#M1244700</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-31T11:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring  names</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887016#M1244703</link>
      <description>&lt;P&gt;Yes, but how can i combine both of them ?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-names/m-p/1887016#M1244703</guid>
      <dc:creator>Learnerr</dc:creator>
      <dc:date>2022-01-31T11:09:04Z</dc:date>
    </item>
  </channel>
</rss>

