<?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 Retrieve Measure Value through .NET SDK using EvaluateEx Method and Powershell in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieve-Measure-Value-through-NET-SDK-using-EvaluateEx-Method/m-p/2497863#M21644</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was trying to get the value of my measure expression ("num(count({&amp;lt;calYear = {2024}&amp;gt;}distinct Lead_Nr),'#.##0')") using .NET SDK and EvaluateEx method with powershell. I followed this post&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/edit-script-load-editor-with-net-SDK/td-p/1755324" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/edit-script-load-editor-with-net-SDK/td-p/1755324&lt;/A&gt;&amp;nbsp;and successfully connect to the App.&lt;/P&gt;
&lt;P&gt;But when I executed following script to get the result from the measure expression, got this return:&lt;BR /&gt;Text IsNumeric Number&lt;BR /&gt;---- --------- ------&lt;BR /&gt;Error: All expressions disabled False NaN&lt;/P&gt;
&lt;P&gt;This is the script I executed:&lt;BR /&gt;#Get the QEApp&lt;BR /&gt;$QEApp = [Qlik.Engine.LocationExtensions]::App($Location,$AppIdentifiersByID,$Session,$NoData)&lt;BR /&gt;$Expression =&amp;nbsp;"num(count({&amp;lt;calYear = {2024}&amp;gt;}distinct Lead_Nr),'#.##0')"&lt;/P&gt;
&lt;P&gt;$EvaluationResult = $QEApp.EvaluateEx($Expression)&lt;BR /&gt;$EvaluationResult&lt;/P&gt;
&lt;P&gt;Can someone help me to solve this issue?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 11:08:30 GMT</pubDate>
    <dc:creator>technoobs</dc:creator>
    <dc:date>2024-12-13T11:08:30Z</dc:date>
    <item>
      <title>Retrieve Measure Value through .NET SDK using EvaluateEx Method and Powershell</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieve-Measure-Value-through-NET-SDK-using-EvaluateEx-Method/m-p/2497863#M21644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was trying to get the value of my measure expression ("num(count({&amp;lt;calYear = {2024}&amp;gt;}distinct Lead_Nr),'#.##0')") using .NET SDK and EvaluateEx method with powershell. I followed this post&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/edit-script-load-editor-with-net-SDK/td-p/1755324" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/edit-script-load-editor-with-net-SDK/td-p/1755324&lt;/A&gt;&amp;nbsp;and successfully connect to the App.&lt;/P&gt;
&lt;P&gt;But when I executed following script to get the result from the measure expression, got this return:&lt;BR /&gt;Text IsNumeric Number&lt;BR /&gt;---- --------- ------&lt;BR /&gt;Error: All expressions disabled False NaN&lt;/P&gt;
&lt;P&gt;This is the script I executed:&lt;BR /&gt;#Get the QEApp&lt;BR /&gt;$QEApp = [Qlik.Engine.LocationExtensions]::App($Location,$AppIdentifiersByID,$Session,$NoData)&lt;BR /&gt;$Expression =&amp;nbsp;"num(count({&amp;lt;calYear = {2024}&amp;gt;}distinct Lead_Nr),'#.##0')"&lt;/P&gt;
&lt;P&gt;$EvaluationResult = $QEApp.EvaluateEx($Expression)&lt;BR /&gt;$EvaluationResult&lt;/P&gt;
&lt;P&gt;Can someone help me to solve this issue?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 11:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieve-Measure-Value-through-NET-SDK-using-EvaluateEx-Method/m-p/2497863#M21644</guid>
      <dc:creator>technoobs</dc:creator>
      <dc:date>2024-12-13T11:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Measure Value through .NET SDK using EvaluateEx Method and Powershell</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieve-Measure-Value-through-NET-SDK-using-EvaluateEx-Method/m-p/2498086#M21650</link>
      <description>&lt;P&gt;Perhaps you've accidentally set the "NoData" argument to 'true' when you open the app? I get that error when I do so.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 07:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieve-Measure-Value-through-NET-SDK-using-EvaluateEx-Method/m-p/2498086#M21650</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-12-16T07:48:42Z</dc:date>
    </item>
  </channel>
</rss>

