<?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: Ignore and Hide a dimension in Chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307438#M516669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what the denominator value should be. But I'm finding it difficult to get that value in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LitigationYear is my Top most dimension, followed by CloseYear. Not every ID has a LitigationYear and not every ID has a CloseYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My numerator should count everything per LitigationYear and my denominator should count everything per CloseYear. But in QV I cannot get the denominator to calculate correctly - at best it will only count IDs that do have a LitigationYear, and excludes those that don't (as LitigationYear is the top most dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry I can't attach any data right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 17:39:04 GMT</pubDate>
    <dc:creator>jamesonb</dc:creator>
    <dc:date>2017-04-24T17:39:04Z</dc:date>
    <item>
      <title>Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307434#M516665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trawling through so many threads and cannot find anything that will work for me, hoping someone will be able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Combo Chart with 2 dimensions: Litigation_Date and Close_Date. In my expression I am calculating rates as a %. To give a bit of context the numerator will count the number of IDs with a Litigation_Date, and the denominator will count the number of IDs with a Close Date (per year, month etc.) The user will be able to filter by Litigation_Date and so this is the primary dimension in my chart. It is possible to have IDs with a&amp;nbsp; Litigation_Date, but no Close_Date, and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the TOTAL function for the numerator and this appears to work, counting only IDs with a Litigation_Date:&lt;/P&gt;&lt;P&gt;COUNT(TOTAL&amp;lt;Litigation_Date&amp;gt; DISTINCT ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work for the denominator though:&lt;/P&gt;&lt;P&gt;COUNT(TOTAL &amp;lt;Close_Date&amp;gt; DISTINCT ID) --&amp;gt; this returns only IDs with a Close_Date&amp;nbsp; &lt;STRONG&gt;AND&lt;/STRONG&gt; a Litigation_Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307434#M516665</guid>
      <dc:creator>jamesonb</dc:creator>
      <dc:date>2017-04-24T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307435#M516666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample app with some expected output. Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Count(TOTAL {&amp;lt; ID = E(Close_Date) &amp;gt;} DISTINCT ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307435#M516666</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-24T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307436#M516667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't have access to the internet on the server holding QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table form when I use the above as my denominator I get the following:&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161023_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/161042_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the denominator is the count of all cases with a Close Year in 2013, 2014 etc. and where you do not see the Close Year in the chart, but it is used as a dimension (only needed to calculate denominator).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible but thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307436#M516667</guid>
      <dc:creator>jamesonb</dc:creator>
      <dc:date>2017-04-24T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307437#M516668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I quite did not get you? Can you elaborate a little please. How would you get the denominator values as 7800 for 2013 for eg? Can you load some sample data on to excel and upload here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 17:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307437#M516668</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-24T17:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307438#M516669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what the denominator value should be. But I'm finding it difficult to get that value in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LitigationYear is my Top most dimension, followed by CloseYear. Not every ID has a LitigationYear and not every ID has a CloseYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My numerator should count everything per LitigationYear and my denominator should count everything per CloseYear. But in QV I cannot get the denominator to calculate correctly - at best it will only count IDs that do have a LitigationYear, and excludes those that don't (as LitigationYear is the top most dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry I can't attach any data right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 17:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307438#M516669</guid>
      <dc:creator>jamesonb</dc:creator>
      <dc:date>2017-04-24T17:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore and Hide a dimension in Chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307439#M516670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the expressions you are using for Numerator and Denominator. Its kind of tough to work on something which i dont have. Can you create some dummy data out of your original data. Like atleast few rows that has ID's for Litigation and no ID's for Close year.? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 17:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-and-Hide-a-dimension-in-Chart-expression/m-p/1307439#M516670</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-24T17:59:13Z</dc:date>
    </item>
  </channel>
</rss>

