<?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: Evaluate Expression as String in Extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141878#M5434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls explain a bit more in detail what you are trying to achieve, maybe with some code samples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 23:24:20 GMT</pubDate>
    <dc:creator>Stefan_Walther</dc:creator>
    <dc:date>2016-07-25T23:24:20Z</dc:date>
    <item>
      <title>Evaluate Expression as String in Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141877#M5433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am building a listbox &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;extension and in the ,js file I'd like to evaluate an expression with something like app.Evaluate(*string*).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, I want to get the COUNT of the values in a field &lt;EM&gt;before&lt;/EM&gt; a selection is made in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 20:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141877#M5433</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-25T20:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Expression as String in Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141878#M5434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls explain a bit more in detail what you are trying to achieve, maybe with some code samples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 23:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141878#M5434</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-07-25T23:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Expression as String in Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141879#M5435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Before I call this line in my listbox extension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;self.backendApi.selectValues(dim, [value], true);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to first check the calculation of an expression which, in layman's terms, says "If selecting the value that you just clicked on would make another expression &amp;lt; 1, do not allow the selection."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If (expression &amp;lt; 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make the selection&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do not&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The question is, how can I calculate the result of this expression on the fly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Evaluate-Expression-as-String-in-Extension/m-p/1141879#M5435</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-26T12:49:09Z</dc:date>
    </item>
  </channel>
</rss>

