<?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: Check if value exists within group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226110#M391339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 17:26:13 GMT</pubDate>
    <dc:creator>nigel987</dc:creator>
    <dc:date>2017-01-24T17:26:13Z</dc:date>
    <item>
      <title>Check if value exists within group</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226108#M391337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several IDs and Date. Whenever the same Date occurs more than once within a group, I'd like to set the field Bulk as 'Yes', else 'No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea which formula I can use? With peek I always miss the first entry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example how the result should look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="80"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="80"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="80"&gt;Bulk&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;15.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;15.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;16.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;16.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;20.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;15.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;16.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;16.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;" width="80"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;20.10.2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="80"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226108#M391337</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2017-01-24T17:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check if value exists within group</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226109#M391338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Count(Date) &amp;gt;= 2, 'Yes', 'No') as Bulk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By ID, Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226109#M391338</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-24T17:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Check if value exists within group</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226110#M391339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-value-exists-within-group/m-p/1226110#M391339</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2017-01-24T17:26:13Z</dc:date>
    </item>
  </channel>
</rss>

