<?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 Loopscript for  fetching insert records by incremental load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545534#M109860</link>
    <description>&lt;P&gt;we have multiple tables with different columns with the single script i want to fetch required columns from required table . for each table for each QVD&amp;nbsp; the primary key column same in all the tables .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2026 12:32:49 GMT</pubDate>
    <dc:creator>Venkatesh_Yellu11</dc:creator>
    <dc:date>2026-03-26T12:32:49Z</dc:date>
    <item>
      <title>Loopscript for  fetching insert records by incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545534#M109860</link>
      <description>&lt;P&gt;we have multiple tables with different columns with the single script i want to fetch required columns from required table . for each table for each QVD&amp;nbsp; the primary key column same in all the tables .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 12:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545534#M109860</guid>
      <dc:creator>Venkatesh_Yellu11</dc:creator>
      <dc:date>2026-03-26T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loopscript for  fetching insert records by incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545645#M109863</link>
      <description>&lt;P&gt;Hi, can you elaborate? Are you looking for something like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;For Each File in Filelist ('$(vQVDFolder)'&amp;amp;'*.qvd')
	Files:
	Load 
		SubField('$(File)','/',4) as QvdName,
		FileTime( '$(File)' ) as FileTime,
	    FileSize( '$(File)' )/(1024*1024) as FileSize
	Autogenerate 1;
	
	Header:
	LOAD
		CreatorDoc&amp;amp;SubField('$(File)','/',4) as KEY,
		SubField('$(File)','/',4) as QvdName,
	    NoOfRecords,
	    CreatorDoc as AppId
	FROM [$(File)]
	(XmlSimple, table is QvdTableHeader);
	
	Fields_Temp:
	LOAD
		SubField('$(File)','/',4) as QvdName,
	    "FieldName",
	    %Key_QvdFieldHeader_59D66ED49CFF179D
	FROM [$(File)]
	(XmlSimple, table is [QvdTableHeader/Fields/QvdFieldHeader]);
Next File;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 Mar 2026 08:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545645#M109863</guid>
      <dc:creator>BIAKS</dc:creator>
      <dc:date>2026-03-27T08:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loopscript for  fetching insert records by incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545788#M109878</link>
      <description>&lt;P&gt;if suppose in a table having 20 columns but i using only 10 columns remain columns are unnecessary to load into QVD's . so i want to load only necessary columns from each table to create QVD's and incremental load&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 12:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loopscript-for-fetching-insert-records-by-incremental-load/m-p/2545788#M109878</guid>
      <dc:creator>Venkatesh_Yellu11</dc:creator>
      <dc:date>2026-03-30T12:24:52Z</dc:date>
    </item>
  </channel>
</rss>

