<?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 AW:syntax error STORE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199571#M58448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;I tried your script and it works on QV9 SR1. So, I would suggest to call support.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2009 15:45:49 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2009-09-25T15:45:49Z</dc:date>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199554#M58431</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 want to log some dataand try to store the data into a QVD&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;Main:&lt;BR /&gt;LOAD [L/R],&lt;BR /&gt; now() AS Now,&lt;BR /&gt; filename() AS Filename,&lt;BR /&gt; Land&lt;BR /&gt; FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;BR /&gt;&lt;BR /&gt;STORE Now FROM Main INTO test.qvd;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;the debugger is running to the end put when i close the debugger window the pop-up with an error msg appers&lt;/P&gt;&lt;P&gt;i am using QV 8.5&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 01:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199554#M58431</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T01:24:39Z</dc:date>
    </item>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199555#M58432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;BR /&gt;I don't think you can use store like this, just one field from a table. The syntax is&lt;BR /&gt;STORE Main INTO test.qvd.&lt;BR /&gt;Certainly you can create another table that contains only one field, and store this new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 01:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199555#M58432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-25T01:29:51Z</dc:date>
    </item>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199556#M58433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To accomplish what your asking should be..&lt;/P&gt;&lt;P&gt;Main:&lt;BR /&gt;LOAD [L/R],&lt;BR /&gt; now() AS Now,&lt;BR /&gt; filename() AS Filename,&lt;BR /&gt; Land&lt;BR /&gt; FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;/P&gt;&lt;P&gt;Table_To_Store:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;RESIDENT Main;&lt;/P&gt;&lt;P&gt;STORE Table_To_Store INTO MYQVD.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load only that single field "Now"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 03:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199556#M58433</guid>
      <dc:creator />
      <dc:date>2009-09-25T03:08:33Z</dc:date>
    </item>
    <item>
      <title>AW:syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199557#M58434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;but the syntax should be:&lt;/P&gt;&lt;P&gt;STORE[ *fieldlist FROM] tabelle INTO filename&lt;/P&gt;&lt;P&gt;*fieldlist::= ( * | field ) { , field } )&lt;/P&gt;&lt;P&gt;so simply the question: what is wrong with&lt;/P&gt;&lt;P&gt;STORE Now FROM Main INTO test.qvd;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 12:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199557#M58434</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T12:52:05Z</dc:date>
    </item>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199558#M58435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris is right, the syntax he uses should be correct (at least I cannot see any errors). I checked it with enclosed app, and it works like a charm (though I'm using QV 9.0 SR1). According to the manual it should also work in 8.5.&lt;/P&gt;&lt;P&gt;But the jumping point would be: which error ARE you getting, Chris? Perhaps you mustn't write to the directory you try to store the qvd to.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 13:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199558#M58435</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-25T13:06:19Z</dc:date>
    </item>
    <item>
      <title>AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199559#M58436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thx! - your app is running but it does not work with :&lt;/P&gt;&lt;P&gt;FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;But the jumping point would be: which error ARE you getting, Chris? Perhaps you mustn't write to the directory you try to store the qvd to.&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;only the Pop-UP ??&lt;/P&gt;&lt;P&gt;Any Idea&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199559#M58436</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T14:19:15Z</dc:date>
    </item>
    <item>
      <title>AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199560#M58437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thx! - your app is running but it does not work with :&lt;/P&gt;&lt;P&gt;FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;But the jumping point would be: which error ARE you getting, Chris? Perhaps you mustn't write to the directory you try to store the qvd to.&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;only the Pop-UP ??&lt;/P&gt;&lt;P&gt;Any Idea&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199560#M58437</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T14:19:24Z</dc:date>
    </item>
    <item>
      <title>AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199561#M58438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generate a logfile and look what it says. Where does the error occur? It seems it's not the STORE, but the LOAD-command. Have you tried a more compact filename than [Export file ECD008274M für Februar 2009.xls] ? Perhaps you could try to copy the file to eg. EXFILEFEB2009.xls and then try to load from this.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199561#M58438</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-25T14:28:59Z</dc:date>
    </item>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199562#M58439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chris,&lt;/P&gt;&lt;P&gt;The problem is not with the store command.&lt;/P&gt;&lt;P&gt;The problem is in the excel sheet name you are using.&lt;/P&gt;&lt;P&gt;FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;/P&gt;&lt;P&gt;instead try using:&lt;/P&gt;&lt;P&gt;FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is [Tabelle1$]);&lt;/P&gt;&lt;P&gt;and you should be able to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep Tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199562#M58439</guid>
      <dc:creator />
      <dc:date>2009-09-25T14:31:01Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199563#M58440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;Generate a logfile and look what it says. Where does the error occur? It seems it's not the STORE, but the LOAD-command. &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Sorry - but how can i Do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;It seems it's not the STORE, but the LOAD-command. Have you tried a more compact filename than [Export file ECD008274M für Februar 2009.xls] ? Perhaps you could try to copy the file to eg. EXFILEFEB2009.xls and then try to load from this.&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;thx but - no diffrent&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199563#M58440</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T14:43:14Z</dc:date>
    </item>
    <item>
      <title>AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199564#M58441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Kuldeep Tak wrote:&lt;BR /&gt;Dear Chris,&lt;BR /&gt;The problem is not with the store command.&lt;BR /&gt;The problem is in the excel sheet name you are using.&lt;BR /&gt; FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is Tabelle1$);&lt;BR /&gt;instead try using:&lt;BR /&gt; FROM [Export file ECD008247M für Februar 2009.xls] (biff, embedded labels, table is [Tabelle1$]);&lt;BR /&gt;and you should be able to reload.&lt;BR /&gt;Thanks &amp;amp; Best Regards,&lt;BR /&gt;Kuldeep Tak&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Sorry to say - does not work!&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 14:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199564#M58441</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T14:48:08Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199565#M58442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;here ist the LOG:&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;25.09.2009 10:00:41: Start der Skript-Ausführung&lt;BR /&gt;25.09.2009 10:00:41: QlikView Version:8.50.6206.5&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;25.09.2009 10:00:41: General Script Error&lt;BR /&gt;25.09.2009 10:00:41: Fehler bei der Ausführung&lt;BR /&gt;25.09.2009 10:00:41: Ende der Skript-Ausführung&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;And now??&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199565#M58442</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T15:05:40Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199566#M58443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings / Document Properties / Tab "General" / check "Generate Logfile".&lt;/P&gt;&lt;P&gt;bzw in der deutschen QlikView Fassung:&lt;/P&gt;&lt;P&gt;Einstellungen / Eigenschaften des Dokuments / Reiter "Allgemein" / "Log Datei anlegen" anhaken.&lt;/P&gt;&lt;P&gt;You can also try to comment out your original LOAD statement and instead load an inline table (similar to the one in my demo) and store it. Anyway we have to find out whether it's the load or the store ...&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199566#M58443</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-25T15:06:24Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199567#M58444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and nothing between "QlikView Version: " and "General Script Error" ???? You left out the most essential lines, the ones immedietaly before the "General Script Error"&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199567#M58444</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-25T15:15:17Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199568#M58445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;You can also try to comment out your original LOAD statement and instead load an inline table (similar to the one in my demo) and store it. Anyway we have to find out whether it's the load or the store ... &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;i did - and this is working fine!&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199568#M58445</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T15:16:46Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199569#M58446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;biester wrote:&lt;BR /&gt;and nothing between "QlikView Version: " and "General Script Error" ???? You left out the most essential lines, the ones immedietaly before the "General Script Error"&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;sorry: - i thougt there is nothing spez.&lt;BR /&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;25.09.2009 10:00:41: Start der Skript-Ausführung&lt;BR /&gt;25.09.2009 10:00:41: QlikView Version:8.50.6206.5&lt;BR /&gt;25.09.2009 10:00:41: 0002 SET ThousandSep='.'&lt;BR /&gt;25.09.2009 10:00:41: 0003 SET DecimalSep=','&lt;BR /&gt;25.09.2009 10:00:41: 0004 SET MoneyThousandSep='.'&lt;BR /&gt;25.09.2009 10:00:41: 0005 SET MoneyDecimalSep=','&lt;BR /&gt;25.09.2009 10:00:41: 0006 SET MoneyFormat='€ #.##0,00;-€ #.##0,00'&lt;BR /&gt;25.09.2009 10:00:41: 0007 SET TimeFormat='hh:mm:ss'&lt;BR /&gt;25.09.2009 10:00:41: 0008 SET DateFormat='DD.MM.YYYY'&lt;BR /&gt;25.09.2009 10:00:41: 0009 SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]'&lt;BR /&gt;25.09.2009 10:00:41: 0010 SET MonthNames='Jän;Feb;Mär;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez'&lt;BR /&gt;25.09.2009 10:00:41: 0011 SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So'&lt;BR /&gt;25.09.2009 10:00:41: 0014 Directory&lt;BR /&gt;25.09.2009 10:00:41: 0015 Main:&lt;BR /&gt;25.09.2009 10:00:41: 0016 LOAD [L/R],&lt;BR /&gt;25.09.2009 10:00:41: 0017 Land,&lt;BR /&gt;25.09.2009 10:00:41: 0018 Periode,&lt;BR /&gt;25.09.2009 10:00:41: 0019 Artikel,&lt;BR /&gt;25.09.2009 10:00:41: 0020 Bezeichnung,&lt;BR /&gt;25.09.2009 10:00:41: 0021 [EAN-Code],&lt;BR /&gt;25.09.2009 10:00:41: 0022 Menge,&lt;BR /&gt;25.09.2009 10:00:41: 0023 Preis,&lt;BR /&gt;25.09.2009 10:00:41: 0024 Nettowert&lt;BR /&gt;25.09.2009 10:00:41: 0025 FROM Export.xls (biff, embedded labels, table is [Tabelle1$])&lt;BR /&gt;25.09.2009 10:00:41: 9 Felder gefunden: L/R, Land, Periode, Artikel, Bezeichnung, EAN-Code, Menge, Preis, Nettowert, 228 Sätze erhalten&lt;BR /&gt;25.09.2009 10:00:41: 0040 STORE Land From Main INTO test.qvd&lt;BR /&gt;25.09.2009 10:00:41: General Script Error&lt;BR /&gt;25.09.2009 10:00:41: Fehler bei der Ausführung&lt;BR /&gt;25.09.2009 10:00:41: Ende der Skript-Ausführung&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199569#M58446</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T15:23:32Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199570#M58447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, then it obviously is a combination of the LOAD and STORE - I've to think it over and open my eyes widely - perhaps it's soemthing very near and we just don't see it, like:&lt;/P&gt;&lt;P&gt;"Was ist das Schwerste von allem?&lt;BR /&gt;Was dir das Leichteste dünket.&lt;BR /&gt;Mit den Augen zu sehen,&lt;BR /&gt;was vor den Augen dir lieget." (Goethe)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199570#M58447</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-25T15:37:54Z</dc:date>
    </item>
    <item>
      <title>AW:syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199571#M58448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;I tried your script and it works on QV9 SR1. So, I would suggest to call support.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199571#M58448</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-09-25T15:45:49Z</dc:date>
    </item>
    <item>
      <title>syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199572#M58449</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 missing the FIELD? I mean STORE FIELD Now FROM Main INTO Test.qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199572#M58449</guid>
      <dc:creator />
      <dc:date>2009-09-25T16:03:57Z</dc:date>
    </item>
    <item>
      <title>AW:Re: syntax error STORE</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199573#M58450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Jeanne Petersen wrote:&lt;BR /&gt;Hi&lt;BR /&gt;are you missing the FIELD? I mean STORE FIELD Now FROM Main INTO Test.qvd?&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;i think the SYNTAX is:&lt;/P&gt;&lt;P&gt;STORE[ *fieldlist FROM] tabelle INTO filename&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 16:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-error-STORE/m-p/199573#M58450</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2009-09-25T16:31:14Z</dc:date>
    </item>
  </channel>
</rss>

