<?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: repeated records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498116#M186147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what you want to achieve, but you can just create a list box in the front end of field atendente, and enable 'Show frequency' in list box properties - general tab. Sort by frequency desc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 17:17:08 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-08-15T17:17:08Z</dc:date>
    <item>
      <title>repeated records</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498115#M186146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt; i have some records that are repeated in my table, how can i do to show the repeated data in another table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example?&lt;/P&gt;&lt;P&gt;atendentes_link]:&lt;/P&gt;&lt;P&gt;load * inline [atendente, link&lt;/P&gt;&lt;P&gt;danilo torres, 6060&lt;/P&gt;&lt;P&gt;ramon rios, 7070&lt;/P&gt;&lt;P&gt;danilo torres, 7070&lt;/P&gt;&lt;P&gt;fabiola santos, 6060&lt;/P&gt;&lt;P&gt;jeferson, 7070&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"danilo torres" is repeated, i wanna put the repeated data and show in another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498115#M186146</guid>
      <dc:creator />
      <dc:date>2013-08-15T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: repeated records</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498116#M186147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what you want to achieve, but you can just create a list box in the front end of field atendente, and enable 'Show frequency' in list box properties - general tab. Sort by frequency desc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498116#M186147</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-15T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: repeated records</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498117#M186148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;atendentes_link:&lt;/P&gt;&lt;P&gt;load *, if(exists(atendente),1,0) as Flag inline &lt;/P&gt;&lt;P&gt;[atendente, link&lt;/P&gt;&lt;P&gt;danilo torres, 6060&lt;/P&gt;&lt;P&gt;ramon rios, 7070&lt;/P&gt;&lt;P&gt;danilo torres, 7070&lt;/P&gt;&lt;P&gt;fabiola santos, 6060&lt;/P&gt;&lt;P&gt;jeferson, 7070&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;load atendente &lt;/P&gt;&lt;P&gt;resident atendentes_link&lt;/P&gt;&lt;P&gt;where Flag =1;&lt;/P&gt;&lt;P&gt;left join(Result) load atendente, link as link2&lt;/P&gt;&lt;P&gt;resident atendentes_link;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-records/m-p/498117#M186148</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-15T17:23:28Z</dc:date>
    </item>
  </channel>
</rss>

