<?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: Issue with Store function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Store-function/m-p/552260#M1121420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD sec_acct_hldg_id1,&lt;/P&gt;&lt;P&gt;DQ_Dimension,&lt;/P&gt;&lt;P&gt;sec_acct_rec_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD sec_acct_hldg_id1,&lt;/P&gt;&lt;P&gt;DQ_Dimension,&lt;/P&gt;&lt;P&gt;sec_acct_rec_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Final has the same fields as Overview, it's concatenating them together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 15:16:18 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-01-22T15:16:18Z</dc:date>
    <item>
      <title>Issue with Store function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Store-function/m-p/552259#M1121419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]'; SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Overview]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;sec_acct_hldg_id as sec_acct_hldg_id1 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DQ_Dimension&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.......\Exceptions_New_Dec.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Overview]:&lt;/P&gt;&lt;P&gt;LOAD sec_acct_rec_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[...........................\Main_Dataset_Dec.csv] (txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD sec_acct_hldg_id1,&lt;/P&gt;&lt;P&gt;DQ_Dimension,&lt;/P&gt;&lt;P&gt;sec_acct_rec_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Final into .....................\Final.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The Error MSG I get is....&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;store Final into .....................\Final.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Store-function/m-p/552259#M1121419</guid>
      <dc:creator />
      <dc:date>2014-01-22T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Store function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Store-function/m-p/552260#M1121420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD sec_acct_hldg_id1,&lt;/P&gt;&lt;P&gt;DQ_Dimension,&lt;/P&gt;&lt;P&gt;sec_acct_rec_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD sec_acct_hldg_id1,&lt;/P&gt;&lt;P&gt;DQ_Dimension,&lt;/P&gt;&lt;P&gt;sec_acct_rec_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Final has the same fields as Overview, it's concatenating them together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Store-function/m-p/552260#M1121420</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T15:16:18Z</dc:date>
    </item>
  </channel>
</rss>

