<?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: extracting field with parentheses in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585994#M1326126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Henric and Ioannis, I would have said the double quotes. Double quote and square brackets ? SELECT "[ Your field (xxx)]" as Prix ?&lt;/P&gt;&lt;P&gt;If you are stuck, create a View in SQL Sever with the good name and use it from QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 08:46:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-14T08:46:47Z</dc:date>
    <item>
      <title>extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585985#M1326106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I'm extracting a field from database with the name&amp;nbsp;&amp;nbsp; Cost Amount (Actual)&amp;nbsp; but it gives me an error in script,&lt;/P&gt;&lt;P&gt;here is my query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp; [Cost Amount (Actual)] as prix &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [EKG2013].[dbo].[FAD2014$Item Ledger Entry];&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, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585985#M1326106</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585986#M1326109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it an oracle db?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&amp;nbsp; "Cost Amount (Actual)" as prix&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [EKG2013].[dbo].[FAD2014$Item Ledger Entry];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585986#M1326109</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-14T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585987#M1326113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no loannis it's an sqlserver database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585987#M1326113</guid>
      <dc:creator />
      <dc:date>2014-02-14T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585988#M1326116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SELECT statement is not evaluated by QlikView. It is evaluated by the ODBC driver or OLEDB provider. So, without the error message it is impossible to say what has gone wrong. Perhaps try using double quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT&amp;nbsp; "Cost Amount (Actual)" as prix&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [EKG2013].[dbo].[FAD2014$Item Ledger Entry];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585988#M1326116</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T08:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585989#M1326118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should work for mssql as well. If you try to select a field with no spaces, does it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585989#M1326118</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-14T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585990#M1326120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no either mr henric , it tells me that the field name is incorrect &lt;/P&gt;&lt;P&gt;and for information i use [] and it works for the other queries for fields without parentheses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585990#M1326120</guid>
      <dc:creator />
      <dc:date>2014-02-14T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585991#M1326122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it deosn't &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585991#M1326122</guid>
      <dc:creator />
      <dc:date>2014-02-14T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585992#M1326123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using precedent load, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"Cost Amount (Actual)";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[EKG2013].[dbo].[FAD2014$Item Ledger Entry];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585992#M1326123</guid>
      <dc:creator />
      <dc:date>2014-02-14T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585993#M1326124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many things that may have gone wrong here. But first - if it says that the field name is incorrect, then it is incorrect. So...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possibility is that you have written the field name with soft blank spaces - char(32) - but it is in fact defined using hard blank spaces - char(160). Another possibility is that the library name is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, I would try to load SELECT * FROM ... to see which fields I get. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585993#M1326124</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585994#M1326126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Henric and Ioannis, I would have said the double quotes. Double quote and square brackets ? SELECT "[ Your field (xxx)]" as Prix ?&lt;/P&gt;&lt;P&gt;If you are stuck, create a View in SQL Sever with the good name and use it from QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585994#M1326126</guid>
      <dc:creator />
      <dc:date>2014-02-14T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585995#M1326128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to use fields in doule quote having any special characters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585995#M1326128</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-14T08:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: extracting field with parentheses</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585996#M1326130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it appeared that the field is calculated in navision and doesn't exist in sqlserver&lt;/P&gt;&lt;P&gt;thanks for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 09:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-field-with-parentheses/m-p/585996#M1326130</guid>
      <dc:creator />
      <dc:date>2014-02-14T09:32:29Z</dc:date>
    </item>
  </channel>
</rss>

