<?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: Set Analysis: ignore field selection in sum, then define select using variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554848#M39999</link>
    <description>&lt;P&gt;Unfortunately that did not work. If the user filters to only one value in the "Period" field, the chart still only shows one bar when using the syntax you suggested.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:04:20 GMT</pubDate>
    <dc:creator>johannes_myers</dc:creator>
    <dc:date>2019-03-11T13:04:20Z</dc:date>
    <item>
      <title>Set Analysis: ignore field selection in sum, then define select using variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554492#M39943</link>
      <description>&lt;P&gt;I'm trying to display only the most recent 13 months of data in a bar chart, based on the maximum selected date (max date if nothing selected). So far I've tried this is what I've come up with:&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;[Function]={"Billable"},[Year]=, Period={"&amp;lt;=$(MAX_PERIOD_ID)"}&amp;gt;} Actual)&lt;/P&gt;&lt;P&gt;The problem is that only one month shows up in the chart when the user selects one month. I know the '$' means the set analysis will respect user selections, and that's fine for all of the fields EXCEPT for Year and Period. Is there a way to tell Qlik to only ignore the user selections in specific fields?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 22:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554492#M39943</guid>
      <dc:creator>johannes_myers</dc:creator>
      <dc:date>2019-03-08T22:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: ignore field selection in sum, then define select using variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554497#M39944</link>
      <description>&lt;P&gt;You already ignored 'Year' in your expression. Do the same for period&amp;nbsp; Or whatever fields you wanted to ignore.&lt;/P&gt;&lt;P&gt;This is what you are looking for ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Sum({$&amp;lt;[Function]={"Billable"},[Year]=, Period={"&amp;lt;=$(MAX_PERIOD_ID)"},&lt;STRONG&gt;Period=&lt;/STRONG&gt;&amp;gt;} Actual)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 22:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554497#M39944</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2019-03-08T22:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: ignore field selection in sum, then define select using variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554517#M39948</link>
      <description>Try this,&lt;BR /&gt;&lt;BR /&gt;=Sum({$&amp;lt;[Function]={"Billable"},[Year]=, Period={'&amp;gt;=$(=MonthStart(AddMonths(Max(Period),-13))) &amp;lt;=$(=MonthStart(Max(Period)))'}&amp;gt;} Actual)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vishal</description>
      <pubDate>Sat, 09 Mar 2019 05:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554517#M39948</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2019-03-09T05:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: ignore field selection in sum, then define select using variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554848#M39999</link>
      <description>&lt;P&gt;Unfortunately that did not work. If the user filters to only one value in the "Period" field, the chart still only shows one bar when using the syntax you suggested.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignore-field-selection-in-sum-then-define-select/m-p/1554848#M39999</guid>
      <dc:creator>johannes_myers</dc:creator>
      <dc:date>2019-03-11T13:04:20Z</dc:date>
    </item>
  </channel>
</rss>

