<?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: reload with $ symbol in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485581#M482433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to replicate this error, but I didn't get an error message when using $ in fieldnames. However, it's possible that QlikVIew is not interpreting the fieldname as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try putting the fieldname between [ ], so QlikView interprets correctly the fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;DATE,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Year (date(date#(SBINDT, 'YYYYMMDD'),'YYYY/MM/DD')) as Year,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;INV&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;$ as [INV$]&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;COMP,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;STATE,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CITY;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM DATABASE.COMPANY WHERE COMP = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2013 16:21:14 GMT</pubDate>
    <dc:creator>jaime_aguilar</dc:creator>
    <dc:date>2013-08-12T16:21:14Z</dc:date>
    <item>
      <title>reload with $ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485580#M482432</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 was wondering how I can inluded the &lt;STRONG style="color: #ff0000;"&gt;$&lt;/STRONG&gt; symbol during my reload process. When I reload the same file using just the SQL option I get no errors and I'm able to use the "INV$" field in my Expressions with no problems but if i use the LOAD option I get an errror rightway from the reload proccess.&lt;/P&gt;&lt;P&gt;Any ideas on how I can use LOAD instead of SQL to retrived the data with $ sign fields from a database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt; SELECT *&lt;/P&gt;&lt;P&gt;FROM DATABASE.COMPANY WHERE COMP = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATE,&lt;/P&gt;&lt;P&gt; Year (date(date#(SBINDT, 'YYYYMMDD'),'YYYY/MM/DD')) as Year,&lt;/P&gt;&lt;P&gt;INV&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;COMP,&lt;/P&gt;&lt;P&gt;STATE,&lt;/P&gt;&lt;P&gt;CITY;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM DATABASE.COMPANY WHERE COMP = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485580#M482432</guid>
      <dc:creator>easternfish</dc:creator>
      <dc:date>2013-08-12T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: reload with $ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485581#M482433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to replicate this error, but I didn't get an error message when using $ in fieldnames. However, it's possible that QlikVIew is not interpreting the fieldname as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try putting the fieldname between [ ], so QlikView interprets correctly the fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;DATE,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Year (date(date#(SBINDT, 'YYYYMMDD'),'YYYY/MM/DD')) as Year,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;INV&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;$ as [INV$]&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;COMP,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;STATE,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CITY;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM DATABASE.COMPANY WHERE COMP = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485581#M482433</guid>
      <dc:creator>jaime_aguilar</dc:creator>
      <dc:date>2013-08-12T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: reload with $ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485582#M482434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's working with the [ ].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-with-symbol/m-p/485582#M482434</guid>
      <dc:creator>easternfish</dc:creator>
      <dc:date>2013-08-12T16:33:15Z</dc:date>
    </item>
  </channel>
</rss>

