<?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: New to qlikview - expression help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738342#M263958</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;"&gt;Sum({&amp;lt;[New Product]={'1'}&amp;gt;} [Sales Value])&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;or&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;sum(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;New Product]&lt;/SPAN&gt;=1 ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Sales Value]&lt;/SPAN&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 10:17:30 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-24T10:17:30Z</dc:date>
    <item>
      <title>New to qlikview - expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738339#M263955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please can someone help me with an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;Material&lt;/P&gt;&lt;P&gt;New Product&amp;nbsp; (either 1 or 0)&lt;/P&gt;&lt;P&gt;Sales Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an expression to calculate the total value of a material where the New Product field contains 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate this is very easy but I'm a complete newbie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738339#M263955</guid>
      <dc:creator />
      <dc:date>2014-07-24T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: New to qlikview - expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738340#M263956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;[New Product]={1}&amp;gt;} [Sales Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738340#M263956</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-24T10:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: New to qlikview - expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738341#M263957</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;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;New Product&lt;/SPAN&gt;]={1}&amp;gt;}[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales Value&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738341#M263957</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-24T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: New to qlikview - expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738342#M263958</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;"&gt;Sum({&amp;lt;[New Product]={'1'}&amp;gt;} [Sales Value])&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;or&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;sum(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;New Product]&lt;/SPAN&gt;=1 ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Sales Value]&lt;/SPAN&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738342#M263958</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-24T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: New to qlikview - expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738343#M263959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[New Product]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; = {1}&amp;gt;} Material) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-qlikview-expression-help-please/m-p/738343#M263959</guid>
      <dc:creator />
      <dc:date>2014-07-24T10:17:37Z</dc:date>
    </item>
  </channel>
</rss>

