<?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: how to set a variable during reloading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424747#M158208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 06:09:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-20T06:09:01Z</dc:date>
    <item>
      <title>how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424745#M158206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;i create a variable (v_max_date) . the purpose of this is to hold the max date of the current table,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;since i did an incremental load , i need this variable for the WHERE close.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;i was thinking that every time the table is finish loading to Resident the table like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;MaxString (Date) as maxdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Resident Failures;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Now i want to make a variable to hold this maxdate for next time using.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;how do i do it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 05:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424745#M158206</guid>
      <dc:creator />
      <dc:date>2012-09-20T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424746#M158207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;MaxString (Date) as maxdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Resident Failures; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Let &lt;SPAN style="color: #636363; font-family: Arial; font-size: 16px; background-color: #eef4f9;"&gt;v_max_date&lt;/SPAN&gt; = peek('&lt;SPAN style="color: #636363; font-family: Arial; font-size: 16px; background-color: #eef4f9;"&gt;maxdate&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424746#M158207</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-09-20T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424747#M158208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424747#M158208</guid>
      <dc:creator />
      <dc:date>2012-09-20T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424748#M158209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sharon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doo verify the post , it helps other to know that the issue has been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424748#M158209</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-09-20T06:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424749#M158210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i am new here how do i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424749#M158210</guid>
      <dc:creator />
      <dc:date>2012-09-20T06:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424750#M158211</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;On every post , you will see&amp;nbsp; two button , one for correct answer and another one helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get a correct answer, click that button. But sometimes you get some helpful answer too in that case click the other one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424750#M158211</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-09-20T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a variable during reloading data</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424751#M158212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 06:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-a-variable-during-reloading-data/m-p/424751#M158212</guid>
      <dc:creator />
      <dc:date>2012-09-20T06:42:00Z</dc:date>
    </item>
  </channel>
</rss>

