<?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: Reapeating Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1753337#M720114</link>
    <description>&lt;P&gt;The thing is that a client can have one phone, 3 phone numbers, or 10 registered in the data base.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already solved it with a concat function, so I can visualize all the phone numbers in one row, separated with a " / " .&lt;/P&gt;&lt;P&gt;And having just one record per cliente.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 17:54:08 GMT</pubDate>
    <dc:creator>Frquiroga1995</dc:creator>
    <dc:date>2020-10-16T17:54:08Z</dc:date>
    <item>
      <title>Reapeating Records</title>
      <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751200#M720110</link>
      <description>&lt;P&gt;Hello Everyone !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new into QlikView, and now I have the following challenge:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From different data sources loaded in the script, I developed a simple table in the front part. It is kind of like this (actually it has like 12 columns):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Phone&lt;/TD&gt;&lt;TD&gt;Requirement&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;433567&lt;/TD&gt;&lt;TD&gt;R01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;458970&lt;/TD&gt;&lt;TD&gt;R01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;433567&lt;/TD&gt;&lt;TD&gt;R04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;458970&lt;/TD&gt;&lt;TD&gt;R04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;77788765&lt;/TD&gt;&lt;TD&gt;R01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Juan&lt;/TD&gt;&lt;TD&gt;77788765&lt;/TD&gt;&lt;TD&gt;R04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Pedro&lt;/TD&gt;&lt;TD&gt;433256&lt;/TD&gt;&lt;TD&gt;R01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Pedro&lt;/TD&gt;&lt;TD&gt;433256&lt;/TD&gt;&lt;TD&gt;R06&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that, for each person, there is more than one phone, and more than one requirement.&lt;/P&gt;&lt;P&gt;So for each phone and each requirement, I will have a record. Example: Juan has 3 different phones and 2 requirements, that means 6 records. I would like to have just one record. (Or at least, one record per requirement).&lt;/P&gt;&lt;P&gt;That means, I would like to have the phones in different columns (phone 1, phone 2, etc.) or I don't know if there is a way to for each client, in the phone column have like a drop down option and visualize the different phones. If that can be made also for the requirements would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751200#M720110</guid>
      <dc:creator>Frquiroga1995</dc:creator>
      <dc:date>2024-11-16T17:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reapeating Records</title>
      <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751247#M720111</link>
      <description>&lt;P&gt;use below for your first requirment.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/RE-First-sorted-value/m-p/1447436" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/RE-First-sorted-value/m-p/1447436&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;second one im not clear&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 05:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751247#M720111</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-10T05:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reapeating Records</title>
      <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751253#M720112</link>
      <description>&lt;P&gt;Why don't you try Pivot tables? And pivot the phone number column that will show exactly how you need&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 07:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1751253#M720112</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-10T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reapeating Records</title>
      <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1753335#M720113</link>
      <description>&lt;P&gt;Are you trying to display this like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="benvatvandata_0-1602870251200.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42489i861EB348152DE9C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="benvatvandata_0-1602870251200.png" alt="benvatvandata_0-1602870251200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, create a straight table chart and add Name and Requirement as dimensions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then for the expressions you do:&lt;/P&gt;&lt;P&gt;1st Phone: =firstsortedvalue(Phone, Phone, 1)&lt;/P&gt;&lt;P&gt;2nd Phone: =firstsortedvalue(Phone, Phone, 2)&lt;/P&gt;&lt;P&gt;3rd Phone: =firstsortedvalue(Phone, Phone, 3)&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 17:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1753335#M720113</guid>
      <dc:creator>benvatvandata</dc:creator>
      <dc:date>2020-10-16T17:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reapeating Records</title>
      <link>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1753337#M720114</link>
      <description>&lt;P&gt;The thing is that a client can have one phone, 3 phone numbers, or 10 registered in the data base.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already solved it with a concat function, so I can visualize all the phone numbers in one row, separated with a " / " .&lt;/P&gt;&lt;P&gt;And having just one record per cliente.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 17:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reapeating-Records/m-p/1753337#M720114</guid>
      <dc:creator>Frquiroga1995</dc:creator>
      <dc:date>2020-10-16T17:54:08Z</dc:date>
    </item>
  </channel>
</rss>

