<?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: Show only dimension value in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083883#M925272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a calculated dimension here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(StoreCode, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;WSDP', 'WSBK'), StoreCode)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select 'Suppress When Value Is Null' on the dimensions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 14:53:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-08T14:53:53Z</dc:date>
    <item>
      <title>Show only dimension value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083882#M925271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Underneath the image , you see a chart with dimension &lt;STRONG&gt;StoreCode&lt;/STRONG&gt; and &lt;STRONG&gt;Month&lt;/STRONG&gt;. In the chart &lt;STRONG&gt;Average orders amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; i only want to show the&amp;nbsp; used expression for only&amp;nbsp; the storecode WSDP&amp;nbsp; and WSBK. in the image below you see irrelevant stores....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i fix this? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121048_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rega&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083882#M925271</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show only dimension value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083883#M925272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a calculated dimension here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(StoreCode, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;WSDP', 'WSBK'), StoreCode)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select 'Suppress When Value Is Null' on the dimensions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083883#M925272</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show only dimension value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083884#M925273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you can also use a set analysis in your expression. For example your expression was Sum(Sales), then change it to -&amp;gt; &lt;STRONG&gt;Sum({&amp;lt;StoreCode = {'&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WSDP', 'WSBK'&lt;/SPAN&gt;}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest this approach, unless there is a very specific reason to use calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083884#M925273</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show only dimension value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083885#M925274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i let the chart show "0" or zero sales ( for example some stores had €0 sales) but still i want to show this in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which parameters /settings should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083885#M925274</guid>
      <dc:creator />
      <dc:date>2016-04-08T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show only dimension value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083886#M925275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the presentation tab -&amp;gt; uncheck '&lt;STRONG&gt;Suppress Zero Values&lt;/STRONG&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-dimension-value-in-Chart/m-p/1083886#M925275</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T15:07:06Z</dc:date>
    </item>
  </channel>
</rss>

