<?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: Retrieve Min/Max/Avg from Running Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912294#M316565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's quite complex and references other columns in the straight table, as it some cases it adds before subtracting the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here it is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG_DAILY_DEMAND is a static value in the data load.&lt;/P&gt;&lt;P&gt;"Total Qty of IQ KB" is a calculated field in the straight table (from many other fields)&lt;/P&gt;&lt;P&gt;Column7 and Column2 are other reference colums&lt;/P&gt;&lt;P&gt;"Units Per IQ KB Signal" is a calculated filed in the straight table ( from many other fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull((AVG_DAILY_DEMAND)-Above((AVG_DAILY_DEMAND))),("Total Qty of IQ KB")-(AVG_DAILY_DEMAND),&lt;/P&gt;&lt;P&gt;if(Column(7)&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Above(Column(2))-(AVG_DAILY_DEMAND))+("Units Per IQ KB Signal"*Column(7)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Above(Column(2))-(AVG_DAILY_DEMAND)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 12:51:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-05T12:51:23Z</dc:date>
    <item>
      <title>Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912290#M316561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table formula expression that uses a dimension of "Date" to create a complex rolling total. The rolling total references other columns within the straight table to accumulate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to get the Min/Max/and Average values over all dates from this rolling total and use it in another chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912290#M316561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912291#M316562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is expression for rolling total?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912291#M316562</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-05T12:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912292#M316563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(Aggr(YourExpression, YourDimensions))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333330154419px;"&gt;Max(Aggr(YourExpression, YourDimensions))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Avg(Aggr(YourExpression, YourDimensions))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912292#M316563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912293#M316564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this will work as the rolling total is derived from other columns as well? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912293#M316564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912294#M316565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's quite complex and references other columns in the straight table, as it some cases it adds before subtracting the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here it is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG_DAILY_DEMAND is a static value in the data load.&lt;/P&gt;&lt;P&gt;"Total Qty of IQ KB" is a calculated field in the straight table (from many other fields)&lt;/P&gt;&lt;P&gt;Column7 and Column2 are other reference colums&lt;/P&gt;&lt;P&gt;"Units Per IQ KB Signal" is a calculated filed in the straight table ( from many other fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull((AVG_DAILY_DEMAND)-Above((AVG_DAILY_DEMAND))),("Total Qty of IQ KB")-(AVG_DAILY_DEMAND),&lt;/P&gt;&lt;P&gt;if(Column(7)&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Above(Column(2))-(AVG_DAILY_DEMAND))+("Units Per IQ KB Signal"*Column(7)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Above(Column(2))-(AVG_DAILY_DEMAND)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912294#M316565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T12:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912295#M316566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, you will need to list out all the expression, instead of using the expression labels. I don't see any alternative to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912295#M316566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912296#M316567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I still use Column(#) reference or will this also not work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912296#M316567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T12:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912297#M316568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column() function only works within the chart. It cannot be used in another object. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912297#M316568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T12:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912298#M316569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was my fear. Hmm I am not sure how I will do this then as the calculation for the running total relies on many other factors within the chart. I do not believe it would be entirely possible to write these factors into a single formula expression as they derive over the individual date dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912298#M316569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912299#M316570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I somewhat disagree with you on this. Anything that has been done in a chart's total (min, max, avg) can be replicated in a text box object. It may be very tedious, but doable &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912299#M316570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912300#M316571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're probably right. Quite tedious &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this specific rolling total, there are column values that actually reference the rolling total to determine what to do which will directly affect the rolling total itself. Quite complex and took me many many hours to get working right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I must collapse all that down to a single perfect expression it seems... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912300#M316571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912301#M316572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wish you all the very best &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912301#M316572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912302#M316573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to do some calculation is script by joining tables. I think it will shorten your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912302#M316573</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-05T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912303#M316574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The hardest part is that there are inputfields in the straight table that allow the user to perform some simulation to see how it effects the running total. So I cannot move certain things into load script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912303#M316574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912304#M316575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use "Above" and "Below" functions when consolidating my expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912304#M316575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Min/Max/Avg from Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912305#M316576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the aggregate function, you can use Above, below in a text box expression as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-Min-Max-Avg-from-Running-Total/m-p/912305#M316576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T14:38:42Z</dc:date>
    </item>
  </channel>
</rss>

