<?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 Set Analysis Issue using Sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691897#M450673</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the following expression, I basically want a table where the Pallet Expected Qty is less than the Stock Cases, so it's not a full pallet of stock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUM(SUM({&amp;lt;[Product Pick Type] = {'PALLET'},[Product Cases Per Pallet] = {"=[Product Cases Per Pallet]) &amp;gt; SUM([Stock Cases])"}&amp;gt;}[Stock Cases]),$(format.number))&lt;/P&gt;&lt;P&gt;Can anyone suggest why the above expression is not returning the correct result, I would have thought the above would have worked&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:52:57 GMT</pubDate>
    <dc:creator>principal</dc:creator>
    <dc:date>2024-11-16T00:52:57Z</dc:date>
    <item>
      <title>Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691897#M450673</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the following expression, I basically want a table where the Pallet Expected Qty is less than the Stock Cases, so it's not a full pallet of stock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUM(SUM({&amp;lt;[Product Pick Type] = {'PALLET'},[Product Cases Per Pallet] = {"=[Product Cases Per Pallet]) &amp;gt; SUM([Stock Cases])"}&amp;gt;}[Stock Cases]),$(format.number))&lt;/P&gt;&lt;P&gt;Can anyone suggest why the above expression is not returning the correct result, I would have thought the above would have worked&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691897#M450673</guid>
      <dc:creator>principal</dc:creator>
      <dc:date>2024-11-16T00:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691916#M450674</link>
      <description>&lt;P&gt;maybe this:&lt;BR /&gt;=NUM( SUM( {&amp;lt; [Product Pick Type] = {'PALLET'},&lt;BR /&gt;[Product Cases Per Pallet] = {"&amp;gt;$(=Sum([Stock Cases]))"} &amp;gt;} [Stock Cases] ),&lt;BR /&gt;$(format.number) )&lt;/P&gt;&lt;P&gt;i hope it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 08:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691916#M450674</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-04-08T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691920#M450675</link>
      <description>&lt;P&gt;Please remove red part from below and then try?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NUM(SUM({&amp;lt;[Product Pick Type] = {'PALLET'},[Product Cases Per Pallet] = {"=[Product Cases Per Pallet]&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt; &amp;gt; SUM([Stock Cases])"}&amp;gt;}[Stock Cases]),$(format.number))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691920#M450675</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-04-08T09:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691922#M450676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for that, however that only returns 1 record in the table, there are 120 records that need to be returned.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alan.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691922#M450676</guid>
      <dc:creator>principal</dc:creator>
      <dc:date>2020-04-08T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691924#M450677</link>
      <description>&lt;P&gt;I would suggest start testing step-step&lt;/P&gt;&lt;P&gt;1) Sum([Stock Cases])&lt;/P&gt;&lt;P&gt;2) Sum({&amp;lt;[Product Pick Type]={'PALLET'}&amp;gt;} [Stock Cases])&lt;/P&gt;&lt;P&gt;3) Please validate manually from 1st point and adding the measure 2nd point&lt;/P&gt;&lt;P&gt;4) Please check manual entry for data point in table?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691924#M450677</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-04-08T09:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691926#M450678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done that, as you can see from the screenshot below, it only returns the first value of 30, but all values should show as the qty's are less than the Pallet Qty&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ticket.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31512i2C0B68322C39B439/image-size/large?v=v2&amp;amp;px=999" role="button" title="ticket.png" alt="ticket.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691926#M450678</guid>
      <dc:creator>principal</dc:creator>
      <dc:date>2020-04-08T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691927#M450679</link>
      <description>&lt;P&gt;Please attach QVW with sample data set to check?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691927#M450679</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-04-08T09:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691938#M450683</link>
      <description>&lt;P&gt;see the attached file, thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691938#M450683</guid>
      <dc:creator>principal</dc:creator>
      <dc:date>2020-04-08T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691944#M450684</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;[Product Pick Type] = {'PALLET'}, [Product Cases Per Pallet]={"=&lt;FONT color="#FF0000"&gt;Sum(&lt;/FONT&gt;[Product Cases Per Pallet]&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;&amp;gt;=Sum([Stock Cases])"}&amp;gt;} [Stock Cases])&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 10:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691944#M450684</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-04-08T10:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue using Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691956#M450685</link>
      <description>&lt;P&gt;That's it, thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 11:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue-using-Sum/m-p/1691956#M450685</guid>
      <dc:creator>principal</dc:creator>
      <dc:date>2020-04-08T11:04:49Z</dc:date>
    </item>
  </channel>
</rss>

