<?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 Calculated dimension - restrict values shown on chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464673#M560911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a simple bar chart, but wish to restrict the values shown from my dimension. I am guessing that the way to do this is to use a calculated dimension expression, but not certain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV v10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the cahrt below I do not want to show the Title dimension values 'Trainee' and 'Others-Legal' in my chart. Is there a way to do this while keeping the values as per the chart for the remaining titles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="39035" class="jive-image-thumbnail jive-image" onclick="" alt="title.GIF" src="https://community.qlik.com/legacyfs/online/39035_title.GIF" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Apr 2013 17:07:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-17T17:07:40Z</dc:date>
    <item>
      <title>Calculated dimension - restrict values shown on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464673#M560911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a simple bar chart, but wish to restrict the values shown from my dimension. I am guessing that the way to do this is to use a calculated dimension expression, but not certain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV v10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the cahrt below I do not want to show the Title dimension values 'Trainee' and 'Others-Legal' in my chart. Is there a way to do this while keeping the values as per the chart for the remaining titles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="39035" class="jive-image-thumbnail jive-image" onclick="" alt="title.GIF" src="https://community.qlik.com/legacyfs/online/39035_title.GIF" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 17:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464673#M560911</guid>
      <dc:creator />
      <dc:date>2013-04-17T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - restrict values shown on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464674#M560912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe there are two ways doing that on the front end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimension:&lt;/P&gt;&lt;P&gt; if(Title='Trainee'&amp;nbsp; or&amp;nbsp; 'Others-Legal', null(), Title) and check supress when value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this expression should provide similiar result:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum( {&amp;lt;Title-={'Trainee'&amp;nbsp; ,'Others-Legal'} &amp;gt;}Expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 17:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464674#M560912</guid>
      <dc:creator />
      <dc:date>2013-04-17T17:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - restrict values shown on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464675#M560913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matthewsl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the calculated dimension of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(Title='Trainee'&amp;nbsp; or&amp;nbsp; Title='Others-Legal', null(), Title) and checked the surpess when value is null option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trainee and Others-legal titles are removed from the chart, but the figures for the remaining values are changed as a result. The chart below shows the outcome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same is true when using the restriction in the expression. What I am looking to do is to remove those titles and still keep the original values - as per the original figures on the chart picture in my original post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="39103" alt="title2.GIF" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/39103_title2.GIF" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 08:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464675#M560913</guid>
      <dc:creator />
      <dc:date>2013-04-18T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - restrict values shown on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464676#M560914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your expression? I assume its a division and it needs to be slighlty changed now that we nullified some values in the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464676#M560914</guid>
      <dc:creator />
      <dc:date>2013-04-18T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - restrict values shown on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464677#M560915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I am using is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&amp;nbsp; f_same={'$(vSetSnapshot)'},[Practice Group]={'86 Asset Finance (RCLI)'}, Location={'001 London'} &amp;gt;}ChargeableTime)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically a pretty simple sum calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-restrict-values-shown-on-chart/m-p/464677#M560915</guid>
      <dc:creator />
      <dc:date>2013-04-18T13:35:01Z</dc:date>
    </item>
  </channel>
</rss>

