<?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 Unique instance of values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192486#M54133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you showing Other, is this a dimension or an expression, if its an expression you can use the same code as for Hour but change the value to Other.&lt;/P&gt;&lt;P&gt;If this doesn't help, can you attach your QVW so I can look at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 11:12:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-17T11:12:26Z</dc:date>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192483#M54130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;I'm new to qv and I'm trying to better understand how it works.&lt;/P&gt;&lt;P&gt;I have this table&lt;/P&gt;&lt;P&gt;ACCESS:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; User, Date, Hour, Other&lt;BR /&gt; A, 15, 13, 1&lt;BR /&gt; B, 15, 14, 1&lt;BR /&gt; B, 15, 15, 1&lt;BR /&gt; C, 15, 16, 1&lt;BR /&gt; A, 15, 17, 1&lt;BR /&gt; D, 15, 18, 1&lt;BR /&gt; A, 16, 19, 2&lt;BR /&gt; E, 16, 19, 2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I would like to show in a StraightTableBox the complete rows where the couple User-Date is unique&lt;/P&gt;&lt;P&gt;The result I expect is&lt;/P&gt;&lt;P&gt;User, Date, Hour, Other&lt;BR /&gt;&lt;BR /&gt; C, 15, 16, 1&lt;BR /&gt; D, 15, 18, 1&lt;BR /&gt; A, 16, 19, 2&lt;BR /&gt; E, 16, 19, 2&lt;/P&gt;&lt;P&gt;I've used User and Date as Dimensions and =if(count(aggr(Date,User))=1,Hour) for Hour column, but adding Other field it doesn't work as expected.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 10:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192483#M54130</guid>
      <dc:creator />
      <dc:date>2010-06-17T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192484#M54131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;Count&lt;/B&gt;(&lt;B&gt;DISTINCT&lt;/B&gt; &lt;B&gt;User&lt;/B&gt;&amp;amp;&lt;B&gt;Date&lt;/B&gt;)=1,&lt;B&gt;Hour&lt;/B&gt;)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 10:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192484#M54131</guid>
      <dc:creator />
      <dc:date>2010-06-17T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192485#M54132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;To show the column Hour it works fine, but when I try to show also the Other field, what happens is the following:&lt;/P&gt;&lt;P&gt;User Date Hour Other&lt;BR /&gt;A 15 - 1&lt;BR /&gt;A 16 19 2&lt;BR /&gt;B 15 - 1&lt;BR /&gt;C 15 16 1&lt;BR /&gt;D 15 18 1&lt;BR /&gt;E 16 19 2&lt;/P&gt;&lt;P&gt;I would like to be able to show all (and only) the table fields of the couple User-Date respecting the condition: where am I wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192485#M54132</guid>
      <dc:creator />
      <dc:date>2010-06-17T11:05:03Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192486#M54133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you showing Other, is this a dimension or an expression, if its an expression you can use the same code as for Hour but change the value to Other.&lt;/P&gt;&lt;P&gt;If this doesn't help, can you attach your QVW so I can look at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192486#M54133</guid>
      <dc:creator />
      <dc:date>2010-06-17T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192487#M54134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192487#M54134</guid>
      <dc:creator />
      <dc:date>2010-06-17T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192488#M54135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like many things in QlikView I have over-complicated something that is very, very simple!&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 12:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192488#M54135</guid>
      <dc:creator />
      <dc:date>2010-06-17T12:01:11Z</dc:date>
    </item>
    <item>
      <title>Unique instance of values</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192489#M54136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 12:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-instance-of-values/m-p/192489#M54136</guid>
      <dc:creator />
      <dc:date>2010-06-17T12:17:02Z</dc:date>
    </item>
  </channel>
</rss>

