<?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: Evaluate several records in pivot/table, and only showing 1 record as a result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808270#M285324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim: Name&lt;/P&gt;&lt;P&gt;Exp: If(Max(If(Value=3,1,0))=1, 'Yes', 'No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 12:15:27 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-11-24T12:15:27Z</dc:date>
    <item>
      <title>Evaluate several records in pivot/table, and only showing 1 record as a result</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808269#M285323</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;Based on the following (see also attached .qvw file) I want to create a pivot/table that shows&lt;/P&gt;&lt;P&gt;Name, Yes / No&lt;/P&gt;&lt;P&gt;All names should only be shown once, and all names that have the Value 3 as a possible result should show Yes, the rest should show No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e I want this result:&lt;/P&gt;&lt;P&gt;Arne, Yes&lt;/P&gt;&lt;P&gt;Harald, No&lt;/P&gt;&lt;P&gt;Jens,No&lt;/P&gt;&lt;P&gt;Olav, Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to solve this?&lt;/P&gt;&lt;P&gt;(I can solve this during scripting load, but I want to solve it without doing that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Olav&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt; KeyField,Name&lt;/P&gt;&lt;P&gt;1,'Olav'&lt;/P&gt;&lt;P&gt;2,'Harald'&lt;/P&gt;&lt;P&gt;3,'Arne'&lt;/P&gt;&lt;P&gt;4,'Jens'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt; KeyField,Value&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;2,1&lt;/P&gt;&lt;P&gt;3,1&lt;/P&gt;&lt;P&gt;4,1&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;2,2&lt;/P&gt;&lt;P&gt;3,2&lt;/P&gt;&lt;P&gt;4,2&lt;/P&gt;&lt;P&gt;1,3&lt;/P&gt;&lt;P&gt;2,4&lt;/P&gt;&lt;P&gt;3,3&lt;/P&gt;&lt;P&gt;4,4&lt;/P&gt;&lt;P&gt;1,5&lt;/P&gt;&lt;P&gt;2,5&lt;/P&gt;&lt;P&gt;3,5&lt;/P&gt;&lt;P&gt;4,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808269#M285323</guid>
      <dc:creator />
      <dc:date>2014-11-24T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate several records in pivot/table, and only showing 1 record as a result</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808270#M285324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim: Name&lt;/P&gt;&lt;P&gt;Exp: If(Max(If(Value=3,1,0))=1, 'Yes', 'No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808270#M285324</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-24T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate several records in pivot/table, and only showing 1 record as a result</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808271#M285325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for a very quick and correct answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-several-records-in-pivot-table-and-only-showing-1/m-p/808271#M285325</guid>
      <dc:creator />
      <dc:date>2014-11-24T12:19:50Z</dc:date>
    </item>
  </channel>
</rss>

