<?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: How do I structure my set analysis to get next item sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954011#M646723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Item = {"$(=Item+1)" } &amp;gt;}&amp;nbsp; Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 20:28:39 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-20T20:28:39Z</dc:date>
    <item>
      <title>How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954010#M646722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Test1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106266_Test1.JPG" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954010#M646722</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-11-20T20:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954011#M646723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Item = {"$(=Item+1)" } &amp;gt;}&amp;nbsp; Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954011#M646723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-20T20:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954012#M646724</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({$&amp;lt;Item = {$(=FieldValue('Item', FieldIndex('Item',Only(Item))+1))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pick a single value of Item this expression will return the Sales value of the next Item (in load order) from that selected. So you can have Item values like 1, 5,678,'Jabba the Hut' in your list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954012#M646724</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-20T20:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954013#M646725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a follow up question: I have a field as dual as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; dual('2015-Q4',1) as Survey_Type, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running into issues with this in my set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({ &amp;lt; Survey_Type = {"$(=num(Survey_Type)+1)"} &amp;gt;}[Overall Sat])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954013#M646725</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-11-20T20:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954014#M646726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you create another field like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Survey_Type) as Num_&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Survey_Type;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('2015-Q4',1) as Survey_Type,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;Num_Survey_Type = {"$(=Num_Survey_Type + 1)"}&amp;gt;}[Overall Sat])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954014#M646726</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-20T20:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954015#M646727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Survey_Type&lt;/SPAN&gt;= {$(=FieldValue('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Survey_Type&lt;/SPAN&gt;', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;FieldIndex&lt;/SPAN&gt;('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Survey_Type&lt;/SPAN&gt;',Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Survey_Type&lt;/SPAN&gt;))+1))}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Overall Sat]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If the values of Survey_Type are loaded in the correct order this may work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954015#M646727</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-20T20:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954016#M646728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, but I need to display the 2015-Q4&amp;nbsp; in my list box as selector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 21:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954016#M646728</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-11-20T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I structure my set analysis to get next item sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954017#M646729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will use a pick(match)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 22:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-structure-my-set-analysis-to-get-next-item-sum/m-p/954017#M646729</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-11-20T22:01:34Z</dc:date>
    </item>
  </channel>
</rss>

