<?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: Dynamic Update Sintax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478973#M552489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt it's the &amp;gt; operator. You're trying to compare string values. Possibly &amp;gt; is a not supported operator for strings in dynamic updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 11:15:59 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-11-05T11:15:59Z</dc:date>
    <item>
      <title>Dynamic Update Sintax</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478972#M552488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a Dynamic Update for updating data :&lt;/P&gt;&lt;P&gt;This string works&amp;nbsp; : UPDATE MovimentiFinanziari SET PrendiNonPrendi = 'S'&amp;nbsp;&amp;nbsp; WHERE DataMovimentoTXT = 'D2013091'; &lt;/P&gt;&lt;P&gt;This string NOT works : UPDATE MovimentiFinanziari SET PrendiNonPrendi = 'S'&amp;nbsp;&amp;nbsp; WHERE DataMovimentoTXT &amp;gt; 'D2013091';&lt;/P&gt;&lt;P&gt;The difference is the comparison operand of WHERE clause.&lt;/P&gt;&lt;P&gt;It seems that the operator '='&amp;nbsp; is OK but the operator '&amp;gt;' is not supported &lt;/P&gt;&lt;P&gt;Can anyone help me? ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 11:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478972#M552488</guid>
      <dc:creator />
      <dc:date>2013-11-05T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Sintax</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478973#M552489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt it's the &amp;gt; operator. You're trying to compare string values. Possibly &amp;gt; is a not supported operator for strings in dynamic updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 11:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478973#M552489</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-05T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Sintax</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478974#M552490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's strange but the &amp;gt; and &amp;lt; operators work in my version, QV11.2 SR3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose another way might be to reference variables in your dynamic command to only use the = operator, maybe something like ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;UPDATE MovimentiFinanziari SET PrendiNonPrendi = 'S' WHERE SubStringCount(vVar,DataMovimentoTXT)=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and vVar is a distinct, and ordered ascendingly, concatenated list of values split at the relevant point ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DataMovimentoTXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,';',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DataMovimentoTXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vGT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;... and vGT is a variable holding the 'greater than' value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Sintax/m-p/478974#M552490</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-11-05T14:38:04Z</dc:date>
    </item>
  </channel>
</rss>

