<?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: Invalid Dimension When Using An Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532796#M108141</link>
    <description>&lt;P&gt;I don't prefer to use as Calculated dimension because it degrades the performance of the object. instead, can't you do that in measure?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 00:24:13 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2025-10-08T00:24:13Z</dc:date>
    <item>
      <title>Invalid Dimension When Using An Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532604#M108115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an issue when I try to use a claculation to display a dimension. I have a table with a list of products and and count measure of the amount of task id's associated with the product. This works fine, however I want to display a table of products where the count = 0. To do this I used the expression IF(COUNT(Task_ID) = 0,Product_Code).&lt;/P&gt;&lt;P&gt;To me this has always worked when using calculated dimensions, what am I doing wrong here?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 11:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532604#M108115</guid>
      <dc:creator>neil-devlin</dc:creator>
      <dc:date>2025-10-06T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Dimension When Using An Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532611#M108116</link>
      <description>&lt;P&gt;We cannot use aggregate function in dimension,its meant for Measure. however you want to use in dimension then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use aggr function&lt;BR /&gt;&lt;SPAN&gt;IF(aggr(COUNT(Task_ID),field1,field2,..) = 0,Product_Code).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where field 1 field 2 are field by which you want to aggr.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;without aggr it will not work&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 13:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532611#M108116</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2025-10-06T13:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Dimension When Using An Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532796#M108141</link>
      <description>&lt;P&gt;I don't prefer to use as Calculated dimension because it degrades the performance of the object. instead, can't you do that in measure?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 00:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532796#M108141</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2025-10-08T00:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Dimension When Using An Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532805#M108143</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145352"&gt;@neil-devlin&lt;/a&gt;&amp;nbsp;, as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; mentioned, We prefer not to use calculated dimensions since they can slow down performance. Instead, can you try doing this in a measure?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can use a normal dimension along with a measure like &lt;CODE&gt;COUNT(Task_ID) = 0&lt;/CODE&gt; to filter and show only the products where Task_ID is 0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alternatively, you could also use a Master Dimension or Master Measure for this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 05:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-Dimension-When-Using-An-Expression/m-p/2532805#M108143</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-10-08T05:15:11Z</dc:date>
    </item>
  </channel>
</rss>

