<?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: sset analysis help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536141#M108618</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I adjusted the conditions and now the 2 approaches give the same result&lt;/P&gt;&lt;P&gt;However, with the first approach the result is not related to any dimension so whichever dimension I add to the pivot table that dimension will be null whereas with the second approach the result is distributed on any dimension I add to the table&lt;/P&gt;&lt;P&gt;Kindly advise why&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the first approach because the second one is extremely slow&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 18:31:23 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2025-11-13T18:31:23Z</dc:date>
    <item>
      <title>sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536084#M108610</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I'm working on a dashboard with huge data&lt;BR /&gt;I have to calculate the man-days&amp;nbsp;&lt;BR /&gt;is there a difference between the below syntax?&lt;BR /&gt;{&amp;lt;condition_1&amp;gt;-(&amp;lt;condition2&amp;gt;+&amp;lt;condition3&amp;gt;)}&lt;BR /&gt;sum(mandays)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;{&amp;lt;condition_1&amp;gt;}&lt;BR /&gt;sum(mandays)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;{&amp;lt;condition2&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum(mandays)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&amp;lt;condition3&amp;gt;}&lt;BR /&gt;sum(Mandays)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 08:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536084#M108610</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-11-13T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536085#M108611</link>
      <description>&lt;P&gt;Try to use seperate sum expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ProjectType={'Active'}&amp;gt;} mandays)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ProjectType={'Cancelled'}&amp;gt;} mandays)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ProjectType={'OnHold'}&amp;gt;} mandays)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 09:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536085#M108611</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-11-13T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536108#M108615</link>
      <description>&lt;P&gt;Depending on the data-set + data-model and the conditions both approaches may return the same results but they are logically quite different because in the first approach the conditions are connected with each other and in the second one not.&lt;/P&gt;&lt;P&gt;Beside this should the first approach be much better performing because it's a single aggregation against a certain selection state and the second one are 3 aggregations against a certain selection state and then on top evaluated. By a larger data-set the differences should be noticeable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 12:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536108#M108615</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-13T12:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536114#M108616</link>
      <description>&lt;P&gt;in my case the two approaches are giving different results&lt;BR /&gt;so trying to get an explanation of why the results are different&lt;/P&gt;&lt;P&gt;ok it all depends on the data model and data but really I wasn't able to explain the difference&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 13:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536114#M108616</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-11-13T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536124#M108617</link>
      <description>&lt;P&gt;At least - if condition2 and condition3 are both TRUE they will be in the first approach considered only once and the second one considered them twice - and depending on the real data-model/set there may more dependencies.&lt;/P&gt;&lt;P&gt;I think it would be helpful to reduce the data-set with some selections to a small sub-set of a few dozens rows - which return different results between both approaches and then adding more granular dimensions within the chart and/or using an extra table-box with appropriate granular dimensions to look on the relations between the field-values and which one are TRUE or FALSE.&lt;/P&gt;&lt;P&gt;If this manual detection is too complex it could be simplified by adding n extra expressions to the chart which didn't sum/count the fields else used to show the results of the conditions, like:&lt;/P&gt;&lt;P&gt;-(F1='x')&lt;BR /&gt;-(F2='y')&lt;BR /&gt;-(F3='z')&lt;BR /&gt;&lt;BR /&gt;and a next step may range-sum/count these condition results. With more efforts - using exponential returns for the conditions - an unique condition-evaluation would be possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 14:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536124#M108617</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-13T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536141#M108618</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I adjusted the conditions and now the 2 approaches give the same result&lt;/P&gt;&lt;P&gt;However, with the first approach the result is not related to any dimension so whichever dimension I add to the pivot table that dimension will be null whereas with the second approach the result is distributed on any dimension I add to the table&lt;/P&gt;&lt;P&gt;Kindly advise why&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the first approach because the second one is extremely slow&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 18:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536141#M108618</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-11-13T18:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: sset analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536176#M108624</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It hints for a not suitable designed data-model. The object-dimension + the fields within the conditions and aggregations seems to be not sufficient related. If this is the case it needs to be fixed there and not to be bypassed within the UI.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 06:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sset-analysis-help/m-p/2536176#M108624</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-14T06:41:22Z</dc:date>
    </item>
  </channel>
</rss>

