<?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: Getting Error while loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904964#M657423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a sample file?&lt;/P&gt;&lt;P&gt;It's easier that way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 12:33:04 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2015-06-03T12:33:04Z</dc:date>
    <item>
      <title>Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904959#M657417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to reload below code up to last join in 2nd tab reloading data smoothly. But when it comes to last left join in Tab2 , system is hanging up to 30 min then getting error as general script error. Even if i change the order of last 4 tables i am facing same issue (Hanging on 4th table). Could you please help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab1:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Act:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;Begdate,&lt;/P&gt;&lt;P&gt;category&lt;/P&gt;&lt;P&gt;ICID,&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;from Act.Qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Campkey,&lt;/P&gt;&lt;P&gt;CampID as ActID&lt;/P&gt;&lt;P&gt;from camp.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;Amt1,&lt;/P&gt;&lt;P&gt;Amt2,&lt;/P&gt;&lt;P&gt;Amt3,&lt;/P&gt;&lt;P&gt;Amt4&lt;/P&gt;&lt;P&gt;from resp.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey,&lt;/P&gt;&lt;P&gt;CampKey&lt;/P&gt;&lt;P&gt;from LCamp.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;LKey,&lt;/P&gt;&lt;P&gt;LID&lt;/P&gt;&lt;P&gt;from LData.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab2:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Empty:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;Sum(Amt1)+Sum(Amt2)+Sum(Amt3)+Sum(Amt4)+Count(LID) as Resp&lt;/P&gt;&lt;P&gt;resident Act group by ActID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey,&lt;/P&gt;&lt;P&gt;CampKey&lt;/P&gt;&lt;P&gt;from LCamp.qvd(qvd) where exists(CampKey) and Flag='Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey,&lt;/P&gt;&lt;P&gt;Flag,&lt;/P&gt;&lt;P&gt;LID&lt;/P&gt;&lt;P&gt;from LData.qvd(qvd) where exists(LKey) and Converted='0';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;CampKey,&lt;/P&gt;&lt;P&gt;CampIndicator,&lt;/P&gt;&lt;P&gt;Okey&lt;/P&gt;&lt;P&gt;from OCamp.qvd(qvd) where exists(CampKey) and CampIndicator='Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;OID,&lt;/P&gt;&lt;P&gt;ConvfromLD,&lt;/P&gt;&lt;P&gt;Okey&lt;/P&gt;&lt;P&gt;from OData.qvd(Qvd) where exists(Okey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;if(Sum(Resp)+count(if(Flag='Y',LID))+Count(if(CampIndicator='Y',OID))=0,'Yes','No') as DispFlag&lt;/P&gt;&lt;P&gt;resident Empty group by ActID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Empty;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904959#M657417</guid>
      <dc:creator />
      <dc:date>2015-06-03T11:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904960#M657418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is because you are joining the same table again in Tab2, when the data is already present in the table Act.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to store ACT table into a QVD. Then comment the script&amp;nbsp; of ACT Table and use the QVD in Tab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904960#M657418</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-06-03T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904961#M657419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tab 2 that you're left joining don't have common field. See my comments&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab2:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Empty:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;Sum(Amt1)+Sum(Amt2)+Sum(Amt3)+Sum(Amt4)+Count(LID) as Resp&lt;/P&gt;&lt;P&gt;resident Act group by ActID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ActID&amp;nbsp; //This field has to be included in here&lt;/P&gt;&lt;P&gt;Lkey,&lt;/P&gt;&lt;P&gt;CampKey&lt;/P&gt;&lt;P&gt;from LCamp.qvd(qvd) where exists(CampKey) and Flag='Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey,&lt;/P&gt;&lt;P&gt;Flag,&lt;/P&gt;&lt;P&gt;LID&lt;/P&gt;&lt;P&gt;from LData.qvd(qvd) where exists(LKey) and Converted='0';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey //Same here,&lt;/P&gt;&lt;P&gt;CampKey,&lt;/P&gt;&lt;P&gt;CampIndicator,&lt;/P&gt;&lt;P&gt;Okey&lt;/P&gt;&lt;P&gt;from OCamp.qvd(qvd) where exists(CampKey) and CampIndicator='Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Lkey //Same here,&lt;/P&gt;&lt;P&gt;OID,&lt;/P&gt;&lt;P&gt;ConvfromLD,&lt;/P&gt;&lt;P&gt;Okey&lt;/P&gt;&lt;P&gt;from OData.qvd(Qvd) where exists(Okey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ActID,&lt;/P&gt;&lt;P&gt;if(Sum(Resp)+count(if(Flag='Y',LID))+Count(if(CampIndicator='Y',OID))=0,'Yes','No') as DispFlag&lt;/P&gt;&lt;P&gt;resident Empty group by ActID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Empty;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904961#M657419</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-03T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904962#M657420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of just dropping Empty, try to dropping both &lt;STRONG&gt;Empty&lt;/STRONG&gt; and &lt;STRONG&gt;Act.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this I see that on your tab2 you are doing some left joins into Empty but those won't do anything because you don't have any matches with the actually Empty:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Tab2:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Empty:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ActID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(Amt1)+Sum(Amt2)+Sum(Amt3)+Sum(Amt4)+Count(LID) as Resp&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;resident Act group by ActID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Left Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Lkey, &lt;/STRONG&gt;//Not Present above &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in Empty&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;CampKey &lt;/STRONG&gt;//Not Present above in Empty&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;from LCamp.qvd(qvd) where exists(CampKey) and Flag='Y';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Similarly, none of the other joins will actually do any join. You will only have the intial Empty table which is using a resident load from Act.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904962#M657420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T12:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904963#M657421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes there is a common field between first two tables that column is "Campkey". I forgot to add that column. But it is there in my code.&lt;/P&gt;&lt;P&gt;Could you please Help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904963#M657421</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904964#M657423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a sample file?&lt;/P&gt;&lt;P&gt;It's easier that way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904964#M657423</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-03T12:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904965#M657424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestion.&lt;/P&gt;&lt;P&gt;But i have common keys between first two tables. by mistake i didn't type that column.&lt;/P&gt;&lt;P&gt;is there any alternate solution for this? Because i need Act and Final tables should exist in data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904965#M657424</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904966#M657426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternate is to use Qualify statement for one of the two table leaving those fields which you need to connect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1&lt;/P&gt;&lt;P&gt;As it is&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Tab2 //&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;Before your final table, add this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;UNQUALIFY ActID;&lt;/STRONG&gt; //ActID is just an example, you might need to UNQUALIFY more fields based on your requirement&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noconcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Sum(Resp)+count(if(Flag='Y',LID))+Count(if(CampIndicator='Y',OID))=0,'Yes','No') as DispFlag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Empty group by ActID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UNQUALIFY *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Qualify does is changes the name of the field from &lt;STRONG&gt;FieldName&lt;/STRONG&gt; to &lt;STRONG&gt;Final.FieldName&lt;/STRONG&gt; which helps against not required synthetic keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904966#M657426</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T12:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904967#M657428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Even with this code also i am facing same issue :s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904967#M657428</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904968#M657430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem of where it takes 30 mins or so to finally complete the reload???&lt;/P&gt;&lt;P&gt;Would you be able to share your complete script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-while-loading-data/m-p/904968#M657430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T13:00:30Z</dc:date>
    </item>
  </channel>
</rss>

