<?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: Ignoring the chart dimension only in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597883#M1109343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in-credible ! That's it indeed ! Thanks a lot Jonathan !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 14:48:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-04T14:48:51Z</dc:date>
    <item>
      <title>Ignoring the chart dimension only in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597881#M1109338</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 have a bar-chart in which I would like to calculate the % of users interacting with a number of services.&lt;/P&gt;&lt;P&gt;To keep it simple, I have 2 tables; one with the interaction data (Table A) &amp;amp; one with the user data (IDs basically) (Table B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As my &lt;STRONG&gt;dimension&lt;/STRONG&gt; I have the follwoing:&lt;/P&gt;&lt;P&gt;service name (coming from Table A)&lt;/P&gt;&lt;P&gt;As my &lt;STRONG&gt;metric&lt;/STRONG&gt;, I have the following:&lt;/P&gt;&lt;P&gt;=count(DISTINCT InteractionData.UserID) / count(DISTINCT UserID)&lt;/P&gt;&lt;P&gt;(where the first count comes from table A &amp;amp; the second count comes from table B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the % of interactions per service always returns 100% as the dimension limits the UserID data to only those that have actually interacted with the service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is ignoring the dimension in my graph to have in the second count the total number of users.&lt;/P&gt;&lt;P&gt;However, dimensions other than the servicename should remain to be taken into account (like date, country, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried working with {$}, {1}, {&amp;lt;[servicename]=}, .... not of these things worked...&lt;/P&gt;&lt;P&gt;Anyone has any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597881#M1109338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring the chart dimension only in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597882#M1109340</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;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count(DISTINCT InteractionData.UserID) / count(TOTAL DISTINCT UserID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597882#M1109340</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-04T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring the chart dimension only in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597883#M1109343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in-credible ! That's it indeed ! Thanks a lot Jonathan !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-the-chart-dimension-only-in-an-expression/m-p/597883#M1109343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T14:48:51Z</dc:date>
    </item>
  </channel>
</rss>

