<?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 Set Analysis Help Please... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546723#M109971</link>
    <description>&lt;P&gt;Afternoon everyone,&lt;/P&gt;&lt;P&gt;Is this even possible what I'm attempting to do?!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use this the following set analysis to calculate a percentage of users that login via their app to our services:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;BR /&gt;resultsview = {'Logins'},&lt;BR /&gt;resultschannel = {'App'}&lt;BR /&gt;&amp;gt;} num_uniques)&lt;BR /&gt;/&lt;BR /&gt;Sum({&amp;lt;&lt;BR /&gt;resultsview = {'Logins'},&lt;BR /&gt;resultschannel = {'App', 'Web'}&lt;BR /&gt;&amp;gt;} num_uniques)&lt;/P&gt;&lt;P&gt;The above works but I also have resultschannel on the sheet as a filter, when a user selects it, the chart blanks. Can I ignore just the selections in resultschannel but also include the field within the calculation?&lt;/P&gt;&lt;P&gt;Any help is appreciated as I'm tearing my hair out.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 13:10:16 GMT</pubDate>
    <dc:creator>samvile18</dc:creator>
    <dc:date>2026-04-13T13:10:16Z</dc:date>
    <item>
      <title>Set Analysis Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546723#M109971</link>
      <description>&lt;P&gt;Afternoon everyone,&lt;/P&gt;&lt;P&gt;Is this even possible what I'm attempting to do?!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use this the following set analysis to calculate a percentage of users that login via their app to our services:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;BR /&gt;resultsview = {'Logins'},&lt;BR /&gt;resultschannel = {'App'}&lt;BR /&gt;&amp;gt;} num_uniques)&lt;BR /&gt;/&lt;BR /&gt;Sum({&amp;lt;&lt;BR /&gt;resultsview = {'Logins'},&lt;BR /&gt;resultschannel = {'App', 'Web'}&lt;BR /&gt;&amp;gt;} num_uniques)&lt;/P&gt;&lt;P&gt;The above works but I also have resultschannel on the sheet as a filter, when a user selects it, the chart blanks. Can I ignore just the selections in resultschannel but also include the field within the calculation?&lt;/P&gt;&lt;P&gt;Any help is appreciated as I'm tearing my hair out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 13:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546723#M109971</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2026-04-13T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546729#M109972</link>
      <description>&lt;P&gt;Try to add:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resultschannel =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;resultsview = {'Logins'},&lt;BR /&gt;resultschannel = {'App'},[resultschannel] =&amp;gt;} num_uniques)&lt;BR /&gt;/&lt;BR /&gt;Sum({&amp;lt;resultsview = {'Logins'},resultschannel = {'App', 'Web'},&lt;BR /&gt;[resultschannel] =&amp;gt;} num_uniques)&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 14:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546729#M109972</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2026-04-13T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546730#M109973</link>
      <description>&lt;P&gt;Are 'App' and 'Web' the only values in the field resultschannel? What value(s) is the user selecting when it blanks?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally speaking, this set analysis should ignore the selections made in the resultschannel field. However, the selection in resultschannel may be impacting other fields which then impacts the ability to calculate num_uniques, so this may be related to that (couldn't say without knowing what the schema is and how the values interact).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 14:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546730#M109973</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2026-04-13T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546735#M109974</link>
      <description>&lt;P&gt;Another thing to look out for is wether you use a calculated dimension for the filter. Is the dimension just the field or is there a formula?&lt;/P&gt;&lt;P&gt;If there is a formula, try using the function CalcDim() on the whole expression. Now, when you make a selection, the selection should truly be made in the field resultschannel.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 14:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Help-Please/m-p/2546735#M109974</guid>
      <dc:creator>lennart_mo</dc:creator>
      <dc:date>2026-04-13T14:53:53Z</dc:date>
    </item>
  </channel>
</rss>

