<?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: Measure Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Measure-Issue/m-p/2511537#M105079</link>
    <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUM(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Count({&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Fact Type] = {'Ld'},&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Institution Name] = {"=Sum([total spend]) &amp;gt; $(vSpentThreshold)"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; } DISTINCT [Ld ID]), '#,##0'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 17:09:37 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2025-03-25T17:09:37Z</dc:date>
    <item>
      <title>Measure Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-Issue/m-p/2511485#M105063</link>
      <description>&lt;P class="whitespace-pre-wrap break-words"&gt;I have one scenario, I have Requirement like when sum(total spend) is &amp;gt; 0, show Lds, ens etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have created slider for it , created&amp;nbsp;vSpentThreshold variable which has value 0 and Given 0 to 50,000 as min and max&amp;nbsp; with 10,000 as step, when sum(total spend) is &amp;gt; 0, it should remove those institute names in pivot chart which have spend = 0 it removes Lds and other measures also &lt;BR /&gt;For this I created Lds measure as below:&lt;BR /&gt;&lt;BR /&gt;NUM( Count({&amp;lt; [Fact Type]={'Ld'}, [Institution Name]={"=If($(vSpentThreshold) = 0, 1, Sum([total spend]) &amp;gt; $(vSpentThreshold))"} &amp;gt;} DISTINCT [Ld ID]), '#,##0' ) When I'm doing this it's removing "-" institutes even when slider at 0&lt;/P&gt;
&lt;P class="whitespace-pre-wrap break-words"&gt;I have used below measure also not working&lt;/P&gt;
&lt;P class="whitespace-pre-wrap break-words"&gt;NUM( Count({&amp;lt; [Fact Type]={'Ld'}, [Institution Name]={"=If($(vSpentThreshold) = 0, 1, Sum([total spend]) &amp;gt; $(vSpentThreshold)) OR IsNull([Institution Name]) OR [Institution Name] = '-'"} &amp;gt;} DISTINCT [Ld ID]), '#,##0' )&lt;BR /&gt;&lt;BR /&gt;WHEN i give&amp;nbsp;&lt;SPAN&gt;Count({&amp;lt; [Fact Type]={'Ld'}&amp;gt;} DISTINCT [Ld ID]), It'a giving "-" included count also&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="whitespace-pre-wrap break-words"&gt;I enabled Show null values also for Institution name in Dimension&lt;/P&gt;
&lt;P class="whitespace-pre-wrap break-words"&gt;Could anyone please help me on this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 13:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-Issue/m-p/2511485#M105063</guid>
      <dc:creator>CharanY28</dc:creator>
      <dc:date>2025-03-25T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-Issue/m-p/2511537#M105079</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUM(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Count({&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Fact Type] = {'Ld'},&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Institution Name] = {"=Sum([total spend]) &amp;gt; $(vSpentThreshold)"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; } DISTINCT [Ld ID]), '#,##0'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 17:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-Issue/m-p/2511537#M105079</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-03-25T17:09:37Z</dc:date>
    </item>
  </channel>
</rss>

