<?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/951881#M327367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erreur Script: &lt;/P&gt;&lt;P&gt;&amp;nbsp; if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23,77) , [VenteLigne. Montant]),&lt;/P&gt;&lt;P&gt;Remarque: le problème dans le montant&amp;nbsp; 23,77&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 09:22:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-04T09:22:34Z</dc:date>
    <item>
      <title>Erreur Script</title>
      <link>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951881#M327367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erreur Script: &lt;/P&gt;&lt;P&gt;&amp;nbsp; if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23,77) , [VenteLigne. Montant]),&lt;/P&gt;&lt;P&gt;Remarque: le problème dans le montant&amp;nbsp; 23,77&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951881#M327367</guid>
      <dc:creator />
      <dc:date>2015-12-04T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Erreur Script</title>
      <link>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951882#M327368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to use dot instead of comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23.77) , [VenteLigne. Montant]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;then, this is a part of a snippet, isn't it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The comma at the end is wrong too, it might be replaced with a semicolon ; (but it depends if this is a part of script).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let us know if it solves your issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951882#M327368</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-12-04T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Erreur Script</title>
      <link>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951883#M327369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J'ai déjà tester le . ça ne marche pas/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 10:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951883#M327369</guid>
      <dc:creator />
      <dc:date>2015-12-04T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Erreur Script</title>
      <link>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951884#M327370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why have you a comma at the end of your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23.77) , [VenteLigne. Montant])&lt;/SPAN&gt;&lt;SPAN style="; color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then, tell us more about the formula: the problem is iin load script? Can you attach the log file? &lt;SPAN style="font-size: 10pt;"&gt;It's in a chart? If in a chart, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;[VenteLigne. Article Code], &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[VenteLigne. Montant] and ([VenteLigne. Qté] are columns labels or fields?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 12:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951884#M327370</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-12-04T12:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Erreur Script</title>
      <link>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951885#M327371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should there really be a space in those column names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 13:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erreur-Script/m-p/951885#M327371</guid>
      <dc:creator>roger_stone</dc:creator>
      <dc:date>2015-12-04T13:33:13Z</dc:date>
    </item>
  </channel>
</rss>

