<?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: Expression with max condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536145#M552748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed something in de database and only save the value changes.&lt;/P&gt;&lt;P&gt;I have a field with status on a higher level and when the status change,&amp;nbsp; only the differences between the old data and the new data is saved. So i can now use this formula. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview question3.png" class="jive-image" src="/legacyfs/online/47516_qlikview question3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 05:15:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-11T05:15:55Z</dc:date>
    <item>
      <title>Expression with max condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536141#M552744</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'm stuck in a QlikView expression.&lt;/P&gt;&lt;P&gt;I have built two formulas and they have to be merged. (see picture)&lt;/P&gt;&lt;P&gt;does anyone have a clue how to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview question.png" class="jive-image" height="238" src="/legacyfs/online/47433_qlikview question.png" style="width: 568px; height: 238.19354838709677px;" width="568" /&gt;&lt;/P&gt;&lt;P&gt;For your understanding&lt;/P&gt;&lt;P&gt;PK_U_PLUREN is an key&lt;/P&gt;&lt;P&gt;STATUSURENPERCENTAGE is the value i need&lt;/P&gt;&lt;P&gt;vPeildatum is a variable (date)&lt;/P&gt;&lt;P&gt;PLURENDATE is a date &lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview question1.png" class="jive-image" src="/legacyfs/online/47434_qlikview question1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Matthijs ter Stege&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536141#M552744</guid>
      <dc:creator />
      <dc:date>2013-10-10T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with max condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536142#M552745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a variable to calculate the max pk_u_pluren and use the variable in the max statusurenpercentage expression.&lt;/P&gt;&lt;P&gt;vMax: =max({...etc..} PK_U_PLUREN)&lt;/P&gt;&lt;P&gt;expression: max({$&amp;lt;PK_U_PLUREN={&lt;EM&gt;&lt;STRONG&gt;$(vMax)&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;} STATUSURENPERCENTAGE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536142#M552745</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-10T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with max condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536143#M552746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not one value, but there are many to fill. For each order i need to recalculate the PK_U_PLUREN. does that work with a variable also?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview question2.PNG.png" class="jive-image" height="179" src="/legacyfs/online/47436_qlikview question2.PNG.png" style="width: 333px; height: 179.3737113402062px;" width="333" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536143#M552746</guid>
      <dc:creator />
      <dc:date>2013-10-10T08:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with max condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536144#M552747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not with set analysis expressions. The set is calculated once for the entire chart, not per row. If you need a different max per row then you need to use if statements. Or precalculate the values in the script in a summary table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536144#M552747</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-10T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with max condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536145#M552748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed something in de database and only save the value changes.&lt;/P&gt;&lt;P&gt;I have a field with status on a higher level and when the status change,&amp;nbsp; only the differences between the old data and the new data is saved. So i can now use this formula. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview question3.png" class="jive-image" src="/legacyfs/online/47516_qlikview question3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 05:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-max-condition/m-p/536145#M552748</guid>
      <dc:creator />
      <dc:date>2013-10-11T05:15:55Z</dc:date>
    </item>
  </channel>
</rss>

