<?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 value not changing after filtering in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597482#M44179</link>
    <description>&lt;P&gt;Hi Rachel,&lt;/P&gt;
&lt;P&gt;Set Analysis can be quite complex, so I recommend looking at some help videos/demo from Mike Tarallo to explain the concepts.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=YMQJnKMkfxg" target="_blank"&gt;https://www.youtube.com/watch?v=YMQJnKMkfxg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lisa&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2019 22:35:04 GMT</pubDate>
    <dc:creator>Lisa_P</dc:creator>
    <dc:date>2019-06-30T22:35:04Z</dc:date>
    <item>
      <title>Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597059#M44141</link>
      <description>&lt;P&gt;I've created a number of master measures to count the same measure but for different values of another field (using set analysis).&lt;/P&gt;&lt;P&gt;I have these measures displayed in KPI charts on the same page, however when I apply a filter to look at just one of the values of that field, none of the measures change value.&lt;/P&gt;&lt;P&gt;Does anyone know if this behaviour is intended? It seems extremely odd to me.&lt;/P&gt;&lt;P&gt;I've done heaps of troubleshooting and cannot figure this one out.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 02:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597059#M44141</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2019-06-28T02:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597060#M44142</link>
      <description>&lt;P&gt;Set Analysis will stop selections being applied in any fields that are used in set analysis. Also if you use the '1' Identifier it will ignore all selections.&amp;nbsp; Can you share your expressions in your Master Measures ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597060#M44142</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-06-28T03:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597061#M44143</link>
      <description>&lt;P&gt;Thanks Lisa, I didn't realise that selections wouldn't apply unless I had used the 1 identifier.&lt;/P&gt;&lt;P&gt;An example of the expressions are:&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus={'In Time'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus={'Long Wait'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/P&gt;&lt;P&gt;I am applying selections to the WaitStatus field.&lt;/P&gt;&lt;P&gt;Is there any workaround to do what I'm trying to do?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597061#M44143</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2019-06-28T03:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597062#M44144</link>
      <description>&lt;P&gt;Selections will apply when you have the $ as identifier unless you are specifying a value.&lt;/P&gt;
&lt;P&gt;For your expressions:&lt;/P&gt;
&lt;P&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus={'In Time'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/P&gt;
&lt;P&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus={'Long Wait'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/P&gt;
&lt;P&gt;as you have WaitStatus defined, you can no longer select this field as you want 'In Time' or 'Long Wait'&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597062#M44144</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-06-28T03:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597063#M44145</link>
      <description>Thanks Lisa. Is there any way to restructure the expression to make it work?</description>
      <pubDate>Fri, 28 Jun 2019 03:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597063#M44145</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2019-06-28T03:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597064#M44146</link>
      <description>&lt;P&gt;If you add a plus symbol(&lt;STRONG&gt;+&lt;/STRONG&gt;), this will show 'In Time' + selected values of WaitStatus&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus&lt;STRONG&gt;+&lt;/STRONG&gt;={'In Time'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597064#M44146</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-06-28T03:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597065#M44147</link>
      <description>&lt;P&gt;Thanks but that's not quite what I'm looking for.&lt;/P&gt;&lt;P&gt;I want that measure to actually only show me what is in the set modifier, applying any selections as well.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;E.g. if I selected WaitStatus = 'Long Wait' then COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus&lt;/SPAN&gt;&lt;SPAN&gt;={'In Time'}&amp;gt;}DISTINCT FacElectiveKey) should equal 0 as obviously nothing in the current selection set will have a WaitStatus of 'In Time'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;It would be great if this was actually explained&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_self"&gt;here&lt;/A&gt;, as to me this is not logical behaviour. I would expect that any selections should apply unless I am using the '1' identifier.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 04:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597065#M44147</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2019-06-28T04:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597068#M44148</link>
      <description>&lt;P&gt;Ok, I get what you want now, try this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;COUNT({$&amp;lt;WL_STATUS={'1'},WaitStatus&lt;/SPAN&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;SPAN&gt;={'In Time'}&amp;gt;}DISTINCT FacElectiveKey)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will look for the intersection of what is defined in Set Analysis and what is selected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;There is an explanation on the operators here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Romancing-with-Set-Analysis/ta-p/1485889" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Romancing-with-Set-Analysis/ta-p/1485889&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 04:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597068#M44148</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-06-28T04:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597070#M44149</link>
      <description>Thanks so much Lisa, that was exactly what I needed!&lt;BR /&gt;Can I suggest that more detail is provided on the actual system documentation pages?&lt;BR /&gt;Community posts are all well and good but I would really expect this to be explained in detail in the system documentation.</description>
      <pubDate>Fri, 28 Jun 2019 04:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597070#M44149</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2019-06-28T04:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value not changing after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597482#M44179</link>
      <description>&lt;P&gt;Hi Rachel,&lt;/P&gt;
&lt;P&gt;Set Analysis can be quite complex, so I recommend looking at some help videos/demo from Mike Tarallo to explain the concepts.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=YMQJnKMkfxg" target="_blank"&gt;https://www.youtube.com/watch?v=YMQJnKMkfxg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 22:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Measure-value-not-changing-after-filtering/m-p/1597482#M44179</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-06-30T22:35:04Z</dc:date>
    </item>
  </channel>
</rss>

