<?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 How to get a new table with only required rows from old table with huge data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623173#M733363</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a sheet of data with 17776 rows. But I need only rows which has the code&amp;nbsp;&lt;BR /&gt;110,1170,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1230,1250,1270,1290,1301,131,130270,1306,1390,153,156,157,158,159,160,1541,1542,1543,1544,1545,1546,1530,1547,1550,15500140,1570,1590,15904001,2101,2102,2103,2104,2107,2109,2301,2302,2309,2602,2603,2604,2609,2801,2901,3101,31010160,32010160,3201,31010107,32010107,4101,4201,4202,4203,4204,4209,11700101,1547,1550,1590,15904001,3101,3201,15500140,15500240,15904001,15904002,15904003,15904001,50904002,50904003,31010140,31010160,31010107&lt;BR /&gt;Hardly these are&amp;nbsp; 91 rows + nine quarter sales for each code so totally 819 rows.&lt;BR /&gt;Can we create a new table with only these above codes to reduce the time complexity during loading of data&lt;BR /&gt;Looking for a solution on this case!!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Sarath123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623173#M733363</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a sheet of data with 17776 rows. But I need only rows which has the code&amp;nbsp;&lt;BR /&gt;110,1170,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1230,1250,1270,1290,1301,131,130270,1306,1390,153,156,157,158,159,160,1541,1542,1543,1544,1545,1546,1530,1547,1550,15500140,1570,1590,15904001,2101,2102,2103,2104,2107,2109,2301,2302,2309,2602,2603,2604,2609,2801,2901,3101,31010160,32010160,3201,31010107,32010107,4101,4201,4202,4203,4204,4209,11700101,1547,1550,1590,15904001,3101,3201,15500140,15500240,15904001,15904002,15904003,15904001,50904002,50904003,31010140,31010160,31010107&lt;BR /&gt;Hardly these are&amp;nbsp; 91 rows + nine quarter sales for each code so totally 819 rows.&lt;BR /&gt;Can we create a new table with only these above codes to reduce the time complexity during loading of data&lt;BR /&gt;Looking for a solution on this case!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623173#M733363</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623178#M733364</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried to add a where condition?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623178#M733364</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-12T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623195#M733365</link>
      <description>&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident [Austria]&lt;/P&gt;&lt;P&gt;where match(code,'1201','1202','1203');&lt;BR /&gt;STORE * from Austria into [M:user:New_AUSTRIA.csv];&lt;BR /&gt;&lt;BR /&gt;I tried like the above but the new sheet is showing all the codes&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623195#M733365</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2019-09-12T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623197#M733366</link>
      <description>&lt;P&gt;Try to use&amp;nbsp;&lt;/P&gt;&lt;P&gt;STORE Austria into [M:user:New_AUSTRIA.csv];&lt;/P&gt;&lt;P&gt;without "* from"&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623197#M733366</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-12T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623200#M733367</link>
      <description>&lt;P&gt;If you do a simple resident *, you have to rename table and use noconcatenate, so you are sure that tables are not automatically concatenate&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623200#M733367</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-12T13:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623227#M733368</link>
      <description>&lt;P&gt;I wrote the script with your answer But it is not working .Let me provide you the script&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Austria:&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;Code,&lt;BR /&gt;TU_Company_QTR,&lt;BR /&gt;TU_Total_QTR,&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Desktop\book4.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;load *&lt;BR /&gt;resident [Austria]&lt;BR /&gt;where match(Code,'1201','1202','1203');&lt;BR /&gt;STORE Austria into [C:\Users\Desktop\New_AUSTRIA.csv];&lt;BR /&gt;EXIT SCRIPT&lt;BR /&gt;&lt;BR /&gt;Can you check my script and let me know the correction&lt;BR /&gt;If I can write for 3 codes, I will try to write for 91 codes as well&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623227#M733368</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2019-09-12T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623228#M733369</link>
      <description>&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Austria:&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;Code,&lt;BR /&gt;TU_Company_QTR,&lt;BR /&gt;TU_Total_QTR,&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Desktop\book4.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where match(Code,'1201','1202','1203');&lt;/P&gt;&lt;P&gt;STORE Austria into [C:\Users\Desktop\New_AUSTRIA.csv];&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623228#M733369</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-12T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623239#M733370</link>
      <description>&lt;P&gt;It is working Now&lt;BR /&gt;Thank you so much for your help&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623239#M733370</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2019-09-12T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a new table with only required rows from old table with huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623967#M733371</link>
      <description>&lt;P&gt;I have created new excel sheet with only required columns and I did my calculations which are needed to calculated the sales for both Company and total sales.&lt;BR /&gt;But I am getting multiple fileds on the table with the nrmal sum of sales and calculated sales&amp;nbsp;&lt;BR /&gt;e.g;&amp;nbsp;&lt;BR /&gt;code&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;companysales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Total sales&lt;/P&gt;&lt;P&gt;1530&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-200000&amp;nbsp; &amp;nbsp; ----This is the sum of sales code(1530)-code(XXXXX)-code(XXXX)&lt;/P&gt;&lt;P&gt;1530&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;400000&amp;nbsp; &amp;nbsp; &amp;nbsp;----This is sum of sales with the code(1530)&lt;/P&gt;&lt;P&gt;But I need only the first row with calcualted values that should contain in the table .Any suggestion how can I get first row&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 15:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-new-table-with-only-required-rows-from-old-table/m-p/1623967#M733371</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2019-09-15T15:38:16Z</dc:date>
    </item>
  </channel>
</rss>

