<?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: Mode and Only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389528#M145350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are quite two different functions. Mode() returns the most common value in the group. Only() returns a value if there is only one value in the group, otherwise it returns null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 16:24:13 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-02-27T16:24:13Z</dc:date>
    <item>
      <title>Mode and Only</title>
      <link>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389527#M145349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Difference between Mode and Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;T1:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;load * Inline [&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp; 28&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;145,&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;145,&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 17&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;T2:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;load ID, mode(Age) as AgeMode, only(Age) as AgeOnly&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Resident T1 Group by ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;T2 table&amp;nbsp; Returns&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID, AgeMode, AgeOnly&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;123,-,-&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;145,30,30&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;165,15,-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;but i didn't understand..&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;please explain it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389527#M145349</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-02-27T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mode and Only</title>
      <link>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389528#M145350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are quite two different functions. Mode() returns the most common value in the group. Only() returns a value if there is only one value in the group, otherwise it returns null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 16:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389528#M145350</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-27T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mode and Only</title>
      <link>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389529#M145351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its very Helpful answer.................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 04:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mode-and-Only/m-p/389529#M145351</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-02-28T04:09:56Z</dc:date>
    </item>
  </channel>
</rss>

