<?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: Adding a value based on RowNo in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247408#M497595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ungvall,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be missing something but check the attached application to see whether that is waht you are looking for. Basically, I'm using Dimensionality() function to display the "normal" Sum() for each dimension but show depending on variables the "Total" line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 16:27:12 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-10-13T16:27:12Z</dc:date>
    <item>
      <title>Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247407#M497594</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;I have a pivot table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7843" alt="2011-10-13_17-47-57.jpg" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/7843_2011-10-13_17-47-57.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The expression for column 1 is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;RR2_RowNo&lt;SPAN class="s2"&gt;=30, &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;RR_Belopp&lt;SPAN class="s2"&gt;), &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;RR_Verksamhetsmål&lt;SPAN class="s2"&gt;))/1000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;But now the customer wants to add the value from column 1, RR2_RowNo 30 (-49 937) to RR2_RowNo10 (270 771+49 937).&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Is that possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;I've tried with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;If(RR2_RowNo=30, Sum(RR_Belopp), If(RR2_RowNo=10, (Sum(RR_Verksamhetsmål)+Sum({$&amp;lt;RR1_RowNo={30}&amp;gt;} RR_Belopp)), RR_Verksamhetsmål))/1000&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But that din't help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247407#M497594</guid>
      <dc:creator />
      <dc:date>2011-10-13T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247408#M497595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ungvall,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be missing something but check the attached application to see whether that is waht you are looking for. Basically, I'm using Dimensionality() function to display the "normal" Sum() for each dimension but show depending on variables the "Total" line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 16:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247408#M497595</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-13T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247409#M497596</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;Didn't get that... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for column 1: &lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR2_RowNo&lt;SPAN class="s2" style="font-size: 12px;"&gt;=30, &lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR_Belopp&lt;SPAN class="s2" style="font-size: 12px;"&gt;), &lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR_Verksamhetsmål&lt;SPAN class="s2" style="font-size: 12px;"&gt;))/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;RowNo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10+30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calculating the expression counts for everything except RowNo 10. They want to add the value from RowNo 30 when calculating RowNo 10...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 16:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247409#M497596</guid>
      <dc:creator />
      <dc:date>2011-10-13T16:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247410#M497597</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;Perhaps something like this instead in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; = &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;10&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;$(=Sum({&amp;lt; RowNo = {$(vRows)} &amp;gt;} Amount))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;Amount&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 16:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247410#M497597</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-13T16:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247411#M497598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I understand you correctly, but this is something I use often with Financial Reporting. Maybe it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247411#M497598</guid>
      <dc:creator>dpietersz</dc:creator>
      <dc:date>2011-10-14T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247412#M497599</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;Thank you, but I'm already using a similar template and adding a row for RowNo 10 would be the easiest way. But the problem is that RowNo 30 doesn't have any data. That's way I have to use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;If&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR2_RowNo&lt;SPAN class="s2" style="font-size: 12px;"&gt;=30,&lt;EM&gt;S&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;um&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR_Belopp&lt;/EM&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;&lt;EM&gt;)&lt;/EM&gt;, &lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 12px;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 12px;"&gt;(&lt;/SPAN&gt;RR_Verksamhetsmål&lt;SPAN class="s2" style="font-size: 12px;"&gt;))/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...to capture the value from Total. Problem comes when I have to add the value from RowNo 3 to RowNo 1 when I already have exceptions in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247412#M497599</guid>
      <dc:creator />
      <dc:date>2011-10-14T06:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247413#M497600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ungvall,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this =SUM(If(RR2_RowNo=30,RR_Belopp, RR_Verksamhetsmål))/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247413#M497600</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-14T07:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247414#M497601</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;That's a way of what I'm already using. I need to add the value from Row 30 to Row 10 in the expression. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(RR2_RowNo=30, Sum(RR_Belopp), If(RR2_RowNo=10, (Sum(RR_Verksamhetsmål)+Sum({$&amp;lt;RR2_RowNo={30}&amp;gt;} RR_Belopp)), RR_Verksamhetsmål))/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that only returns value on RowNo 10 and 30, and not with tha value from 30 added to 10...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247414#M497601</guid>
      <dc:creator />
      <dc:date>2011-10-14T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247415#M497602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you make a simple QlikView File with what you have up to this point. Including a datamodel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are close. But it's hard for me without an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247415#M497602</guid>
      <dc:creator>dpietersz</dc:creator>
      <dc:date>2011-10-14T07:17:57Z</dc:date>
    </item>
    <item>
      <title>Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247416#M497603</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;See if you can open the attached file above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247416#M497603</guid>
      <dc:creator />
      <dc:date>2011-10-14T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247417#M497604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my offer, pls to see image attached&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 09:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247417#M497604</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-10-14T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247418#M497605</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;Thanks - but the result should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RowNo 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 424 221&lt;/P&gt;&lt;P&gt;RowNo 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -38 822&lt;/P&gt;&lt;P&gt;RowNo 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -18 065&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your pict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 11:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247418#M497605</guid>
      <dc:creator />
      <dc:date>2011-10-14T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247419#M497606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically we are doing such things on the data level by joining a table with the aggregation logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 13:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247419#M497606</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-10-14T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247420#M497607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you miss to total your sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;If(RR2_RowNo=30,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(RR_Belopp) , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(RR2_RowNo=10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(RR_Verksamhetsmål)+Sum({&amp;lt;RR2_RowNo={30}&amp;gt;} total RR_Belopp),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(RR_Verksamhetsmål) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)/1000&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247420#M497607</guid>
      <dc:creator>s_uhlig</dc:creator>
      <dc:date>2011-10-14T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a value based on RowNo</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247421#M497608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my offer, pls to see image attached&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 00:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-value-based-on-RowNo/m-p/247421#M497608</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-10-15T00:06:11Z</dc:date>
    </item>
  </channel>
</rss>

