<?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: Delete duplicate records using alternative states in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321718#M515560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Digvijay!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the solution! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Aimar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 06:54:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-12T06:54:57Z</dc:date>
    <item>
      <title>Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321713#M515555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with alternative states. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using alternate states to create a list of users that they have attended an event to create a list of clients interested in the next smae event. I have the next data set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162845_screenshot1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use 2 alternatives states because I want to create diferents groups of posibilities. When I create the final list, I use the next expression Count([State 1] Name) + &lt;SPAN style="font-size: 13.3333px;"&gt;Count([State 2] Name). in the State 1 I filter for Event A and in State 2 for Event B. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final table should have all the fields but when I have the same attende in two events (example: Jon) only should show once, I use an another field that define the priority of each state (another field not relted witth principal table) to priorice the state which have more weight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 18:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321713#M515555</guid>
      <dc:creator />
      <dc:date>2017-05-10T18:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321714#M515556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the DISTINCT keyword to count each name only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Count{[State 1] + [State 2]} DISTINCT Name)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 22:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321714#M515556</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-05-10T22:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321715#M515557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this sample helps -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162869_Capture.PNG" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 22:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321715#M515557</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-10T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321716#M515558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is te correct functionalitybut in the cases when we have an attendee he is in two events, we xdefine a priority for each state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach an image. I have the problema to get the correct information using this fiel priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162884_Screenshot1.PNG" style="width: 620px; height: 106px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon asist Event A and B, if in stateB I select priority = 1, in the final table should show the register with the information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon - Event B - Company 1 - 28 (because the pirority for State B is bigger than State A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Aimar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 06:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321716#M515558</guid>
      <dc:creator />
      <dc:date>2017-05-11T06:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321717#M515559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this, looks bit confusing but seems to be working, as long as single priority in each state is selected -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163035_Capture.PNG" style="height: 313px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 16:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321717#M515559</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-11T16:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records using alternative states</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321718#M515560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Digvijay!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the solution! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Aimar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 06:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-duplicate-records-using-alternative-states/m-p/1321718#M515560</guid>
      <dc:creator />
      <dc:date>2017-05-12T06:54:57Z</dc:date>
    </item>
  </channel>
</rss>

