<?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 muliply in sum in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1828928#M481</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using this expression:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Indicador={'Estructura de la Deuda'}&amp;gt;} [Saldo al momento Sin Comisiones Dlls] * [Tasa Credito2])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing column&amp;nbsp;&amp;nbsp;1*2=3 but the value in the third column is different and I don't understand why&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="baxt3r_0-1629155513275.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60168i3986117741FD541B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="baxt3r_0-1629155513275.png" alt="baxt3r_0-1629155513275.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 23:14:08 GMT</pubDate>
    <dc:creator>baxt3r</dc:creator>
    <dc:date>2021-08-16T23:14:08Z</dc:date>
    <item>
      <title>muliply in sum</title>
      <link>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1828928#M481</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using this expression:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Indicador={'Estructura de la Deuda'}&amp;gt;} [Saldo al momento Sin Comisiones Dlls] * [Tasa Credito2])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing column&amp;nbsp;&amp;nbsp;1*2=3 but the value in the third column is different and I don't understand why&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="baxt3r_0-1629155513275.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60168i3986117741FD541B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="baxt3r_0-1629155513275.png" alt="baxt3r_0-1629155513275.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 23:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1828928#M481</guid>
      <dc:creator>baxt3r</dc:creator>
      <dc:date>2021-08-16T23:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: muliply in sum</title>
      <link>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1829011#M482</link>
      <description>&lt;P&gt;Try&lt;BR /&gt;&lt;SPAN&gt;sum({$&amp;lt;Indicador={'Estructura de la Deuda'}&amp;gt;} [Saldo al momento Sin Comisiones Dlls] )&amp;nbsp;* [Tasa Credito2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or if you want to multiple the sum of the two then try:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;Indicador={'Estructura de la Deuda'}&amp;gt;} [Saldo al momento Sin Comisiones Dlls] )&amp;nbsp;* sum([Tasa Credito2])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you want the set analys for "Tasa credito2" then you will need to create 2 set analysis&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1829011#M482</guid>
      <dc:creator>Pertjo</dc:creator>
      <dc:date>2021-08-17T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: muliply in sum</title>
      <link>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1829027#M483</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/71839"&gt;@Pertjo&lt;/a&gt;&amp;nbsp;is right, your order of operations are different, where you're multiplying and then summing given where your parenthesis are.&amp;nbsp; If you truly want to operate on 2 columns, you can just use column numbers column(1) * column(2) or column label names like [1] * [2]&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 11:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/muliply-in-sum/m-p/1829027#M483</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-17T11:16:09Z</dc:date>
    </item>
  </channel>
</rss>

