<?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 to write the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930316#M964160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeMin( Sum([Outstanding Order]), Sum([Net Stock]) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 14:34:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-10-07T14:34:55Z</dc:date>
    <item>
      <title>need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930315#M964159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I plot this in qlikview expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Potential Sale Value = Outstanding Order if the net stock &amp;gt; Outstanding Order else Potential Sale Value = net stock if net stock&amp;nbsp; &amp;lt; Outstanding Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Netstock is Null put null else &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Potential Sale Value = Outstanding Order if the net stock &amp;gt; Outstanding Order else Potential Sale Value = net stock if net stock&amp;nbsp; &amp;lt; Outstanding Order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930315#M964159</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-10-07T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930316#M964160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeMin( Sum([Outstanding Order]), Sum([Net Stock]) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930316#M964160</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-07T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930317#M964161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per my understanding:-&lt;/P&gt;&lt;P&gt;Please try this one&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if([net stock]&amp;gt;[Outstanding Order],[Outstanding Order],[net stock])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can give me pseudo code then we can help much better.Because from your requirement its not too clear to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghvendra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930317#M964161</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2015-10-07T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930318#M964162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the format of if condition in qlikview is&lt;/P&gt;&lt;P&gt;IF(condition block, true block, else block),&lt;/P&gt;&lt;P&gt;try to use this &lt;/P&gt;&lt;P&gt;if(isnull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;net stock)=-1,null(),&lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;net stock &amp;gt; Outstanding &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Outstanding Order,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;net stock&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with best regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930318#M964162</guid>
      <dc:creator />
      <dc:date>2015-10-07T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930319#M964163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Netstock&lt;/SPAN&gt;)=0, null(), rangemin(sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Netstock) &lt;/SPAN&gt;, sum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Outstanding Order]&lt;/SPAN&gt;) ) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930319#M964163</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: need help to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930320#M964164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post sample data and expected result.&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-to-write-the-expression/m-p/930320#M964164</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-07T21:20:52Z</dc:date>
    </item>
  </channel>
</rss>

