<?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: Customise Filters:Filteration should not impact other columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605280#M1115710</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;This will hard code for affluent:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;BusinessGroup={'Affluent'}&amp;gt;} Revenue) / Sum({&amp;lt;BusinessGroup=&amp;gt;} Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will divide the selected group(s) by the sum of all:&lt;/P&gt;&lt;P&gt;=Sum(Revenue) / Sum({&amp;lt;BusinessGroup=&amp;gt;} Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart with dimension BusinessGroup:&lt;/P&gt;&lt;P&gt;=Sum(Revenue) / Sum(TOTAL Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the field name and expression to match your data model.&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, 19 Feb 2014 11:12:34 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-02-19T11:12:34Z</dc:date>
    <item>
      <title>Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605278#M1115708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my current case where I have following Business Groups&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Affluent&lt;/LI&gt;&lt;LI&gt;Expert Individuals&lt;/LI&gt;&lt;LI&gt;TPGS&lt;/LI&gt;&lt;LI&gt;New Customers&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then, each group has participants within it.. for example&lt;/P&gt;&lt;P&gt;Affluent : Cust ID1, Cust ID2, Cust ID3 etc&lt;/P&gt;&lt;P&gt;Expert Individuals : Cust ID4, Cust ID5, Cust ID6 etc&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above groups are mutually exclusive in terms of Cust ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Objective: &lt;/STRONG&gt;I am trying to compare the revenue pattern of Cust ID of one group(Say Affluent) against over all revenue pattern of Other Groups(TPGS/Expert Individuals/New Customers) using a straight table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Challenge&lt;/STRONG&gt;: If I am applying filter to any Cust ID then other groups are disappearing because it is just focusing on respective group.&lt;/P&gt;&lt;P&gt;Is it possible to make other groups appear after application of the filter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to solve it using set analysis but not able to find the correct logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;NOTE: I can't open QVD files from other users as I am using a trial version.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605278#M1115708</guid>
      <dc:creator />
      <dc:date>2014-02-19T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605279#M1115709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use so called "alternate states". These are like independed seletions rooms. Every chart and every list box can belong to a specific state (or, of course to the default state). &lt;/P&gt;&lt;P&gt;The document itself always belongs to the default state.&lt;/P&gt;&lt;P&gt;To use alternate states you have to create them first: document properties --&amp;gt; General Tab --&amp;gt; Button "Alternate States"&lt;/P&gt;&lt;P&gt;For ex create an "Affluent" and an "TPGS". After this they are available in most of your objects and a state can be bound to it where necessary. See for ex. Chart Prop --&amp;gt; General Tab.&lt;/P&gt;&lt;P&gt;And:&lt;/P&gt;&lt;P&gt;Alternate states can also be adressed within expressions. &lt;/P&gt;&lt;P&gt;For more Details pls refer to Online Help et. al.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605279#M1115709</guid>
      <dc:creator />
      <dc:date>2014-02-19T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605280#M1115710</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;This will hard code for affluent:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;BusinessGroup={'Affluent'}&amp;gt;} Revenue) / Sum({&amp;lt;BusinessGroup=&amp;gt;} Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will divide the selected group(s) by the sum of all:&lt;/P&gt;&lt;P&gt;=Sum(Revenue) / Sum({&amp;lt;BusinessGroup=&amp;gt;} Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart with dimension BusinessGroup:&lt;/P&gt;&lt;P&gt;=Sum(Revenue) / Sum(TOTAL Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the field name and expression to match your data model.&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, 19 Feb 2014 11:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605280#M1115710</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-19T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605281#M1115711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Varun,&lt;/P&gt;&lt;P&gt;I assume you are trying to put all the groups in one table and then compare the groups on Revenue.&lt;/P&gt;&lt;P&gt;Follow the steps below:&lt;/P&gt;&lt;P&gt;1. Add Group as dimension&lt;/P&gt;&lt;P&gt;2. Add an expression like&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;CUST_ID=&amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;The above expression will make calculation independent of CUST_ID field selection. The caveat here is that the numbers for the respective group which has the selected CUST_ID will also not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to create different objects for each of the group, then Step 2 will be like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Group={'GROUP NAME', CUST_ID=&amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605281#M1115711</guid>
      <dc:creator>gopalopsharma</dc:creator>
      <dc:date>2014-02-19T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605282#M1115712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Ronald,&lt;/P&gt;&lt;P&gt;I tried using Alternate states but it is duplicating the filters and I think Set Analysis might give better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605282#M1115712</guid>
      <dc:creator />
      <dc:date>2014-02-19T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605283#M1115713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not working in a way I wanted.. I basically wanted to compare the revenue pattern of Cust ID from Affluent against Other business groups..&lt;/P&gt;&lt;P&gt;So Cust ID_Affluent vs. Expert Individuals or TPGS or New customers. I am not comparing against entire group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605283#M1115713</guid>
      <dc:creator />
      <dc:date>2014-02-19T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605284#M1115714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite sure, that your problem can be solved by using different search states. In my example there are two of them important: "Gruppe1" and "Gruppe2".&lt;/P&gt;&lt;P&gt;The blue list boxes belong to state "Gruppe1" and orange belong to "Gruppe2".&lt;/P&gt;&lt;P&gt;Now check the SET Analyses in the expressions: Blue "Umsatz"-Bar is "Gruppe1"-bound and orange belongs to "Gruppe2"&lt;/P&gt;&lt;P&gt;Start playing around . . .&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605284#M1115714</guid>
      <dc:creator />
      <dc:date>2014-02-19T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Customise Filters:Filteration should not impact other columns</title>
      <link>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605285#M1115715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am still not able to get it right.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53509_Untitled.png" style="width: 620px; height: 152px;" /&gt; &lt;/P&gt;&lt;P&gt;I need all yellow columns to reflect same values regardless of which Business group they belong too. &lt;/P&gt;&lt;P&gt;For eg:- If I select Cust ID from Expert Individuals then all yellow columns should reflect the values of that Cust ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried writing the below set statements but they don't seem to work fine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Business Grp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Revenue]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Business Grp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Affluent', 'Expert Individuals', 'TPGS', 'New Customers'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Revenue]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Varun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 07:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customise-Filters-Filteration-should-not-impact-other-columns/m-p/605285#M1115715</guid>
      <dc:creator />
      <dc:date>2014-02-20T07:13:04Z</dc:date>
    </item>
  </channel>
</rss>

