<?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: Explaination for FieldValue() &amp; FieldValueCount() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946250#M947827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These threads I have already checked but didnt get my answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 06:08:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-17T06:08:15Z</dc:date>
    <item>
      <title>Explaination for FieldValue() &amp; FieldValueCount()</title>
      <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946248#M947825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just need a simple &lt;STRONG&gt;explaination for following syntax&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let test=&lt;STRONG&gt;FieldValueCount&lt;/STRONG&gt;('Call_Date');&amp;nbsp; &lt;STRONG&gt; //Counting distincting value of CallDate which is 99 in my case&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;min(&lt;STRONG&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo()))-1 as &lt;STRONG&gt;MinDate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;max(&lt;STRONG&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo())) as &lt;STRONG&gt;MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate &lt;STRONG&gt;FieldValueCount&lt;/STRONG&gt;('Call_Date');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some home work on both the fields and very much &lt;STRONG&gt;clear how FieldValueCount() works&lt;/STRONG&gt; but still &lt;STRONG&gt;not able to interpret how&lt;/STRONG&gt; &lt;STRONG&gt;FieldValue() fetching min &amp;amp; max value?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how &lt;STRONG&gt;QV is working here with the combination of Fieldvalue() &amp;amp; Recno()&lt;/STRONG&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj Ahlawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 05:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946248#M947825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T05:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Explaination for FieldValue() &amp; FieldValueCount()</title>
      <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946249#M947826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will also Help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8348"&gt;Missing Manual - FieldValue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 05:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946249#M947826</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-17T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Explaination for FieldValue() &amp; FieldValueCount()</title>
      <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946250#M947827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These threads I have already checked but didnt get my answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 06:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946250#M947827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Explaination for FieldValue() &amp; FieldValueCount()</title>
      <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946251#M947828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2013/09/fastest-method-to-read-maxfield-from-a-qvd/" title="http://qlikviewcookbook.com/2013/09/fastest-method-to-read-maxfield-from-a-qvd/"&gt;“Fastest” Method to Read max(field) From a QVD | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 06:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946251#M947828</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-17T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Explaination for FieldValue() &amp; FieldValueCount()</title>
      <link>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946252#M947829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the interpretation:&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;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo()))-1 as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MinDate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo())) as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValueCount&lt;/STRONG&gt;('Call_Date');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I dont specify min() &amp;amp; max() it would iterate and autogenerate till the max value of &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;FieldValueCount&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;('Call_Date') and display all the records of min and max date.&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And If I do this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;min(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo()))-1 as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MinDate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValue&lt;/STRONG&gt;('Call_Date',RecNo())) as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldValueCount&lt;/STRONG&gt;('Call_Date');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It will iterate all the records internally but will give min and max date only at the end&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 06:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explaination-for-FieldValue-FieldValueCount/m-p/946252#M947829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T06:31:44Z</dc:date>
    </item>
  </channel>
</rss>

