<?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 Multiply two fields on script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989750#M963387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to multiply fields on script but I need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="103"&gt;&lt;STRONG style="text-decoration: underline;"&gt;País&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="109"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ID_Dato&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="105"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;TIPO_TIP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="164"&gt;&lt;STRONG style="text-decoration: underline;"&gt;% POR TIPO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;90,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;KEY&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;95,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;99,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;KEY&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;98,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DOC&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;40,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the result at ID_Dato level, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="103"&gt;&lt;STRONG style="text-decoration: underline;"&gt;País&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="109"&gt;&lt;STRONG style="text-decoration: underline;"&gt;ID_Dato&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" colspan="2" style="border-left: none;" width="269"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG&gt;% DATO&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl69" colspan="2" style="border-left: none;"&gt;85,5000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl69" colspan="2" style="border-left: none;"&gt;38,8080%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to multiply them (COR.001 = 85,500% = 90,00%*95,00% and &lt;SPAN style="font-size: 13.3333px;"&gt;COR.002 = 38,808% = 99,00%*98,00%*40,00%&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;I tried SUM, ONLY, AVG.. and I didn't get anything.&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, 15 Oct 2015 17:36:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-15T17:36:49Z</dc:date>
    <item>
      <title>Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989750#M963387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to multiply fields on script but I need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="103"&gt;&lt;STRONG style="text-decoration: underline;"&gt;País&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="109"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ID_Dato&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="105"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;TIPO_TIP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="164"&gt;&lt;STRONG style="text-decoration: underline;"&gt;% POR TIPO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;90,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;KEY&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;95,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;99,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;KEY&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;98,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DOC&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;40,0000%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the result at ID_Dato level, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="103"&gt;&lt;STRONG style="text-decoration: underline;"&gt;País&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="109"&gt;&lt;STRONG style="text-decoration: underline;"&gt;ID_Dato&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" colspan="2" style="border-left: none;" width="269"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG&gt;% DATO&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" style="border-top: none;"&gt;Alemania&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;COR.001&lt;/TD&gt;&lt;TD class="xl69" colspan="2" style="border-left: none;"&gt;85,5000%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" style="border-top: none;"&gt;Spain&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;COR.002&lt;/TD&gt;&lt;TD class="xl69" colspan="2" style="border-left: none;"&gt;38,8080%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to multiply them (COR.001 = 85,500% = 90,00%*95,00% and &lt;SPAN style="font-size: 13.3333px;"&gt;COR.002 = 38,808% = 99,00%*98,00%*40,00%&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;I tried SUM, ONLY, AVG.. and I didn't get anything.&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, 15 Oct 2015 17:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989750#M963387</guid>
      <dc:creator />
      <dc:date>2015-10-15T17:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989751#M963388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which fields are you trying to multiply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to make a distinction between the two COR fields, by the TIPO_TIP field I am assuming. Maybe that is why it isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post your script code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989751#M963388</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2015-10-15T18:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989752#M963389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try AGGR function to group things.&lt;/P&gt;&lt;P&gt;Hope it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989752#M963389</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-15T18:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989753#M963390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102129_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD País, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_Dato, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIPO_TIP, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([% POR TIPO], ',', 1)/100 as [% POR TIPO]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="187022" data-objecttype="1" href="https://community.qlik.com/thread/187022"&gt;https://community.qlik.com/thread/187022&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD País, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_Dato,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Evaluate(Concat([% POR TIPO], '*')) as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By País, ID_Dato;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989753#M963390</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-15T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989754#M963391</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: 13px;"&gt;=aggr((Exp(Sum(Log(%POR TIPO)))),ID_Dato)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989754#M963391</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-15T18:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989755#M963392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;SET ThousandSep=".";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DecimalSep=",";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Z:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&amp;nbsp;&amp;nbsp; rowno() as id,&amp;nbsp; País, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ID_Dato,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TIPO_TIP, &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((replace([% POR TIPO], '%', ''))+0)/100 as Field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="187022" data-objecttype="1" href="https://community.qlik.com/thread/187022"&gt;https://community.qlik.com/thread/187022&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; id, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;País,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ID_Dato, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TIPO_TIP, &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(País=Peek(País) and ID_Dato=peek(ID_Dato), peek(Result)*Field, Field) as Result&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Z&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by País, ID_Dato, id;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Z;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * Resident Y&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where not (País=Peek(País) and ID_Dato=peek(ID_Dato))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Order by id desc;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Y;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102138_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989755#M963392</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-15T18:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989756#M963393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Way easier answer by using some Math functions:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102136_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And here is the data model:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102149_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Use of Log(), Exp() and Sum() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 20:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989756#M963393</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-15T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989757#M963394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You saved my life! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989757#M963394</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply two fields on script</title>
      <link>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989758#M963395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my coworkers is a Math genius.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 13:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiply-two-fields-on-script/m-p/989758#M963395</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-16T13:11:50Z</dc:date>
    </item>
  </channel>
</rss>

