<?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: creating a table detail from table in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412085#M3062</link>
    <description>&lt;P&gt;Thank you for taking the time to respond to me. I used the first solution and I will try to test yours&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 16:03:08 GMT</pubDate>
    <dc:creator>doespirito</dc:creator>
    <dc:date>2024-01-29T16:03:08Z</dc:date>
    <item>
      <title>creating a table detail from table</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412041#M3057</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;From a table 1, which contains a list of journals and a field representing the number of pages of these journals, I wish to create a table 2 which contains for each journal 1 record per page with a numbering of these pages.&lt;BR /&gt;I tried with the peek function but I can't do it.&lt;BR /&gt;can you help me?&lt;BR /&gt;THANKS&lt;BR /&gt;Arnault&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="doespirito_0-1706538972999.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158553i2820C5EA39B7EE8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="doespirito_0-1706538972999.png" alt="doespirito_0-1706538972999.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 14:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412041#M3057</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2024-01-29T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table detail from table</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412045#M3058</link>
      <description>&lt;P&gt;I'm not sure what the pages are supposed to represent, but if you're trying to create N records per original record, have a look at using Load ... While with IterNo(), e.g.&lt;/P&gt;
&lt;P&gt;Load A, B, C, IterNo() as D From SomeTable&lt;/P&gt;
&lt;P&gt;While IterNo() &amp;lt;C;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2023/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2023/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 08:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412045#M3058</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-01-30T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table detail from table</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412058#M3059</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;LOAD Date,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MediaSAP,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EditionSAP,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NBPagesSAP2,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IterNo() as Sequence&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Data.xlsx](ooxml, embedded labels, table is Sheet3)&lt;BR /&gt;while IterNo() &amp;lt;=NBPagesSAP2;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412058#M3059</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-29T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table detail from table</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412083#M3061</link>
      <description>&lt;P&gt;Thank you so much.&lt;BR /&gt;it works great with iterno() and while.&lt;BR /&gt;Good day !&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 16:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412083#M3061</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2024-01-29T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table detail from table</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412085#M3062</link>
      <description>&lt;P&gt;Thank you for taking the time to respond to me. I used the first solution and I will try to test yours&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 16:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/creating-a-table-detail-from-table/m-p/2412085#M3062</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2024-01-29T16:03:08Z</dc:date>
    </item>
  </channel>
</rss>

