<?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: How to restrict only one value from dimension in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426330#M158836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({1&amp;lt;Customer_ID={'YOURSPECIFICID'}&amp;gt;} customers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 May 2013 09:29:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-05T09:29:02Z</dc:date>
    <item>
      <title>How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426329#M158835</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;i have a Bar chart and in want to do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count distinct on (type custome) , and i want to do it only on a specific cuatomer_id .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i restrict specific&amp;nbsp; value from Customer dimension in a chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 09:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426329#M158835</guid>
      <dc:creator />
      <dc:date>2013-05-05T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426330#M158836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({1&amp;lt;Customer_ID={'YOURSPECIFICID'}&amp;gt;} customers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 09:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426330#M158836</guid>
      <dc:creator />
      <dc:date>2013-05-05T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426331#M158837</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;first thank you it works &lt;/P&gt;&lt;P&gt;but i don't understand how ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what "1" stand for ?&lt;/P&gt;&lt;P&gt;where we did count distinct .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 09:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426331#M158837</guid>
      <dc:creator />
      <dc:date>2013-05-05T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426332#M158838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i forgot distinct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Customer_ID={'YOURSPECIFICID'}&amp;gt;} distinct customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 stands for that it is not affected by any selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you also could use $ cause your are specifiying what value it should be, so i does not matter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 09:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426332#M158838</guid>
      <dc:creator />
      <dc:date>2013-05-05T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426333#M158839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;P&gt;it been very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 09:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426333#M158839</guid>
      <dc:creator />
      <dc:date>2013-05-05T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426334#M158840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found strange thing&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use the this syntax in the graf&amp;nbsp; i get what i want.&lt;/P&gt;&lt;P&gt; but when i change the filter ( for example month) &lt;/P&gt;&lt;P&gt;the garf doesnt change ,why ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 13:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426334#M158840</guid>
      <dc:creator />
      <dc:date>2013-05-05T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426335#M158841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because you have set 1 infront. Try with $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one disregards the dimensions but not the selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if that does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=count({$&amp;lt;Customer_ID={'YOURSPECIFICID'}, MONTHCOLUMN=&amp;gt;} distinct customers)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 13:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426335#M158841</guid>
      <dc:creator />
      <dc:date>2013-05-05T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426336#M158842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 13:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426336#M158842</guid>
      <dc:creator />
      <dc:date>2013-05-05T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict only one value from dimension in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426337#M158843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 13:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-only-one-value-from-dimension-in-a-chart/m-p/426337#M158843</guid>
      <dc:creator />
      <dc:date>2013-05-05T13:21:50Z</dc:date>
    </item>
  </channel>
</rss>

