<?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: In Which situation we will use only() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926379#M320625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just created an example for Only() today. Have a look here: &lt;A href="https://community.qlik.com/thread/176546"&gt;Only&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 11:14:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-14T11:14:35Z</dc:date>
    <item>
      <title>In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926377#M320623</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;In Which situation we will use only(),can any one explain with sample scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926377#M320623</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-08-14T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926378#M320624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When there is one to one relation ship, we can use only function.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In simple word,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Dim1, Dim2, Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;A, India, 10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;B, USA, 30&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If we use Dim1 in textbox without any selection , it display null value for both&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Only(Dim1) or Dim1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If We select any value in Dim1, it display the Value in textbox.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If we need to use &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;"Set Analysis"&lt;/STRONG&gt;&lt;/SPAN&gt;, in that case we can use Only() function.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Only({&amp;lt;Dim2 = {'India'}&amp;gt;}Dim1)&amp;nbsp; display &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;A.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A class="MCDropDownHotSpot_0" name="only" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;only(&lt;/SPAN&gt;&lt;SPAN class="italic;" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;expression &lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If &lt;SPAN class="italic;" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;expression&lt;/SPAN&gt; over a number of records, as defined by a &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;group by&lt;/SPAN&gt; clause, contains only one numeric value, that value is returned. Else, NULL is returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926378#M320624</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-14T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926379#M320625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just created an example for Only() today. Have a look here: &lt;A href="https://community.qlik.com/thread/176546"&gt;Only&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926379#M320625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-14T11:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926380#M320626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help description of Only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor236"&gt;&lt;/A&gt;&lt;A name="only"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;only(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[{set_expression}][ distinct ] [ total [&amp;lt;fld {, fld}&amp;gt;]] expression&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;If &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s) contain one single value, that value is returned, else NULL is returned. &lt;SPAN class="Bold"&gt;Only&lt;/SPAN&gt; can return numeric values as well as text values. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;only( Sales )&lt;/P&gt;&lt;P class="Code"&gt;only( Price*Quantity )&lt;/P&gt;&lt;P class="Code"&gt;only( total Salesman )&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;HTH- Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926380#M320626</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-08-14T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926381#M320627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still i am in confusion? what is the necessary of use only() in the above example..instead of that if i take dim2 in listbox..then that time also it's working fine..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926381#M320627</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-08-14T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926382#M320628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only() - although it appears to be an extremely straightforward function - is actually a very advanced aggregation function that will save your day more than once. If the use of Only() isn't apparent to you yet, don't worry. You do not need it. You have a solution but no corresponding problem, so just ignore it for the time being.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my preferred uses for Only() is whenever I need to apply set analysis on very few values to select a single one. Only() is the only function that let's you pick a single value from a range by simply using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926382#M320628</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-14T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: In Which situation we will use only()</title>
      <link>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926383#M320629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and a detailed explanation&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2662"&gt;The Only Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8146"&gt;How to use - Only()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Which-situation-we-will-use-only/m-p/926383#M320629</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-14T13:41:21Z</dc:date>
    </item>
  </channel>
</rss>

