<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Dashboard Discussion, Support, Examples, Help Topic: count unique values</title>
<link>http://dashboard.infocaptor.com/</link>
<description>Dashboard Discussion, Support, Examples, Help Topic: count unique values</description>
<language>en</language>
<pubDate>Sat, 11 Sep 2010 01:54:31 +0000</pubDate>

<item>
<title>admin on "count unique values"</title>
<link>http://dashboard.infocaptor.com/topic/count-unique-values#post-63</link>
<pubDate>Tue, 28 Apr 2009 21:07:02 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">63@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In the InfoCaptor example dashboard there is a column called country_name. You can get a list of all unique countries by issuing a SQL statement like&#60;/p&#62;
&#60;p&#62;select distinct country_name from [detail_data$]&#60;/p&#62;
&#60;p&#62;Now to get a count of all these unique values you can wrap it under an inner table like below&#60;/p&#62;
&#60;p&#62;select count(*) as total_country&#60;br /&#62;
from&#60;br /&#62;
(&#60;br /&#62;
select distinct country_name as country&#60;br /&#62;
from [detail_data$]&#60;br /&#62;
)
&#60;/p&#62;</description>
</item>
<item>
<title>S Uma on "count unique values"</title>
<link>http://dashboard.infocaptor.com/topic/count-unique-values#post-61</link>
<pubDate>Tue, 28 Apr 2009 06:24:12 +0000</pubDate>
<dc:creator>S Uma</dc:creator>
<guid isPermaLink="false">61@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;What is the sql statement to be used for counting unique values in excel
&#60;/p&#62;</description>
</item>

</channel>
</rss>
