<?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: Selective filtering question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979369#M14164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That can't be right. If all the measures in the chart object contain the set modifier then the dimension values will be limited by that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post an example that exhibits the behavior your describe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 16:25:51 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-10-15T16:25:51Z</dc:date>
    <item>
      <title>Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979364#M14159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question on filters. I have an app that has a number of gauges on it. These are filtered by client and month. What I'm trying to do is have a graph also that includes all months, or even a separate month filter. Everything seems to be automatically tied together and I'm not quite sure how to go about accomplishing this. I've figured out the {&amp;lt;Field=&amp;gt;} method to exclude filters from measures, but essentially what I [think I] need to do, is ignore the Month filter on the dimension of the chart. Since it's not wrapped in a Sum() or Avg() or another function, I can't figure out how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I think I'd like the graph to obey the Client filter, ignore the Month filter, and have a Year filter that applies only to that graph. Any assistance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 19:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979364#M14159</guid>
      <dc:creator />
      <dc:date>2015-10-14T19:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979365#M14160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ignore the Month filter on the dimension of the chart&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The usual way to do that is to add the record set definition to the measure(s) of the chart. If you really want to you can use a calculated dimension as dimension instead of a field. Something like Only({&amp;lt;Month=&amp;gt;}MyField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 05:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979365#M14160</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-15T05:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979366#M14161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The usual way to do that is to add the record set definition to the measure(s) of the chart&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm afraid I don't quite know what you mean by that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your other suggestion and it doesn't like that. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;InteractionMonth=&amp;gt;}InteractionMonth)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This gives me an Invalid Dimension error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking up the help for the Only() function, it sounds like this is not what I'm looking for&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate"&gt;Only() returns a value if there is one and only one possible result from the aggregated data. If records contain only one value then that value is returned, otherwise NULL is returned.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979366#M14161</guid>
      <dc:creator />
      <dc:date>2015-10-15T13:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979367#M14162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(Sales) is an expression. Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Year={2015}&amp;gt;} &lt;/SPAN&gt;Sales) is a set analysis expression. You can use an expression as a Measure in Qlik Sense. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Year={2015}&amp;gt;} is the part that makes an expression be a set analysis expression. It defines the record set of the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979367#M14162</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-15T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979368#M14163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but because the Month dimension has a filter applied, even though in your example the Sales measure would ignore it, the dimension still obeys it and the filtered out months are not present on the chart. What I basically ended up doing that seems to work is created a new Load script that mostly duplicates the first table but uses a different name for the Month column, and use that to populate the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis is basically what my original goal was, but to apply that to the dimension in the same way as I did the measure. Without that, applying it to the measure doesn't achieve anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 16:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979368#M14163</guid>
      <dc:creator />
      <dc:date>2015-10-15T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979369#M14164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That can't be right. If all the measures in the chart object contain the set modifier then the dimension values will be limited by that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post an example that exhibits the behavior your describe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 16:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979369#M14164</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-15T16:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979370#M14165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go. You can see the chart measure has the set modifier to ignore Month, but as soon as you select something from the Month filter, it applies it to the chart dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 16:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979370#M14165</guid>
      <dc:creator />
      <dc:date>2015-10-15T16:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979371#M14166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow. That's very interesting. I think you've discovered a bug. Your filter pane contains an expression, i.e. it formats the Month values. That somehow seems to break the set analysis. If you add a filter pane with the unformatted Month field then selections do not influence the chart with the set analysis expression. And using {1} instead of {&amp;lt;Month&amp;gt;} also works even with the formatted Month filter pane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, as a workaround you can create your formatted date in the script as another field or instead of the current Month field. The set analysis expression will work then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979371#M14166</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-15T18:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selective filtering question</title>
      <link>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979372#M14167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha! I've seen people referring to {#} in a lot of posts but I didn't know what to call it hence was not able to look up any help on it. I'm now looking through the QlikLearn Set Analysis doc and see that {1} appears to disregard ALL filters. In my actual report I am developing, I have 3 filters on the sheet. One of the measures needs to ignore only the Month filter, another ignores Month and Client, so I'm not quite sure what the workaround in that case would be using sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did do that seemed to solve the issue is format the month field in the load script rather than everywhere it was displayed. Which as I re-read your response seems to be exactly what you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 20:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selective-filtering-question/m-p/979372#M14167</guid>
      <dc:creator />
      <dc:date>2015-10-15T20:02:37Z</dc:date>
    </item>
  </channel>
</rss>

