<?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: How to implement in expression ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502839#M1144022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;It's actually the other way around.. and don't use " but ', because otherwise it will compare the string "&amp;lt;0" rather than the numeric range &amp;lt;0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 08:57:35 GMT</pubDate>
    <dc:creator>simondachstr</dc:creator>
    <dc:date>2013-09-10T08:57:35Z</dc:date>
    <item>
      <title>How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502836#M1144019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to write the condition :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If negative value then Sum(projected_adjustment)&lt;/P&gt;&lt;P&gt;If positive value the 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RISK = Sum(projected_adjustment) is an expression in qlikview model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502836#M1144019</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-09-10T08:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502837#M1144020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using set analysis&lt;/P&gt;&lt;P&gt;sum({&amp;lt;projected_adjustment={'&amp;lt;0'}&amp;gt;} projected_adjustment)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502837#M1144020</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2013-09-10T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502838#M1144021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Hi &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;sum({&amp;lt;projected_adjustment={"&amp;gt;0"}&amp;gt;} projected_adjustment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;This will return only Neg values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;projected_adjustment={"&amp;lt;0"}&amp;gt;} projected_adjustment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will return only Pos values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502838#M1144021</guid>
      <dc:creator />
      <dc:date>2013-09-10T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502839#M1144022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;It's actually the other way around.. and don't use " but ', because otherwise it will compare the string "&amp;lt;0" rather than the numeric range &amp;lt;0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502839#M1144022</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2013-09-10T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502840#M1144023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please do the calculation with the following expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vRisks)-$(vUnit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502840#M1144023</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-09-10T09:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502841#M1144024</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;To avoid calculating the expression twice, use RangeMin, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RangeMin(0, Sum(projected_adjustment))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will return 0 for positive numbers and the value for negative values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502841#M1144024</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-10T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502842#M1144025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeMin(0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(vRisks)-$(vUnit))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-in-expression/m-p/502842#M1144025</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-10T09:11:43Z</dc:date>
    </item>
  </channel>
</rss>

