<?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: Straight table expression to multiply. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265045#M870345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is perfect but once i remove a dimension the sum changes see below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct 9,664,320&lt;/P&gt;&lt;P&gt;&lt;IMG alt="brett1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144140_brett1.png" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove Linkitemcode dimension&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144141_Untitled.png" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculation is sum((ConfirmedShippedQty)) * Sum([Item Table.AREALABEL])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont want to use a pivot table, require the second table but correct sum. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 11:31:56 GMT</pubDate>
    <dc:creator>bnelson111</dc:creator>
    <dc:date>2016-11-17T11:31:56Z</dc:date>
    <item>
      <title>Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265042#M870342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everyone this is a strange one that should be simple however i cant get the desired result. See below i have used the expression as the labels on the straight table and table box to try and explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay basically the sum of the confirmedshippedqty is working but when i try to multiply by the itemtableAREALABEL the expression is null. It works when single items are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="brett1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144108_brett1.png" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working when single item selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144109_Untitled.png" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense. Thanks Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265042#M870342</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265043#M870343</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 this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(ConfirmedShippedQty * [Item Table.AREALABEL])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(ConfirmedShippedQty) * Sum([Item Table.AREALABEL])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265043#M870343</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-11-17T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265044#M870344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* sum(temtableAREALABE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could be because they are at different granular levels..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265044#M870344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265045#M870345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is perfect but once i remove a dimension the sum changes see below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct 9,664,320&lt;/P&gt;&lt;P&gt;&lt;IMG alt="brett1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144140_brett1.png" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove Linkitemcode dimension&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144141_Untitled.png" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculation is sum((ConfirmedShippedQty)) * Sum([Item Table.AREALABEL])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont want to use a pivot table, require the second table but correct sum. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 11:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265045#M870345</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2016-11-17T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265046#M870346</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sum((ConfirmedShippedQty)) * Sum([Item Table.AREALABEL])&lt;/SPAN&gt;,LinkITEMCODE,MonthSip....))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 11:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265046#M870346</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-11-17T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265047#M870347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(sum((ConfirmedShippedQty)) * Sum([Item Table.AREALABEL]), [LinkITEMCODE]))&lt;/P&gt;&lt;P&gt;&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, 17 Nov 2016 11:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265047#M870347</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2016-11-17T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table expression to multiply.</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265048#M870348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 11:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-expression-to-multiply/m-p/1265048#M870348</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2016-11-17T11:45:33Z</dc:date>
    </item>
  </channel>
</rss>

