<?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: Trying Set analysis results is error in expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545709#M109868</link>
    <description>&lt;P&gt;You can try replacing the * with 1. which will count each row but it might be better to count a unique field or some other field in your data model that you want to count.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 16:46:33 GMT</pubDate>
    <dc:creator>WeLoveQlik</dc:creator>
    <dc:date>2026-03-27T16:46:33Z</dc:date>
    <item>
      <title>Trying Set analysis results is error in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545706#M109865</link>
      <description>&lt;P&gt;I don't know how to find the qlik version, but I am using qlik sense enterprise. trying to use set analysis. why does this "error in expression"? trying to create a measure object of this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;&lt;BR /&gt;// This is the Set Analysis that filters your data&lt;BR /&gt;[USER_ACCESS_ORG_CODE] = {"=&lt;BR /&gt;// The condition checks if the org code is within the range&lt;BR /&gt;// of your variables. It also handles the case where variables are empty.&lt;/P&gt;
&lt;P&gt;// If vMinOrgRange is empty, this condition is met.&lt;BR /&gt;(IsNull('$(vMinOrgRange)') OR [USER_ACCESS_ORG_CODE] &amp;gt;= '$(vMinOrgRange)')&lt;/P&gt;
&lt;P&gt;AND // Combine with the max range condition&lt;/P&gt;
&lt;P&gt;// If vMaxOrgRange is empty, this condition is met.&lt;BR /&gt;(IsNull('$(vMaxOrgRange)') OR [USER_ACCESS_ORG_CODE] &amp;lt;= '$(vMaxOrgRange)')&lt;/P&gt;
&lt;P&gt;// AND ensure the org code is not null&lt;BR /&gt;AND IsNull([USER_ACCESS_ORG_CODE]) = 0&lt;BR /&gt;"}&lt;BR /&gt;&amp;gt;} * )&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545706#M109865</guid>
      <dc:creator>lcclcc</dc:creator>
      <dc:date>2026-03-27T16:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trying Set analysis results is error in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545707#M109866</link>
      <description>&lt;P&gt;The first thing I would try is replace your AND with a comma.&lt;/P&gt;&lt;P&gt;ln set analysis listing multiple conditions separating by a comma and is the default.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545707#M109866</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-27T16:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying Set analysis results is error in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545708#M109867</link>
      <description>&lt;P&gt;no luck I removed two AND and replace with ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried this to troubleshoot and it says count needs one parameter, as a new person, not sure if it is a valid test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;&lt;BR /&gt;// This is the Set Analysis that filters your data&lt;BR /&gt;[USER_ACCESS_ORG_CODE] &lt;BR /&gt;&amp;gt;} )&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545708#M109867</guid>
      <dc:creator>lcclcc</dc:creator>
      <dc:date>2026-03-27T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trying Set analysis results is error in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545709#M109868</link>
      <description>&lt;P&gt;You can try replacing the * with 1. which will count each row but it might be better to count a unique field or some other field in your data model that you want to count.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-Set-analysis-results-is-error-in-expression/m-p/2545709#M109868</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-27T16:46:33Z</dc:date>
    </item>
  </channel>
</rss>

