<?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 with Value List with Restricting filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1927055#M76338</link>
    <description>&lt;P&gt;Thanks for the response...&lt;BR /&gt;Timeframe is one of the filters. I need the timeframe to filter some of the numbers (the ones on the bottom), but I need the Trending lines to NOT filter on the timeframe. I created the set analysis and it works beautifully until I add the value list, then the set analysis part stop functioning correctly.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahD_0-1651775442642.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78780iB495A3B90A60529A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahD_0-1651775442642.png" alt="SarahD_0-1651775442642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 18:36:38 GMT</pubDate>
    <dc:creator>SarahD</dc:creator>
    <dc:date>2022-05-05T18:36:38Z</dc:date>
    <item>
      <title>Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926550#M76292</link>
      <description>&lt;P&gt;I am trying to create a line graph with 4 trend lines that show the last 13 months and only filter on DEPT_GROUP_DESCRIPTION.&amp;nbsp;&lt;BR /&gt;The value list makes it so the set analysis part doesn't work (aka, the timeframe filters apply and causes the line not to show the 13 months).&lt;/P&gt;
&lt;P&gt;The value list comes from 4 different columns that contain their own list of names.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vInternal,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&amp;gt;}RESULT_DEN))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vSPC, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vPartner, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},VIRTUAL_LOCATION_COMPANY_ID=P(VIRTUAL_LOCATION_COMPANY_ID),DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},VIRTUAL_LOCATION_COMPANY_ID=P(VIRTUAL_LOCATION_COMPANY_ID), DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vCenter, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},VIRTUAL_LOCATION_COMPANY_ID=P(VIRTUAL_LOCATION_COMPANY_ID),GEOGRAPHIC_LOCATION_DESCRIPTION=P(GEOGRAPHIC_LOCATION_DESCRIPTION), DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},VIRTUAL_LOCATION_COMPANY_ID=P(VIRTUAL_LOCATION_COMPANY_ID),GEOGRAPHIC_LOCATION_DESCRIPTION=P(GEOGRAPHIC_LOCATION_DESCRIPTION), DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION), TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;)))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;I've also tried this and it works only for the first line, I can't figure out how to get it to work for the rest of the lines so its all in one chart:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;EM&gt; IF( ValueList(vInternal,vSPC,vPartner,vCenter,vMinTimeframe)=vInternal, vMinTimeframe,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282},DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&amp;gt;}RESULT_DEN)))&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 22:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926550#M76292</guid>
      <dc:creator>SarahD</dc:creator>
      <dc:date>2022-05-04T22:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926581#M76303</link>
      <description>&lt;P&gt;The Timeframe filters are getting applied due to below&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This will only return&amp;nbsp;DEPT_GROUP_DESCRIPTION that exists in the selected TIMEFRAME which is correct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;It is not one filters the other, but everything filters everything&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;if you filter on TIMEFRAME you get all possible&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;DEPT_GROUP_DESCRIPTION&amp;nbsp;&lt;/SPAN&gt;for selected TIMEFRAME&lt;/P&gt;
&lt;P&gt;if you filter&amp;nbsp;DEPT_GROUP_DESCRIPTION&amp;nbsp;, you get all possible TIMEFRAME&amp;nbsp;&lt;SPAN&gt;for selected DEPT_GROUP_DESCRIPTION&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you only want&amp;nbsp;&lt;SPAN&gt;DEPT_GROUP_DESCRIPTION&amp;nbsp; to be filtered that would also mean data is only shown for the&amp;nbsp;DEPT_GROUP_DESCRIPTION&lt;STRONG&gt;&amp;nbsp; for the available dates those&amp;nbsp;DEPT_GROUP_DESCRIPTION&amp;nbsp;&amp;nbsp;exist&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;also&amp;nbsp; adding this is redundant as responding to selections in default behavior&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;DEPT_GROUP_DESCRIPTION=P(DEPT_GROUP_DESCRIPTION)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;part 1/2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 04:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926581#M76303</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-05T04:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926582#M76304</link>
      <description>&lt;P&gt;part 2/2&lt;/P&gt;
&lt;P&gt;the below will work the same way&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Also how exactly are you filtering last12 months??&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vInternal,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282}&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'Inhouse'},[METRIC_ID]={282}&amp;gt;}RESULT_DEN))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vSPC,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282},, TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vPartner,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282}, TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282}, TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;IF( ValueList(vInternal,vSPC,vPartner,vCenter)=vCenter,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282}, TIMEFRAME=&amp;gt;}RESULT_NUM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum({1&amp;lt;[CENTER_TYPE]={'SPC'},[METRIC_ID]={282}, TIMEFRAME=&amp;gt;}RESULT_DEN)),&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;)))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 04:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1926582#M76304</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-05T04:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1927055#M76338</link>
      <description>&lt;P&gt;Thanks for the response...&lt;BR /&gt;Timeframe is one of the filters. I need the timeframe to filter some of the numbers (the ones on the bottom), but I need the Trending lines to NOT filter on the timeframe. I created the set analysis and it works beautifully until I add the value list, then the set analysis part stop functioning correctly.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahD_0-1651775442642.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78780iB495A3B90A60529A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahD_0-1651775442642.png" alt="SarahD_0-1651775442642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 18:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1927055#M76338</guid>
      <dc:creator>SarahD</dc:creator>
      <dc:date>2022-05-05T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1927152#M76349</link>
      <description>&lt;P&gt;the use of valuelist() does not change how set analysis works, as I confirmed above, your selections in other fields are affecting the set scope&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm how exactly are you restricting the last 13 months period in your chart?&lt;/P&gt;
&lt;P&gt;Please post all details regarding dimensions /measures used in the chart&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 05:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1927152#M76349</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-06T05:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Value List with Restricting filters</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1928222#M76438</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Q: Can you confirm how exactly are you restricting the last 13 months period in your chart?&lt;BR /&gt;I'm not restricting it, nor trying to. The data has 13 months and I&amp;nbsp; want to include all of those in the line graph. I am trying to make it so TIMEFRAME does NOT filter this expression. Any ideas?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 20:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-Value-List-with-Restricting-filters/m-p/1928222#M76438</guid>
      <dc:creator>SarahD</dc:creator>
      <dc:date>2022-05-09T20:53:40Z</dc:date>
    </item>
  </channel>
</rss>

