<?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 Loop number of records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606746#M44971</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have an issue, can any1 help me with this?&lt;/P&gt;&lt;P&gt;I have a folder, that contains subfolders, that contains files.&lt;/P&gt;&lt;P&gt;I want to get the number of records for all files by subfolder, I am not getting the good results.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;I have a folder named&amp;nbsp; 'Country'&amp;nbsp; this folder contains subfolders.&lt;/P&gt;&lt;P&gt;Each subfolder contains 10 files. its the same files that contains different row numbers&lt;/P&gt;&lt;P&gt;I want to calculate the number of rows for all files in each subfolder,&lt;/P&gt;&lt;P&gt;my app reults all the records&amp;nbsp; number for all the tables in all the subfolders, and what I want is the number of records for tables by subfolder.&lt;/P&gt;&lt;P&gt;example in my result I want to have:&lt;/P&gt;&lt;P&gt;subfoldernameA: contains the file china, file russia(same files but number of records inside is different)&lt;/P&gt;&lt;P&gt;subfoldernameB: contains the file US, file UK (same files but number of records inside is different)&lt;/P&gt;&lt;P&gt;what I want to have is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SubfolderName, NumbOfRecords&lt;/P&gt;&lt;P&gt;subfoldernameA, 23 012 records(number of records of all the files inside this subfolder, the file china+the file russia&lt;/P&gt;&lt;P&gt;they contains the same columns)&lt;/P&gt;&lt;P&gt;subfoldernameB, 26 000 records,&lt;/P&gt;&lt;P&gt;Can any1 help me with this?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:22:22 GMT</pubDate>
    <dc:creator>Stella</dc:creator>
    <dc:date>2024-11-16T20:22:22Z</dc:date>
    <item>
      <title>Loop number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606746#M44971</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have an issue, can any1 help me with this?&lt;/P&gt;&lt;P&gt;I have a folder, that contains subfolders, that contains files.&lt;/P&gt;&lt;P&gt;I want to get the number of records for all files by subfolder, I am not getting the good results.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;I have a folder named&amp;nbsp; 'Country'&amp;nbsp; this folder contains subfolders.&lt;/P&gt;&lt;P&gt;Each subfolder contains 10 files. its the same files that contains different row numbers&lt;/P&gt;&lt;P&gt;I want to calculate the number of rows for all files in each subfolder,&lt;/P&gt;&lt;P&gt;my app reults all the records&amp;nbsp; number for all the tables in all the subfolders, and what I want is the number of records for tables by subfolder.&lt;/P&gt;&lt;P&gt;example in my result I want to have:&lt;/P&gt;&lt;P&gt;subfoldernameA: contains the file china, file russia(same files but number of records inside is different)&lt;/P&gt;&lt;P&gt;subfoldernameB: contains the file US, file UK (same files but number of records inside is different)&lt;/P&gt;&lt;P&gt;what I want to have is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SubfolderName, NumbOfRecords&lt;/P&gt;&lt;P&gt;subfoldernameA, 23 012 records(number of records of all the files inside this subfolder, the file china+the file russia&lt;/P&gt;&lt;P&gt;they contains the same columns)&lt;/P&gt;&lt;P&gt;subfoldernameB, 26 000 records,&lt;/P&gt;&lt;P&gt;Can any1 help me with this?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606746#M44971</guid>
      <dc:creator>Stella</dc:creator>
      <dc:date>2024-11-16T20:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loop number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606839#M44985</link>
      <description>&lt;P&gt;What is the file type from sub folder? Is that Excel / QVD's / CSV. Does columns are same from all files?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 07:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606839#M44985</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-07-29T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loop number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606889#M44989</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;The type of file is txt, but there is no extension.&lt;/P&gt;&lt;P&gt;And yes Columns are the same for all files, I just want to count the records&lt;/P&gt;&lt;P&gt;number for all files by subfolder.&lt;/P&gt;&lt;P&gt;example: if the subfolder1 contains files for china and US, I want the number of records in&lt;/P&gt;&lt;P&gt;all these files for the subfolder1&lt;/P&gt;&lt;P&gt;the same for subfolder2&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Stella&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 08:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-number-of-records/m-p/1606889#M44989</guid>
      <dc:creator>Stella</dc:creator>
      <dc:date>2019-07-29T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

