<?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 load data?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895590#M657799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be a bit tedious work. You might have to recreate the dashboard again. You will have to copy paste the objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 06:44:55 GMT</pubDate>
    <dc:creator>ankit777</dc:creator>
    <dc:date>2015-06-03T06:44:55Z</dc:date>
    <item>
      <title>How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895582#M657791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Qlikview file where data is load from a database and excel file. Now the database connection is revoked and i missed the excel source. I want to load a new excel to the existing data source without disturbing the existing data or charts. Can some one help me here how to load the new source file into qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895582#M657791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895583#M657792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the new source has the same column names as the revoked excel source?? If they are you can replace the old one with the new one and nothing in your application should break. I recommend making a copy of your application and then trying with the new source, so that in case something break you will have a back copy to go to.&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>Tue, 02 Jun 2015 11:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895583#M657792</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-02T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895584#M657793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do a reload from this new source file, you will lose the data that was loaded from the database (unless you saved that in a QVD - or other file form). I am assuming that you want to keep the data as you can no longer retrieve it from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is that you create a copy of the qvw file. In the new copy, clear out the load script and start a new script with a binary load of the first document. Then, either:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;save the relevant data to a QVD file, which you can then use as a data source in place of the database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;or, use that as the start of a longer script that adds the data from the new source through concatenation and/or joining) to the tables you binary loaded.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895584#M657793</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-02T12:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895585#M657794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me with an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895585#M657794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895586#M657795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the copy, use a script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary &lt;EM&gt;&amp;lt;path to your orginal file&amp;gt;&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;Store Table1 into Table.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Store Table2 into Table.qvd (qvd);&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;"&gt;to make the 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;And then in another copy, load the data you were getting from the database from these 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895586#M657795</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-02T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895587#M657796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895587#M657796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T06:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895588#M657797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, what jonathan mentioned should work.&lt;/P&gt;&lt;P&gt;You can take a binary load of your previous document in a new QVW and store the data base tables into QVD's.&lt;/P&gt;&lt;P&gt;You can then use these QVD's anywhere.&lt;/P&gt;&lt;P&gt;Sample Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Binary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[..\documents\ankit\qw\test\new qlikview document (2).qvw]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='$#,##0.00;($#,##0.00)';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='h:mm:ss TT';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='M/D/YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; tablename &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; tablename.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895588#M657797</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-03T06:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895589#M657798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Ankit Thanks for your reply.&lt;/P&gt;&lt;P&gt;But how will i use my old visualization if i developed this in new qvw???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895589#M657798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895590#M657799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be a bit tedious work. You might have to recreate the dashboard again. You will have to copy paste the objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895590#M657799</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-03T06:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895591#M657800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the below error. Pls help me here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88212_error.png" style="width: 620px; height: 154px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88213_error_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895591#M657800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895592#M657801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the Store statement and do a normal reload. Then press Ctrl+T and check the data model. See the table you want to store is present there or not. Then check the name of the table and use store statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895592#M657801</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-03T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895593#M657802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After removing the Store the reload works fine. But I have many tables in the Binary statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895593#M657802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895594#M657803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now just write store statement for all those tables you want to store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data/m-p/895594#M657803</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-03T07:07:54Z</dc:date>
    </item>
  </channel>
</rss>

