<?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 next row in pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083145#M88794</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Femke_DPG_0-1686646694475.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109935i96DC8FC66A024F07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Femke_DPG_0-1686646694475.png" alt="Femke_DPG_0-1686646694475.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to check each row (so each date) within one channel (DAB) for the SOFT name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name of 05/06 has to be different from the name of 06/06, 06/06 has to be different from 07/06, ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to identify the next row in the pivot table to compare 2 rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 08:58:22 GMT</pubDate>
    <dc:creator>Femke_DPG</dc:creator>
    <dc:date>2023-06-13T08:58:22Z</dc:date>
    <item>
      <title>next row in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083145#M88794</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Femke_DPG_0-1686646694475.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109935i96DC8FC66A024F07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Femke_DPG_0-1686646694475.png" alt="Femke_DPG_0-1686646694475.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to check each row (so each date) within one channel (DAB) for the SOFT name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name of 05/06 has to be different from the name of 06/06, 06/06 has to be different from 07/06, ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to identify the next row in the pivot table to compare 2 rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083145#M88794</guid>
      <dc:creator>Femke_DPG</dc:creator>
      <dc:date>2023-06-13T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: next row in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083401#M88811</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;if(Channel = 'DAB', Above(Date) &amp;amp; '-' &amp;amp; Above([SOFT Name]), '')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 18:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083401#M88811</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-06-13T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: next row in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083528#M88816</link>
      <description>&lt;P&gt;Thanks, but with this solution it shows the PREVIOUS date and not the NEXT line:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Femke_DPG_1-1686719354332.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110002iC1A553A7DC199F9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Femke_DPG_1-1686719354332.png" alt="Femke_DPG_1-1686719354332.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 05:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083528#M88816</guid>
      <dc:creator>Femke_DPG</dc:creator>
      <dc:date>2023-06-14T05:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: next row in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083548#M88822</link>
      <description>&lt;P&gt;To look in the opposite direction you could use below() instead of above().&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 06:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/next-row-in-pivot-table/m-p/2083548#M88822</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-06-14T06:18:33Z</dc:date>
    </item>
  </channel>
</rss>

