<?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 erreur script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728582#M261096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Compta:&lt;/P&gt;&lt;P&gt; SELECT ACCOUNTED_CR,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;date(LAST_UPDATE_DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM APPS."GRAND_LIVRE_GENERAL"&lt;/P&gt;&lt;P&gt;where ledger_id in (2028,2030,2032,2026,2022,2024)&lt;/P&gt;&lt;P&gt;and LAST_UPDATE_DATE&amp;gt;=today();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 11:39:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-23T11:39:24Z</dc:date>
    <item>
      <title>erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728582#M261096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Compta:&lt;/P&gt;&lt;P&gt; SELECT ACCOUNTED_CR,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;date(LAST_UPDATE_DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM APPS."GRAND_LIVRE_GENERAL"&lt;/P&gt;&lt;P&gt;where ledger_id in (2028,2030,2032,2026,2022,2024)&lt;/P&gt;&lt;P&gt;and LAST_UPDATE_DATE&amp;gt;=today();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 11:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728582#M261096</guid>
      <dc:creator />
      <dc:date>2014-06-23T11:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728583#M261097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Verify that in your SQL exists the function Today() otherways use Now()&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;Compta:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT ACCOUNTED_CR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;date(LAST_UPDATE_DATE) as nyDate&lt;/SPAN&gt;&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;FROM APPS."GRAND_LIVRE_GENERAL"&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where ledger_id in (2028,2030,2032,2026,2022,2024)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and LAST_UPDATE_DATE&amp;gt;=NOW();&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 11:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728583#M261097</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-23T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728584#M261098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using oracle the use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and LAST_UPDATE_DATE&amp;gt;=&lt;/SPAN&gt;SYSDATE&lt;/P&gt;&lt;P&gt;and if u are using sql server the use&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and LAST_UPDATE_DATE&amp;gt;=&lt;/SPAN&gt;now()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 11:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728584#M261098</guid>
      <dc:creator />
      <dc:date>2014-06-23T11:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728585#M261099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bold = sql: you have to use your database syntax (oracle, sql server, etc...); you can't use qlik functions here&lt;/P&gt;&lt;P&gt;Not bold = qlikview: you can use qlikview function (today, date, ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Compta:&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCOUNTED_C&lt;/SPAN&gt;R, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAST_UPDATE_DATE&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LAST_UPDATE_DATE &amp;gt;= ....&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SELECT ACCOUNTED_CR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;LAST_UPDATE_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM APPS."GRAND_LIVRE_GENERAL"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where ledger_id in (2028,2030,2032,2026,2022,2024)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 12:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728585#M261099</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-23T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728586#M261100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;// le problème n'est pas encore résolue&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;where ACCOUNTING_DATE&amp;gt;=today();&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;FROM APPS."GRAND_LIVRE_GENERAL"&lt;/P&gt;&lt;P&gt;where ledger_id in (2028,2030,2032,2026,2022,2024);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 08:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728586#M261100</guid>
      <dc:creator />
      <dc:date>2014-06-24T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: erreur script</title>
      <link>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728587#M261101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you get an error? &lt;/P&gt;&lt;P&gt;did you get 0 records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 11:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/erreur-script/m-p/728587#M261101</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-24T11:14:45Z</dc:date>
    </item>
  </channel>
</rss>

