<?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: Show Max Value in Pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93474#M15045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for straight table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Alt(Above([Remaining Hours]), [Remaining Hours] - 1) &amp;lt;&amp;gt; [Remaining Hours], [Remaining Hours])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This for Pivot table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Alt(Before([Remaining Hours]), [Remaining Hours] - 1) &amp;lt;&amp;gt; [Remaining Hours], [Remaining Hours])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208071_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2018 12:28:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-17T12:28:34Z</dc:date>
    <item>
      <title>Show Max Value in Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93471#M15042</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 have a chart with ResourceName and FutureWeeks as dimensions and RemainingHours as an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="208041" alt="Capture.JPG" class="jive-image image-3" height="153" src="https://community.qlik.com/legacyfs/online/208041_Capture.JPG" style="height: 153px; width: 804.113px;" width="804" /&gt;&lt;/P&gt;&lt;P&gt;Brief Background:&lt;/P&gt;&lt;P&gt;The expression is written in such a way that whenever a project ends, the average hours (which the resource had been charging) for that project is released and added to the RemainingHours (ForecastDate dimension has been dragged over the top to show it vertically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dana Smith:&lt;/P&gt;&lt;P&gt;In week of 09/02, one project ends so RemainingHours increases by 2 hours. &lt;SPAN style="font-size: 13.3333px;"&gt;So &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RemainingHours will be 9 till the time next project ends (which is in week of 09/30)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In week of 09/30, another project ends and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RemainingHours increases by 7 hours. So &lt;SPAN style="font-size: 13.3333px;"&gt;RemainingHours will be 16 till the time next project ends. (I'm showing &lt;SPAN style="font-size: 13.3333px;"&gt;RemainingHours for future 26 weeks (6 months)).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My requirement is to show only those weeks where there is a change in &lt;SPAN style="font-size: 13.3333px;"&gt;RemainingHours.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So for above snapshot, I should get '7' for 07/15, '9' for 09/02 and '16' for 10/07.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="208042" alt="Capture2.JPG" class="image-4 jive-image" height="185" src="https://community.qlik.com/legacyfs/online/208042_Capture2.JPG" style="height: 185px; width: 379.12px;" width="379" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Basically, show only the weeks where the RemainingHours change. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is there a way to do this. I hope I have made my requirement clear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Yash&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93471#M15042</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2018-07-17T10:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show Max Value in Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93472#M15043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to try out few things?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 11:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93472#M15043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-17T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show Max Value in Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93473#M15044</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 have added a sample app in the question. I tried using FirstSortValue but it didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a copy of the chart in the test app (2 copies- one where Week is represented vertically and other where week is horizontally).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;YASH&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93473#M15044</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2018-07-17T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show Max Value in Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93474#M15045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for straight table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Alt(Above([Remaining Hours]), [Remaining Hours] - 1) &amp;lt;&amp;gt; [Remaining Hours], [Remaining Hours])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This for Pivot table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Alt(Before([Remaining Hours]), [Remaining Hours] - 1) &amp;lt;&amp;gt; [Remaining Hours], [Remaining Hours])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208071_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Max-Value-in-Pivot-Chart/m-p/93474#M15045</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-17T12:28:34Z</dc:date>
    </item>
  </channel>
</rss>

