<?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: FieldValue and FieldValueCount not working with Preceding load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120709#M763183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load min(Sales) as minSales, max(Sales) as maxSales resident 'your table Sales';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 12:28:15 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-24T12:28:15Z</dc:date>
    <item>
      <title>FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120704#M763178</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;&lt;/P&gt;&lt;P&gt;Hope everyone is doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with FieldValue()&amp;nbsp; and FieldValueCount() functions when used in Preceding load as given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Min(FieldValue('Sales',RecNo())) as MinSales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(FieldValue('Sales',RecNo())) as MaxSales&lt;/P&gt;&lt;P&gt;AutoGenarate FieldValueCount('Sales')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,Sales&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,200&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;4,400&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i used the above script i am getting null value in both fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if anyone having idea why it is giving null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120704#M763178</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120705#M763179</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;what result do you want ?&lt;/P&gt;&lt;P&gt;min and max for all, for each ID ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120705#M763179</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-24T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120706#M763180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This actually isn't a preceding load... you are using AutoGenerate for the FieldValue table making it a separate load table for the Inline Table load....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120706#M763180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120707#M763181</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;I need to get Min and Max Sales values not for each ID.The resultant table should have only one record like below&lt;/P&gt;&lt;P&gt;MinSales MaxSales&lt;/P&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120707#M763181</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120708#M763182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. What is wrong in my script as i am getting an error (Autogenarate out of range).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120708#M763182</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120709#M763183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load min(Sales) as minSales, max(Sales) as maxSales resident 'your table Sales';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120709#M763183</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-24T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120710#M763184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can add AutoGenerate table before the Inline Table... because at that time Sales isn't even a field... on the same note... I don't think FieldValue on Sales will work within the preceding load... I am not 100% confident about this... but it seems that FieldValue can only work on a field which has already been created before this table is loaded... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, having said that... you have this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 400&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;AggrTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Min(Num(FieldValue('Sales', RecNo()))) as MinSales,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Num(FieldValue('Sales', RecNo()))) as MaxSales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;AutoGenerate FieldValueCount('Sales');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120710#M763184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120711#M763185</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;That works. but i want to use FieldValue(). The script which i have used worked before but not working now. So want to know why it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120711#M763185</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120712#M763186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code worked for me before but now it is no longer working. Thanks for the inputs Sunny.&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120712#M763186</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120713#M763187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you add the Num() function?&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-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&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;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD * INLINE [&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Sales&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 100&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 200&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 300&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 400&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-size: 13.3333px; font-family: inherit;"&gt;];&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-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&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-size: 13.3333px; font-family: inherit;"&gt;AggrTable:&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-size: 13.3333px; font-family: inherit;"&gt;LOAD Min(&lt;SPAN style="color: #ff0000;"&gt;Num&lt;/SPAN&gt;(FieldValue('Sales', RecNo()))) as MinSales,&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-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(&lt;SPAN style="color: #ff0000;"&gt;Num&lt;/SPAN&gt;(FieldValue('Sales', RecNo()))) as MaxSales&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-size: 13.3333px; font-family: inherit;"&gt;AutoGenerate FieldValueCount('Sales');&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-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120713#M763187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120714#M763188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny. The code which you have sent is working. but what i am really wondering is the script which i have mentioned in my original post worked for me before and not working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120714#M763188</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120715#M763189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌ might have an idea of how did this ever work&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;STRONG&gt;Load Min(FieldValue('Sales',RecNo())) as MinSales,&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&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(FieldValue('Sales',RecNo())) as MaxSales&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&gt;AutoGenarate FieldValueCount('Sales');&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&gt;Load * Inline&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&gt;[&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&gt;ID,Sales&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&gt;1,100&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&gt;2,200&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&gt;3,300&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&gt;4,400&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&gt;];&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Unless you have another reference of Sales field before the AutoGenerate table..... If you never had a reference of Sales before AutoGenerate.... I believe that this should have never worked....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120715#M763189</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120716#M763190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might be wrong. Thanks for all your inputs.&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120716#M763190</guid>
      <dc:creator>ravindraqv9</dc:creator>
      <dc:date>2018-07-24T13:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120717#M763191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem my friend... but you might be wrong about what? That it worked in the past?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120717#M763191</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T13:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: FieldValue and FieldValueCount not working with Preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120718#M763192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't imagine this "working" -- as written. Perhaps some variation did, or an earlier QV version did not throw an error but did not return a correct result either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldValue-and-FieldValueCount-not-working-with-Preceding-load/m-p/120718#M763192</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-07-24T16:37:36Z</dc:date>
    </item>
  </channel>
</rss>

