<?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: Translate sun into inputsum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604153#M684649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but you cannot use the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY-={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA) ....&lt;/SPAN&gt;&lt;/EM&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;as the initial value for the inputfield, you have to do it in the script.&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;I'd suggest to use two columns, one with your expression, one with the input field just beside.&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;Otherwise look at the KliqPlan that can manage this kind of thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 09:51:26 GMT</pubDate>
    <dc:creator>agilos_mla</dc:creator>
    <dc:date>2014-02-04T09:51:26Z</dc:date>
    <item>
      <title>Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604150#M684646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an expression of sum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY-={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;+sum({&amp;lt;COMPANY={'TOTAL G&amp;amp;A'}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A'},COMPANY-={'SPA'}, ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;,[VOCE COSTO]))&lt;/P&gt;&lt;P&gt;+sum({&amp;lt;COMPANY={'TOTAL LABOUR COST'}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;[VOCE COSTO]={'LABOUR COST'},COMPANY-={'SPA'}, ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;,[VOCE COSTO]))&lt;/P&gt;&lt;P&gt;+SUM({&amp;lt;COMPANY={'TOT FIXED COSTS TRADING'}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA'},COMPANY-={'SPA'}, ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;,[TOTAL_GROUP]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cand I want to trasform it in inputsum but Changing sum in input it doesn't works.&lt;/P&gt;&lt;P&gt;Please help me!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604150#M684646</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-04T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sun into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604151#M684647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot initialize an inputfield in the layout. Firts You have to define a inputfield in the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD [MyField];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then initiliaze the inputfield in the load. &lt;/P&gt;&lt;P&gt;LOAD Country,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales AS [MyField]&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you'll be able to user inputsum ([MyField]) to override the initial Sales Amount you've loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604151#M684647</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-04T09:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sun into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604152#M684648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have also defined the inputfield in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604152#M684648</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-04T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sun into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604153#M684649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but you cannot use the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY-={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA) ....&lt;/SPAN&gt;&lt;/EM&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;as the initial value for the inputfield, you have to do it in the script.&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;I'd suggest to use two columns, one with your expression, one with the input field just beside.&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;Otherwise look at the KliqPlan that can manage this kind of thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604153#M684649</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-04T09:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604154#M684650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "translation" works if I put only&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY-={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The problem is the nex sum&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;+sum({&amp;lt;COMPANY={'TOTAL G&amp;amp;A'}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A'},COMPANY-={'SPA'}, ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;,[VOCE COSTO]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if the problem are the sum(s) or the aggr. In this case I don't know how translate this&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604154#M684650</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-04T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sun into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604155#M684651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr makes sense if you change the aggregtion function , it's not the case here sum(aggr(sum)).&lt;/P&gt;&lt;P&gt;I'm sure you can find a way to replace the aggr by something else.&lt;/P&gt;&lt;P&gt;Can you provide a sample eventually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604155#M684651</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-04T10:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604156#M684652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an example table data (where in MISURA there are the values and TOTAL G&amp;amp;A, TOTAL LABOUR COST, DDA and TOTAL FIXED COSTS TRADING not have a value in the table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 425px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="182"&gt;VOCE COSTO&lt;/TD&gt;&lt;TD width="179"&gt;COMPANY&lt;/TD&gt;&lt;TD width="64"&gt;MISURA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;G&amp;amp;A&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;G&amp;amp;A&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;G&amp;amp;A&lt;/TD&gt;&lt;TD&gt;SPA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;G&amp;amp;A&lt;/TD&gt;&lt;TD&gt;TOTAL G&amp;amp;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;LABOUR COST&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;LABOUR COST&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;LABOUR COST&lt;/TD&gt;&lt;TD&gt;TOTAL LABOUR COST&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;DDA&lt;/TD&gt;&lt;TD&gt;DDA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;TOTAL FIXED COSTS TRADING&lt;/TD&gt;&lt;TD&gt;TOTAL FIXED COSTS TRADING&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want:&lt;/P&gt;&lt;P&gt;TOTAL G&amp;amp;A=A+B&lt;/P&gt;&lt;P&gt;TOTAL LABOUR COST=C+D&lt;/P&gt;&lt;P&gt;TOTAL FIXED COSTS TRADING=A+B+C+D+DDA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604156#M684652</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-04T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604157#M684653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total G&amp;amp;A = sum({&amp;lt;COMPANY ={'A', 'B'), [VOCE COSTO]={'G&amp;amp;A'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;Total Labour Cost = sum({&amp;lt;COMPANY -={'TOTAL*'), [VOCE COSTO]={'LABOUR COST'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;Total Fixed Cost Trading = sum({&amp;lt;COMPANY -={'TOTAL*', 'TRADING'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 12:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604157#M684653</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-04T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604158#M684654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but if I replace sum with inputsum the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inputsum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY -={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA_IN)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;InputSum({&amp;lt;COMPANY ={'A', 'B'}, [VOCE COSTO]={'G&amp;amp;A'}&amp;gt;} MISURA_IN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doesn't works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 14:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604158#M684654</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-04T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604159#M684655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you cannot use operator on the input sum column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's try to use the set analysis UNION syntax inputsum({set1}+{set2} misura).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;inputsum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY -={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;+&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;COMPANY ={'A', 'B'}, [VOCE COSTO]={'G&amp;amp;A'}&amp;gt;} &lt;/SPAN&gt; MISURA_IN)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 14:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604159#M684655</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-04T14:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sum into inputsum</title>
      <link>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604160#M684656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't works!&lt;/P&gt;&lt;P&gt;is there a way to trasform the expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[VOCE COSTO]={'G&amp;amp;A','LABOUR COST','DDA','TOT FIXED COSTS TRADING'},COMPANY-={'SPA'},ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;COMPANY_COSTI_FISSI={'TOTAL G&amp;amp;A'}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(&lt;/P&gt;&lt;P&gt;sum({&amp;lt;COMPANY_COSTI_FISSI={'TOTAL G&amp;amp;A'}&amp;gt;}/{$&amp;lt;[VOCE COSTO]={'G&amp;amp;A'},COMPANY-={'SPA'}, ANNO={'$(VANNOCOL1)'}&amp;gt;} MISURA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a unique sum??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translate-sum-into-inputsum/m-p/604160#M684656</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2014-02-05T09:42:44Z</dc:date>
    </item>
  </channel>
</rss>

