<?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: Invalid expression in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540645#M598367</link>
    <description>yes, i do have. I will try as you suggested.</description>
    <pubDate>Thu, 07 Feb 2019 07:25:10 GMT</pubDate>
    <dc:creator>andrea0901</dc:creator>
    <dc:date>2019-02-07T07:25:10Z</dc:date>
    <item>
      <title>Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540595#M598359</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using the below expression in script and it is throwing error as invalid expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date(Floor(MonthEnd(Max(Events.CLOSED_TIMESTAMP))), 'M/D/YYYY') as MonthYear&lt;/P&gt;&lt;P&gt;please help me out.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 05:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540595#M598359</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2019-02-07T05:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540601#M598360</link>
      <description>Nothing wrong with the expression. You might be missing a comma or a bracket or something in the previous or next line.</description>
      <pubDate>Thu, 07 Feb 2019 05:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540601#M598360</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-07T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540602#M598361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is as below:&lt;/P&gt;&lt;P&gt;Left Join(Recon)&lt;BR /&gt;Load *&lt;BR /&gt;Date(Floor(MonthEnd(Max(Events.CLOSED_TIMESTAMP))), 'M/D/YYYY') as MonthYear&lt;BR /&gt;resident Events;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 06:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540602#M598361</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2019-02-07T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540607#M598362</link>
      <description>&lt;P&gt;Missing , after Load *&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 06:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540607#M598362</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-07T06:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540611#M598363</link>
      <description>There is a comma missing after load * as i have mentioned.</description>
      <pubDate>Thu, 07 Feb 2019 06:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540611#M598363</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-07T06:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540627#M598364</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After keeping&amp;nbsp; comma as well, it was giving the same expression.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 06:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540627#M598364</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2019-02-07T06:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540629#M598365</link>
      <description>&lt;P&gt;Could you comment out the line below load * (remove , ) as the next statement should be from/resident and try again ; so that we check if the line post load&amp;nbsp;* is causing the issue&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 06:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540629#M598365</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-07T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540633#M598366</link>
      <description>Do you have Events.CLOSED_TIMESTAMPin the Events table ? If the name is qualified then only use Events.CLOSED_TIMESTAMP else CLOSED_TIMESTAMP will do.</description>
      <pubDate>Thu, 07 Feb 2019 07:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540633#M598366</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-07T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540645#M598367</link>
      <description>yes, i do have. I will try as you suggested.</description>
      <pubDate>Thu, 07 Feb 2019 07:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1540645#M598367</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2019-02-07T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression in script</title>
      <link>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1542396#M598368</link>
      <description>Is this for QlikView or Qlik Sense? I'd like to move this to the appropriate product forum.</description>
      <pubDate>Mon, 11 Feb 2019 14:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalid-expression-in-script/m-p/1542396#M598368</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2019-02-11T14:53:40Z</dc:date>
    </item>
  </channel>
</rss>

