<?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 Calculated Dimension / Show Condition - Performance? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362570#M30612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a calculated Dimension who's purpose is to filter a table, and I use an IF statement like the one below, can it have a negative impact on performance? I know in general it's better to use Set Analysis, but I haven't found a way to filter a table dimension using Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([FIELD1]='VALUE',[FIELD1])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2017 19:21:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-07T19:21:00Z</dc:date>
    <item>
      <title>Calculated Dimension / Show Condition - Performance?</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362570#M30612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a calculated Dimension who's purpose is to filter a table, and I use an IF statement like the one below, can it have a negative impact on performance? I know in general it's better to use Set Analysis, but I haven't found a way to filter a table dimension using Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([FIELD1]='VALUE',[FIELD1])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362570#M30612</guid>
      <dc:creator />
      <dc:date>2017-08-07T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension / Show Condition - Performance?</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362571#M30613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Josh,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In some cases, calculated dimensions may affect your app performance. I think it depends on the data volume and also the complexity of the data model. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use the condition in the set analysis.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;E.g. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dimension: FIELD1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression: sum(Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression using set analysis: sum({&amp;lt;FIELD1={'VALUE'}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;That will show only sales for the specific value defined in the set analysis.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362571#M30613</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-08-07T20:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension / Show Condition - Performance?</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362572#M30614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response Carlos. I knew about this option, but was trying to avoid having an unnecessary aggr field at the end of my table of data. It takes up unnecessary space and seems less than professional. This seems more like a "workaround". Even so, I'm going to mark it your response as the correct answer since it seems like this is the only way to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 17:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Dimension-Show-Condition-Performance/m-p/1362572#M30614</guid>
      <dc:creator />
      <dc:date>2017-08-08T17:29:45Z</dc:date>
    </item>
  </channel>
</rss>

