<?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 Troubleshooting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650744#M1066756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you like to see Person A, B and C&amp;nbsp; of type meeting by default, but if you make additional filter to show say just Person B, do you want it show only Person B in the chart ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be very precise in what you are looking to achieve.&amp;nbsp; You may want the intersection of canned filters and dynamic filters which is possible in SET ANALYSIS.&amp;nbsp; You could also do an IF statement based on whether 1 or more fields have been selected using getselectedcount(fieldname)&amp;nbsp; for example. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 21:03:18 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-09-08T21:03:18Z</dc:date>
    <item>
      <title>Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650740#M1066752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a chart that reflects the activity of a sales group (comprised of Persons A, B, C) but updates to reflect individuals' activities based on the selection. But when I make a selection, the chart does not change and continues to reflect Meetings for A, B, and C. Can someone help? Much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CRM_USER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Person A', 'Person B', 'Person C'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'MEETING'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%Fact_Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650740#M1066752</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650741#M1066753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate the column on backend use one for set analysis another one for selection. Let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650741#M1066753</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650742#M1066754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know a way to solve the issue by fixing the expression, instead of touching the backend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650742#M1066754</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650743#M1066755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way is without using the set analysis. Because the main purpose of set analysis is that the selections of field in set analysis doesn't impact the calculation.If you want only in expression I would use if statement: &lt;SPAN style="color: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;CRM_USER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Person A', 'Person B', 'Person C'}, Count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ={'MEETING'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;%Fact_Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650743#M1066755</guid>
      <dc:creator />
      <dc:date>2014-09-08T21:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650744#M1066756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you like to see Person A, B and C&amp;nbsp; of type meeting by default, but if you make additional filter to show say just Person B, do you want it show only Person B in the chart ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be very precise in what you are looking to achieve.&amp;nbsp; You may want the intersection of canned filters and dynamic filters which is possible in SET ANALYSIS.&amp;nbsp; You could also do an IF statement based on whether 1 or more fields have been selected using getselectedcount(fieldname)&amp;nbsp; for example. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650744#M1066756</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-08T21:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650745#M1066757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am looking for precisely what you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please expand on how to execute either of your suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650745#M1066757</guid>
      <dc:creator />
      <dc:date>2014-09-08T21:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650746#M1066758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this IF(MATCH(CRM_USER_NAME, 'Person A','Person B', 'Person C'), &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f6f6f6;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; ={'MEETING'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f6f6f6;"&gt;%Fact_Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Suraj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650746#M1066758</guid>
      <dc:creator />
      <dc:date>2014-09-08T21:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650747#M1066759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the SET ANALYSIS try using *=.&amp;nbsp; If you select Person A the chart will only show person A and type=meeting, If you select Person D, the chart will show nothing. Basically this returns the records that belong to the current selections AND the Selections in the modifier. So they can further reduce what is in the SET MODIFIER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;CRM_USER_NAME*&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Person A', 'Person B', 'Person C'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; *={'MEETING'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;%Fact_Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is this what you want or do you want to remove the SET MODIFIER completely if a user selects a different CRM_USER_NAME or TYPE ? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650747#M1066759</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-08T21:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650748#M1066760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to know about this. I didn't knew about *=.&lt;BR /&gt;Thanks Poole.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650748#M1066760</guid>
      <dc:creator />
      <dc:date>2014-09-08T21:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650749#M1066761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Johnathan, this is what I want. But it seems there is a syntax error. All I've done is replace the user names with actual values... can't figure out what's wrong. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650749#M1066761</guid>
      <dc:creator />
      <dc:date>2014-09-10T13:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650750#M1066762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your syntax/expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650750#M1066762</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-10T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650751#M1066763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CRM_USER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;*={'LAST1, FIRST1','LAST2, FIRST2'},SLX_TYPE_DESCRIPTION *={'MEETING'}&amp;gt;}%Fact_Key) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650751#M1066763</guid>
      <dc:creator />
      <dc:date>2014-09-10T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650752#M1066764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by syntax error, you mean the wavy red underlining under the *=, you can ignore that, it is a bug in the syntax checker.Your syntax looks OK, but I don't think you need the *= on the second clause of your set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650752#M1066764</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-09-10T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650753#M1066765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right about the bug! thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 14:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650753#M1066765</guid>
      <dc:creator />
      <dc:date>2014-09-10T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650754#M1066766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Suraj! but for my needs this doesn't work because I want to display the total count for Person A, B and C when no CRM_USER_NAME is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 14:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Troubleshooting/m-p/650754#M1066766</guid>
      <dc:creator />
      <dc:date>2014-09-10T14:15:23Z</dc:date>
    </item>
  </channel>
</rss>

