<?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: script gets strucked and doesnt load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619565#M734744</link>
    <description>&lt;P&gt;ok sir, how to handle this any solutions ?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 12:25:32 GMT</pubDate>
    <dc:creator>riishabhz</dc:creator>
    <dc:date>2019-09-03T12:25:32Z</dc:date>
    <item>
      <title>script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619527#M734739</link>
      <description>&lt;P&gt;hello everyone and&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148" target="_blank"&gt;@rwunderlich&lt;/A&gt;&lt;/P&gt;&lt;P&gt;please look at my script :-&lt;/P&gt;&lt;P&gt;material:&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&lt;BR /&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt,&lt;BR /&gt;RowNo() as RecId&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\dmsadmin\Desktop\riishabhz\New folder\MAT_MAS\material\MAT_MAS_*.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq) ;&lt;/P&gt;&lt;P&gt;Inner Join(material)&lt;BR /&gt;LOAD EAN, Max(RecId) as RecId&lt;BR /&gt;Resident material&lt;BR /&gt;Group by EAN;&lt;BR /&gt;DROP FIELD RecId;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;table1:&lt;BR /&gt;load * Resident final;&amp;nbsp; &amp;nbsp; // final is table of sql incremental , i cant post full script as it would be too long to read .&lt;BR /&gt;Concatenate(table1)&lt;BR /&gt;LOAD* Resident final1; // final1 is also incremental sql table&amp;nbsp;&lt;BR /&gt;Join(table1)&lt;BR /&gt;load * Resident material ;&amp;nbsp; // problem arises here because i have 28 files of txt format so i have loaded all by&amp;nbsp; using *, but qlikview gets strucked when it loads only first file and doesnt respond, please help.&amp;nbsp;&lt;BR /&gt;DROP Table final,final1,material;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619527#M734739</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619538#M734740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;most likely it is problem with join (check the names of the fields) - or the data is too large and your RAM can't handle it&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 11:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619538#M734740</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2019-09-03T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619552#M734741</link>
      <description>&lt;P&gt;data is only of 500mb so i dont think its too heavy to handle&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 11:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619552#M734741</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-09-03T11:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619556#M734743</link>
      <description>&lt;P&gt;Check your RAM usage while running the script - join takes lot of RAM. The mistake might be there is no common field and Qlik does cartesian join - this is very demanding (I was once joining two tables with about 20mil rows, and one typo lead to caresian join which would create 400mil rows - 32GB&amp;nbsp; RAM couldn't handle this).&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619556#M734743</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2019-09-03T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619565#M734744</link>
      <description>&lt;P&gt;ok sir, how to handle this any solutions ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619565#M734744</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-09-03T12:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619567#M734746</link>
      <description>&lt;P&gt;use first 100 load or limit your load in debugger and check whether the joins are happening correctly. If no, fix the mistake. If the joins the data is being loaded correctly and everything works without being stuck, then you have insufficient RAM.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619567#M734746</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2019-09-03T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: script gets strucked and doesnt load</title>
      <link>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619568#M734747</link>
      <description>Ok sir, will try it&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-gets-strucked-and-doesnt-load/m-p/1619568#M734747</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-09-03T12:32:44Z</dc:date>
    </item>
  </channel>
</rss>

