<?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: Need Help with Expression. Urgent. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534527#M1291537</link>
    <description>&lt;P&gt;Thanks Albert But this expression is not giving me the result. I have some expression written. Got help from Sunny. Just need to get some further help.&lt;/P&gt;&lt;P&gt;I have attached my QVW and I have mentioned in the test box what I am looking for please.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 14:26:58 GMT</pubDate>
    <dc:creator>snarrp_Rocky</dc:creator>
    <dc:date>2019-01-24T14:26:58Z</dc:date>
    <item>
      <title>Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534420#M1291533</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am stuck with one important project with this result, would be grateful is someone kindly help me get this results please. I need to submit the pack within 5 days.&lt;/P&gt;&lt;P&gt;I have attached excel (Data and Result) file with data and outcome or result&amp;nbsp;with formula how I would like to be seen in qlik view.&lt;/P&gt;&lt;P&gt;Could you please help with sample QVW file.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Nitin&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534420#M1291533</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534432#M1291534</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=Min(Aggr(Sum(PnL), ScenarioDateID), 5)&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 12:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534432#M1291534</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-24T12:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534447#M1291535</link>
      <description>&lt;P&gt;If you want to see the&amp;nbsp;5th lower results in you pivot table you can also use the dimension&lt;/P&gt;&lt;PRE&gt;=AGGR(IF(Rank(sum(PnL), 4)&amp;lt;=5, varRank), varRank)&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 12:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534447#M1291535</guid>
      <dc:creator>albert_guito</dc:creator>
      <dc:date>2019-01-24T12:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534523#M1291536</link>
      <description>&lt;P&gt;This is Great. Thanks Sunny so much. I have one constraint here. If I add another desk, it is not giving me the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached what I am referring to. Your further help would be great help.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534523#M1291536</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-24T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534527#M1291537</link>
      <description>&lt;P&gt;Thanks Albert But this expression is not giving me the result. I have some expression written. Got help from Sunny. Just need to get some further help.&lt;/P&gt;&lt;P&gt;I have attached my QVW and I have mentioned in the test box what I am looking for please.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534527#M1291537</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-24T14:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534538#M1291538</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=Min(Aggr(Sum(PnL), ScenarioDateID, NodeName5), 5)&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1534538#M1291538</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-24T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535046#M1291539</link>
      <description>&lt;P&gt;thank you Sunny. that was really helpful.&lt;/P&gt;&lt;P&gt;Would you mind helping with how do I get the scenario date of the 5th min which we calculated. I need to get this populated in right next column of this calculated number.&lt;/P&gt;&lt;P&gt;Many thanks for your kind help!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 11:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535046#M1291539</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535060#M1291540</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=FirstSortedValue(ScenarioDateID, -Aggr(Sum(PnL), ScenarioDateID, NodeName5), 5)&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 759px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4500i176994A8A1B8E17B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 12:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535060#M1291540</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535089#M1291541</link>
      <description>Thanks Sunny. But the date for Credit &amp;amp; DCM should be 16th Mar 2017, and IRO &amp;amp; CPI = 4th Sep 2017</description>
      <pubDate>Fri, 25 Jan 2019 12:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535089#M1291541</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535107#M1291542</link>
      <description>&lt;P&gt;My bad, try this&lt;/P&gt;&lt;PRE&gt;=Aggr(If(Sum(PnL) = Min(TOTAL &amp;lt;NodeName5&amp;gt; Aggr(Sum(PnL), ScenarioDateID, NodeName5), 5), ScenarioDateID), ScenarioDateID, NodeName5)&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 764px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4506iCB7240BA00A72786/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 12:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535107#M1291542</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T12:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535108#M1291543</link>
      <description />
      <pubDate>Fri, 25 Jan 2019 15:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535108#M1291543</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535111#M1291544</link>
      <description>&lt;P&gt;20170316 = 16th March 2017&lt;/P&gt;&lt;P&gt;20170904 = 4th Sep 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 12:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535111#M1291544</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535119#M1291545</link>
      <description>&lt;P&gt;This worked. I owe you one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Last but not the least for today please....&lt;/P&gt;&lt;P&gt;If I have to take average of 1st min to 13th min, how can I do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am try with this expression but not getting it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;Avg&lt;/FONT&gt;&lt;FONT size="1"&gt;({&amp;lt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;varRank&lt;/FONT&gt;&lt;FONT size="1"&gt;={1,2,3,4,5,6,7,8,9,10,11,12,13}&amp;gt;}&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;PnL&lt;/FONT&gt;&lt;FONT size="1"&gt;) &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535119#M1291545</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535126#M1291546</link>
      <description>&lt;P&gt;What is varRank here? Created in script?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535126#M1291546</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T13:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535129#M1291547</link>
      <description>you can ignore VaR Rank, it is the 5th min at each portfolio level, ideally what I am trying to achieve here is the earlier 5th min we calculated, like that we need to calculate from 1st min to 13th and take average of that..</description>
      <pubDate>Fri, 25 Jan 2019 13:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535129#M1291547</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535138#M1291548</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=Avg(Aggr(If(Sum(PnL) &amp;lt;= Min(TOTAL &amp;lt;NodeName5&amp;gt; Aggr(Sum(PnL), ScenarioDateID, NodeName5), 13), Sum(PnL)), ScenarioDateID, NodeName5))&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535138#M1291548</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535143#M1291549</link>
      <description>this is cool. Just one thing, Can it be possible to shw previous days number in next column. Just ping the code pls. And huge thanks for your kind support....</description>
      <pubDate>Fri, 25 Jan 2019 13:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535143#M1291549</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535169#M1291550</link>
      <description />
      <pubDate>Fri, 25 Jan 2019 15:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535169#M1291550</guid>
      <dc:creator>snarrp_Rocky</dc:creator>
      <dc:date>2019-01-25T15:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Expression. Urgent.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535181#M1291551</link>
      <description>We have already tried to resolved multiple issues here, would you be able to create a new thread for this additional requirement?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 25 Jan 2019 14:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-Expression-Urgent/m-p/1535181#M1291551</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-25T14:05:43Z</dc:date>
    </item>
  </channel>
</rss>

