<?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: preceding load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366155#M616111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this helps: &lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=preceding load"&gt;https://community.qlik.com/search.jspa?q=preceding+load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please also close your open threads:&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/sunil1989/content" style="font-size: 13.3333px;" title="https://community.qlik.com/people/sunil1989/content"&gt;sunil1989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 21:48:41 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-06-15T21:48:41Z</dc:date>
    <item>
      <title>preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366150#M616106</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;Thanks in Advance!!!&lt;/P&gt;&lt;P&gt;Can someone help me in understanding preceding load , so i can implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Sunilkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366150#M616106</guid>
      <dc:creator>sunil1989</dc:creator>
      <dc:date>2017-05-31T10:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366151#M616107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume, you will get bulk of threads while start search in Qlik Community. Can you check same. I would always start surf in Help forum only instead of here. Happy to go &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366151#M616107</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-31T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366152#M616108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the issue you are running into? Or is this in general question? May be look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366152#M616108</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-31T10:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366153#M616109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunikumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In preceding Load you can make changes&lt;SPAN style="font-size: 10pt;"&gt; in your fields, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Extract Month from a date: Month(date_field) as Month_field,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Make a flag: IF(field_value &amp;gt; 50, 1,0) as Flag_field_value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) Concat fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) Make Keys (autonumber)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e) Rename Fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But First check always "QlikView manual":&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;"The preceding &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; feature allows you to load a table in one pass, but still define several successive transformations. Basically, it is a &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; statement that loads from the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; or &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;SELECT&lt;/SPAN&gt; statement below, without specifying a source qualifier such as &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;From&lt;/SPAN&gt; or &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;Resident&lt;/SPAN&gt; that you would normally do. You can stack any number of &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; statements this way. The statement at the bottom will be evaluated first, then the statement above, and so on until the top statement has been evaluated.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;You can achieve the same result using &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;Resident&lt;/SPAN&gt;, but in most cases a preceding &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; will be faster.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Another advantage of preceding load is that you can keep a calculation in one place, and reuse it in &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; statements placed above."&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/preceding-load.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/preceding-load.htm"&gt;http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/preceding-load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366153#M616109</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2017-05-31T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366154#M616110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this definition and use of a preceding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/preceding-load-qlikview/" style="font-size: 10pt;" title="https://www.quickintelligence.co.uk/preceding-load-qlikview/"&gt;https://www.quickintelligence.co.uk/preceding-load-qlikview/&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366154#M616110</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2017-06-15T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366155#M616111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this helps: &lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=preceding load"&gt;https://community.qlik.com/search.jspa?q=preceding+load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please also close your open threads:&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/sunil1989/content" style="font-size: 13.3333px;" title="https://community.qlik.com/people/sunil1989/content"&gt;sunil1989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 21:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load/m-p/1366155#M616111</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-06-15T21:48:41Z</dc:date>
    </item>
  </channel>
</rss>

