<?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: Only function in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801561#M1044173</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;maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Nov 2014 00:03:14 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-11-23T00:03:14Z</dc:date>
    <item>
      <title>Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801558#M1044170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the meaning of below code?&lt;BR /&gt;=only({1}[Monthname])&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 15:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801558#M1044170</guid>
      <dc:creator />
      <dc:date>2014-11-22T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801559#M1044171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The {1} in it means to to ignore all selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the &lt;EM&gt;only&lt;/EM&gt; will return the value of Monthname only of if it only has a single value in all it rows, otherwise it will return null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 15:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801559#M1044171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-22T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801560#M1044172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will take only monthname i.e as it is in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and{1} -&amp;gt; ignores all selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;A class="MCDropDownHotSpot_0" name="only"&gt;&lt;SPAN class="Bold"&gt;only(&lt;/SPAN&gt;&lt;SPAN class="italic;"&gt;expression &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If &lt;SPAN class="italic;"&gt;expression&lt;/SPAN&gt; over a number of records, as defined by a &lt;SPAN class="Bold"&gt;group by&lt;/SPAN&gt; clause, contains only one numeric value, that value is returned. Else, NULL is returned. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;Load Month, only(Price) as OnlyPriceSoldFor from abc.csv group by Month;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 15:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801560#M1044172</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-11-22T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801561#M1044173</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;maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/08/03/the-only-function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 00:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801561#M1044173</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-23T00:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801562#M1044174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Check these..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/129109"&gt;Only() function in qlikview - what is the use?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/23994"&gt;Use of ONLY Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from above..Only function can be also used for serving purpose showed in below thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/661097"&gt;Re: Update textbox with selected value description&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 00:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801562#M1044174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-23T00:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801563#M1044175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=only({1}[Monthname])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{1} will ignore all the fields selections&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Only() - will return the possible value of a given dimension, this will return if you have multiple possible values, so you should you this with bit more care, if you have multiple values then you can use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Concat(DimnensionName, ',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or if you any one possible value you can Min(), Max() for numbers and MinString() and MaxString() for string dimensions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 03:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801563#M1044175</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-23T03:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801564#M1044176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you All.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 14:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-Qlikview/m-p/801564#M1044176</guid>
      <dc:creator />
      <dc:date>2014-11-23T14:12:41Z</dc:date>
    </item>
  </channel>
</rss>

