<?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 loading script in newer version of QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530503#M746390</link>
    <description>&lt;P&gt;Found the resolution!!!!&lt;/P&gt;&lt;P&gt;For some reason breaking the WHERE clause into brackets helped it work!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;[Occupation Code] = 'H2H' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1E' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S9C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'H1F' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'NFH' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785'&amp;nbsp;&lt;/P&gt;&lt;P&gt;In QV12 it would bring up an error of "Field 'a' not found", however once the brackets have been added this works - see below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;U&gt;(&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;[Occupation Code] = 'H2H' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1E' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S9C' and&lt;BR /&gt;[Org Cost Centre] = '3133410'&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; or&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'H1F' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'NFH' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785'&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 14:20:04 GMT</pubDate>
    <dc:creator>vinesh_panchal</dc:creator>
    <dc:date>2019-01-15T14:20:04Z</dc:date>
    <item>
      <title>Issue with loading script in newer version of QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530441#M746389</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My colleague developed a dashboard in QlikView and on his and other colleagues pc it loads fine without issues, they have version 11 and 32bit pc, however i have a 64bit pc and i have version 12 of QlikView but when i load the same script it comes up with "Field 'a' not found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked into it and it has got a lot of and/or statements, on mine the syntax highlighter for and/or stops at a certain point and it fails if any and/or goes past this. However if i load with the data up to the point it stops highlighting it works.&lt;/P&gt;&lt;P&gt;The thing i'm struggling to understand is that the same QVW is being used and it works on 3 of my colleagues pc with version 11, however on mine its not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Vinesh&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530441#M746389</guid>
      <dc:creator>vinesh_panchal</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading script in newer version of QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530503#M746390</link>
      <description>&lt;P&gt;Found the resolution!!!!&lt;/P&gt;&lt;P&gt;For some reason breaking the WHERE clause into brackets helped it work!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;[Occupation Code] = 'H2H' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1E' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S9C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'H1F' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'NFH' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785'&amp;nbsp;&lt;/P&gt;&lt;P&gt;In QV12 it would bring up an error of "Field 'a' not found", however once the brackets have been added this works - see below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;U&gt;(&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;[Occupation Code] = 'H2H' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1C' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S1E' and&lt;BR /&gt;[Org Cost Centre] = '3133410' or&lt;BR /&gt;[Occupation Code] = 'S9C' and&lt;BR /&gt;[Org Cost Centre] = '3133410'&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; or&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'H1F' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'NFH' and&lt;BR /&gt;[Org Cost Centre] = '313J785' or&lt;BR /&gt;[Occupation Code] = 'N6H' and&lt;BR /&gt;[Org Cost Centre] = '313J785'&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530503#M746390</guid>
      <dc:creator>vinesh_panchal</dc:creator>
      <dc:date>2019-01-15T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading script in newer version of QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530728#M746391</link>
      <description>&lt;P&gt;I could not replicate your error in QV12 for a small data set.&lt;/P&gt;&lt;PRE&gt;Data:
LOAD [Occupation Code], [Org Cost Centre], Ceil(Rand()*10) as Amount
Inline
[
	Occupation Code, Org Cost Centre
	H2H, 3133410
	S1C, 3133410
	S1E, 3133410
	N6H, 3133410
	N6H, 313J785
	NFH, 0
	NFH, 313J785
	NFH, 313J786
	NGH, 313J787
];

QUALIFY *;

Data2:
LOAD *
Resident Data
WHERE
[Occupation Code] = 'H2H' and
[Org Cost Centre] = '3133410' or
[Occupation Code] = 'S1C' and
[Org Cost Centre] = '3133410' or
[Occupation Code] = 'S1E' and
[Org Cost Centre] = '3133410' or
[Occupation Code] = 'S9C' and
[Org Cost Centre] = '3133410' or
[Occupation Code] = 'N6H' and
[Org Cost Centre] = '313J785' or
[Occupation Code] = 'H1F' and
[Org Cost Centre] = '313J785' or
[Occupation Code] = 'NFH' and
[Org Cost Centre] = '313J785' or
[Occupation Code] = 'N6H' and
[Org Cost Centre] = '313J785';&lt;/PRE&gt;&lt;P&gt;This ran without errors (November 2018 version)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 07:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530728#M746391</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-16T07:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading script in newer version of QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530762#M746392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931" target="_self"&gt;Jontydkpi&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;This was a snippet of the code we had, our original one has approx 500 lines of these and or statements, when I tried it in my version it didn't work however when i put the brackets in like the example below it worked and loaded fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;BR /&gt;Vinesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-loading-script-in-newer-version-of-QlikView/m-p/1530762#M746392</guid>
      <dc:creator>vinesh_panchal</dc:creator>
      <dc:date>2019-01-16T08:27:30Z</dc:date>
    </item>
  </channel>
</rss>

