<?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: Conditional Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128871#M758694</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;If I understand you right, you should do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PO,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then LOAD Table2 with a where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PO,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM source&lt;STRONG&gt; where exists (PO)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way table 2 will only load the PO's that are previously loaded (in Table1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 15:25:42 GMT</pubDate>
    <dc:creator>ramonvandelft</dc:creator>
    <dc:date>2018-08-28T15:25:42Z</dc:date>
    <item>
      <title>Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128870#M758693</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;I am loading two set of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1: Some list of Invoice and their Purchase Order (PO) number&lt;/P&gt;&lt;P&gt;Table 2: A Purchase Order Record Master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 is having limited (few hundred thousand) data but Table 2 as the name suggest is has massive data (more than few millions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when essentially, I am loading millions of excess record from Table 2 which is not reverent to me and just unnecessarily occupy space and make further computation complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Is there any way I can do limit the load from Table 2 to the PO's which are listed in Table 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated as I am going mad in finding some solution in last couple of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128870#M758693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128871#M758694</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;If I understand you right, you should do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PO,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then LOAD Table2 with a where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PO,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM source&lt;STRONG&gt; where exists (PO)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way table 2 will only load the PO's that are previously loaded (in Table1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128871#M758694</guid>
      <dc:creator>ramonvandelft</dc:creator>
      <dc:date>2018-08-28T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128872#M758695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? Change the field names accordingly in your 2nd table where the fieldname in your table1 should have the values in fieldname of table2. I assumed and listed the field names in WHERE Exists condition. Hope you got it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD InvoiceNum, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurchaseOrderNumber&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;FROM Tablename1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD PurchaseOrderRecordMaster,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;FROM Tablename2&lt;/P&gt;&lt;P&gt;WHERE Exists(PurchaseOrderNumber, PurchaseOrderRecordMaster); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128872#M758695</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-28T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128873#M758696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vishwarath!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have used manual naming of column so I think its not working form me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please provide solution of below&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;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD InvoiceNum,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as [Invoice Number]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Purchase Order Number]&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Tablename1;&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;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD PurchaseOrderRecordMaster,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [Purchase Order Number]&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Plant Name]&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;FROM Tablename2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Exists(???, ???);&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;So what should I put where I have used "??" should it be the as name or the Column name (I.e. "@2")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 18:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128873#M758696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128874#M758697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok. so may be try this:&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;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD InvoiceNum,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as [Invoice Number]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;as [Purchase Order Number]&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Tablename1;&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;Table2:&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;WHERE Exists(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Purchase Order Number]);&lt;/STRONG&gt;&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;LOAD PurchaseOrderRecordMaster,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;as [Purchase Order Number]&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Plant Name]&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;FROM Tablename2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 19:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128874#M758697</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-28T19:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128875#M758698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;InvoiceID,Purchase Order,Value1&lt;/P&gt;&lt;P&gt;1,PO1,1&lt;/P&gt;&lt;P&gt;2,PO2,2&lt;/P&gt;&lt;P&gt;3,PO3,3&lt;/P&gt;&lt;P&gt;4,PO4,4&lt;/P&gt;&lt;P&gt;5,PO5,5&lt;/P&gt;&lt;P&gt;6,PO6,6&lt;/P&gt;&lt;P&gt;7,PO7,7&lt;/P&gt;&lt;P&gt;8,PO8,8&lt;/P&gt;&lt;P&gt;9,PO9,9&lt;/P&gt;&lt;P&gt;10,PO10,10&lt;/P&gt;&lt;P&gt;11,PO11,11&lt;/P&gt;&lt;P&gt;12,PO12,12&lt;/P&gt;&lt;P&gt;13,PO13,13];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Purchase Order,Date,Values2&lt;/P&gt;&lt;P&gt;PO1,1-Jan-18,1&lt;/P&gt;&lt;P&gt;PO2,2-Jan-18,2&lt;/P&gt;&lt;P&gt;PO3,3-Jan-18,3&lt;/P&gt;&lt;P&gt;PO4,4-Jan-18,4&lt;/P&gt;&lt;P&gt;PO5,5-Jan-18,5&lt;/P&gt;&lt;P&gt;PO6,6-Jan-18,6&lt;/P&gt;&lt;P&gt;PO7,7-Jan-18,7&lt;/P&gt;&lt;P&gt;PO8,8-Jan-18,8&lt;/P&gt;&lt;P&gt;PO9,9-Jan-18,9&lt;/P&gt;&lt;P&gt;PO10,10-Jan-18,10&lt;/P&gt;&lt;P&gt;PO11,11-Jan-18,11&lt;/P&gt;&lt;P&gt;PO12,12-Jan-18,12&lt;/P&gt;&lt;P&gt;PO13,13-Jan-18,13&lt;/P&gt;&lt;P&gt;PO14,14-Jan-18,1&lt;/P&gt;&lt;P&gt;PO15,15-Jan-18,2&lt;/P&gt;&lt;P&gt;PO16,16-Jan-18,3&lt;/P&gt;&lt;P&gt;PO17,17-Jan-18,4&lt;/P&gt;&lt;P&gt;PO18,18-Jan-18,5&lt;/P&gt;&lt;P&gt;PO19,19-Jan-18,6&lt;/P&gt;&lt;P&gt;PO20,20-Jan-18,7&lt;/P&gt;&lt;P&gt;PO21,21-Jan-18,8&lt;/P&gt;&lt;P&gt;PO22,22-Jan-18,9&lt;/P&gt;&lt;P&gt;PO23,23-Jan-18,10&lt;/P&gt;&lt;P&gt;PO24,24-Jan-18,11&lt;/P&gt;&lt;P&gt;PO25,25-Jan-18,12&lt;/P&gt;&lt;P&gt;PO26,26-Jan-18,13&lt;/P&gt;&lt;P&gt;PO27,27-Jan-18,11&lt;/P&gt;&lt;P&gt;PO28,28-Jan-18,12&lt;/P&gt;&lt;P&gt;PO29,29-Jan-18,13&lt;/P&gt;&lt;P&gt;PO30,30-Jan-18,14]&lt;/P&gt;&lt;P&gt;where Exists ([Purchase Order]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212057_Capture.PNG" style="height: 329px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 03:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128875#M758698</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-08-29T03:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128876#M758699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vishwarath!!. Its working perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load/m-p/128876#M758699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T14:51:34Z</dc:date>
    </item>
  </channel>
</rss>

