<?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:issue with reload script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197885#M57393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the double-quotes are the problem. For the SQL-Server the whole string between the " is the fieldname. So try it similar to e.g. Month("Due Date") as Month,&lt;/P&gt;&lt;P&gt;For my oppinion a better way would be using the "raw" SQL and do formatting and renameing with an preceding Load Statement.&lt;/P&gt;&lt;P&gt;Regards Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 16:10:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-02T16:10:16Z</dc:date>
    <item>
      <title>issue with reload script?</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197884#M57392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I make example from &lt;A href="http://chichebiev.com/temp/Getting%20Started%20with%20QlikView-20090924%201602.arf"&gt;"Getting Started with QlikView-20090924 1602"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My script is.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Data Source=SDBSF01;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=O-PC;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM DB NAME.dbo."table name$Customer";&lt;/P&gt;&lt;P&gt;SQL SELECT "Closed at Date",&lt;/P&gt;&lt;P&gt;"Customer No_",&lt;/P&gt;&lt;P&gt;"Due Date",&lt;/P&gt;&lt;P&gt;"Pmt_ Discount Date",&lt;/P&gt;&lt;P&gt;"Posting Date",&lt;/P&gt;&lt;P&gt;"Sales (LCY)",&lt;/P&gt;&lt;P&gt;"Sales Amount"&lt;/P&gt;&lt;P&gt;FROM DB NAME.dbo."table name$Cust_ Ledger Entry";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And work!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example script is.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Data Source=SDBSF01;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=O-PC;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM DB NAME.dbo."table name$Customer";&lt;/P&gt;&lt;P&gt;SQL SELECT "Closed at Date",&lt;/P&gt;&lt;P&gt;"Customer No_",&lt;/P&gt;&lt;P&gt;"Date(Due Date) as Due Date",&lt;/P&gt;&lt;P&gt;"Month(Due Date) as Month",&lt;/P&gt;&lt;P&gt;"Year(Due Date) as Year",&lt;/P&gt;&lt;P&gt;"Pmt_ Discount Date",&lt;/P&gt;&lt;P&gt;"Posting Date",&lt;/P&gt;&lt;P&gt;"Sales (LCY)",&lt;/P&gt;&lt;P&gt;"Sales Amount"&lt;/P&gt;&lt;P&gt;FROM DB NAME.dbo."table name$Cust_ Ledger Entry";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And not work.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think the problem is in syntax! But where? Can help me someone, please.&lt;/P&gt;&lt;P&gt;Error: &lt;A href="http://chichebiev.com/temp/Qerror.png"&gt;Click&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197884#M57392</guid>
      <dc:creator />
      <dc:date>2011-02-02T14:56:34Z</dc:date>
    </item>
    <item>
      <title>AW:issue with reload script?</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197885#M57393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the double-quotes are the problem. For the SQL-Server the whole string between the " is the fieldname. So try it similar to e.g. Month("Due Date") as Month,&lt;/P&gt;&lt;P&gt;For my oppinion a better way would be using the "raw" SQL and do formatting and renameing with an preceding Load Statement.&lt;/P&gt;&lt;P&gt;Regards Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 16:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197885#M57393</guid>
      <dc:creator />
      <dc:date>2011-02-02T16:10:16Z</dc:date>
    </item>
    <item>
      <title>AW:issue with reload script?</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197886#M57394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I must learn SQL language and syntax. ! &lt;IMG alt="Embarrassed" src="http://community.qlik.com/emoticons/emotion-10.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-reload-script/m-p/197886#M57394</guid>
      <dc:creator />
      <dc:date>2011-02-04T15:43:09Z</dc:date>
    </item>
  </channel>
</rss>

