<?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: loading problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770403#M273504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 14:29:59 GMT</pubDate>
    <dc:creator>adiarnon</dc:creator>
    <dc:date>2015-03-10T14:29:59Z</dc:date>
    <item>
      <title>loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770400#M273501</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 have a schema with alot of tables, All the table coneccted with a Key_Table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the schema is reloading every night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of my tables is BUDGET TABLE the budget table have a fieled -Budget Rank.&lt;/P&gt;&lt;P&gt;i need to trancate and insert every 30 min the recorde from the budget table where budget rank=0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need to update my key table (becouse the new records need to connect to all the other tabls)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope its clear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what the best way i can do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 07:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770400#M273501</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2015-03-10T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770401#M273502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Budget data has to be reload every 30 mins and after that key table has to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can try doing this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;While Extracting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We write a condition in the script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(now() &amp;gt; timestamp(DayStart(Today())+MakeTime(&lt;STRONG&gt;HH&lt;/STRONG&gt;,&lt;STRONG&gt;MM&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and lastreload() &amp;lt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;timestamp(DayStart(Today())+MakeTime(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;HH&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;MM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;.........&amp;nbsp; reload all the script except Budget data.................. &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store in Qvds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;We write &lt;/SPAN&gt;Budget Data Script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Note:: &lt;STRONG&gt;HH:MM&lt;/STRONG&gt; is your&lt;STRONG&gt; daily schema reload time&lt;/STRONG&gt;. And step 1 will only execute once in a day, Step 2 will execute every 30 mins.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Store in Qvds&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; text-decoration: underline;"&gt;&lt;STRONG&gt;While Dashboard reload&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Reload all data in dashboard of QVDs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Also overall scheduling has to be done for every 30 mins in QMC. So budget data will reload every 30 mins, other data will load once a day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;hope its helpful.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 09:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770401#M273502</guid>
      <dc:creator />
      <dc:date>2015-03-10T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770402#M273503</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;tnx bur my problem is diffrent-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did one qvw that reload every night and one that reload evey 30 min&lt;/P&gt;&lt;P&gt;(with binary for the ond in the night)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the night i reload the budget data &lt;STRONG&gt;without&lt;/STRONG&gt; the budget rank=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the everey 30 min i concatanate to the budget the data with the budget rank=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my problem is what to do with the key table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 09:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770402#M273503</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2015-03-10T09:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770403#M273504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770403#M273504</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2015-03-10T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770404#M273505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;are you still having this problem? please post the sample script so that we can understand the problem better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770404#M273505</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-06-04T09:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770405#M273506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Adi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume your BudgeKey (for rank=0) changes at every reload, but not all BudgetKey&lt;/P&gt;&lt;P&gt;How many records will change in Budget table ?&lt;/P&gt;&lt;P&gt;You have to identify your old key in the KeyTable.&lt;/P&gt;&lt;P&gt;You may add a flag to point out BudgetKey to replace&lt;/P&gt;&lt;P&gt;if only 1 record change it can be easy.&lt;/P&gt;&lt;P&gt;If many you may build a unique way to identify records to replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-problem/m-p/770405#M273506</guid>
      <dc:creator />
      <dc:date>2015-06-04T09:44:03Z</dc:date>
    </item>
  </channel>
</rss>

