<?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: Loading Exel with group rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Exel-with-group-rows/m-p/2025130#M1222180</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try using Peek() function. Here is the help link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This function will allow you to grab (peek) a value in the "n" row based on the current record set position. Ex, if you need to peek previous value for Product field, you can use:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Peek('Product')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You might have to look for previous 2 (or 3) rows if you know that wrap text is limited to x number of rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 19:07:38 GMT</pubDate>
    <dc:creator>Luis_Galvan</dc:creator>
    <dc:date>2023-01-12T19:07:38Z</dc:date>
    <item>
      <title>Loading Exel with group rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Exel-with-group-rows/m-p/2025059#M1222177</link>
      <description>&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;&lt;SPAN&gt;Hello!. &lt;BR /&gt;&lt;BR /&gt;I am trying to read an excel in QlikView where the values ​​of some columns have 2 or 3 options in other rows, &lt;BR /&gt;and it is only taking the last value of right.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;*The green ones&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSD_KKL_0-1673537309624.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97908i24AA3F68650913BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SSD_KKL_0-1673537309624.png" alt="SSD_KKL_0-1673537309624.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;And I need a table in qlik where each product has the 2 or 3 options in the month and delivered rows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;For example, having the Water product 3 times with January, February and March. Ex:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EXAMPLE 2.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97909iEDC71212F422A673/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EXAMPLE 2.png" alt="EXAMPLE 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How could it be done? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Exel-with-group-rows/m-p/2025059#M1222177</guid>
      <dc:creator>SSD_KKL</dc:creator>
      <dc:date>2023-01-12T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Exel with group rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Exel-with-group-rows/m-p/2025130#M1222180</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try using Peek() function. Here is the help link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This function will allow you to grab (peek) a value in the "n" row based on the current record set position. Ex, if you need to peek previous value for Product field, you can use:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Peek('Product')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You might have to look for previous 2 (or 3) rows if you know that wrap text is limited to x number of rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 19:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Exel-with-group-rows/m-p/2025130#M1222180</guid>
      <dc:creator>Luis_Galvan</dc:creator>
      <dc:date>2023-01-12T19:07:38Z</dc:date>
    </item>
  </channel>
</rss>

