<?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: load script '+' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-script/m-p/1206390#M625698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;IF(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0602999999'&amp;nbsp; AND &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;CONTO_COSTO&amp;lt;&amp;gt;'0602000000' &lt;/EM&gt;,IMPORTO_CONTO_COSTO) AS W_AN_TEST&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 00:08:12 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-11-04T00:08:12Z</dc:date>
    <item>
      <title>load script '+'</title>
      <link>https://community.qlik.com/t5/QlikView/load-script/m-p/1206387#M625695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possibile to sum in load script as listed below (in red)?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CONTO_COSTO,&lt;/P&gt;&lt;P&gt;CAUSALE_CONTOCOSTO,&lt;/P&gt;&lt;P&gt;IMPORTO_CONTO_COSTO,&lt;/P&gt;&lt;P&gt;IF(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0601999999', IMPORTO_CONTO_COSTO) AS W_AN_PROD,&lt;/P&gt;&lt;P&gt;IF(CONTO_COSTO&amp;gt;='0602000001' AND CONTO_COSTO&amp;lt;='0602999999', IMPORTO_CONTO_COSTO) AS W_AN_LAVORAZIONE,&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #ff0000;"&gt;((IF(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0601999999', IMPORTO_CONTO_COSTO))+(IF(CONTO_COSTO&amp;gt;='0602000001' AND CONTO_COSTO&amp;lt;='0602999999',IMPORTO_CONTO_COSTO))) AS W_AN_TEST;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 09:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script/m-p/1206387#M625695</guid>
      <dc:creator />
      <dc:date>2016-11-03T09:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: load script '+'</title>
      <link>https://community.qlik.com/t5/QlikView/load-script/m-p/1206388#M625696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the intent is because CONTO_COSTO will either fall in the first if or second if and the other will be just 0. If this is what you want, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0601999999', IMPORTO_CONTO_COSTO), If(CONTO_COSTO&amp;gt;='0602000001' AND CONTO_COSTO&amp;lt;='0602999999',IMPORTO_CONTO_COSTO)) AS W_AN_TEST;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script/m-p/1206388#M625696</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-03T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: load script '+'</title>
      <link>https://community.qlik.com/t5/QlikView/load-script/m-p/1206389#M625697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;IMPORTO_CONTO_COSTO is a number filed its possible but as per your condition &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;the &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;CONTO_COSTO will fall in any of the 1 interval so the other part will be always zero..&lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;((IF(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0601999999', IMPORTO_CONTO_COSTO))&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;OR&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;for the primary key you have the dates for both the interval ??&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script/m-p/1206389#M625697</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-11-03T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: load script '+'</title>
      <link>https://community.qlik.com/t5/QlikView/load-script/m-p/1206390#M625698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;IF(CONTO_COSTO&amp;gt;='0601000001' AND CONTO_COSTO&amp;lt;='0602999999'&amp;nbsp; AND &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;CONTO_COSTO&amp;lt;&amp;gt;'0602000000' &lt;/EM&gt;,IMPORTO_CONTO_COSTO) AS W_AN_TEST&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 00:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script/m-p/1206390#M625698</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-11-04T00:08:12Z</dc:date>
    </item>
  </channel>
</rss>

