<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Retrieving Quality Center User Login Statistics</title>
	<atom:link href="http://www.jds.net.au/tech-tips/retrieving-quality-center-user-login-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/retrieving-quality-center-user-login-statistics/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:24:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Louis</title>
		<link>http://www.jds.net.au/tech-tips/retrieving-quality-center-user-login-statistics/#comment-16445</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Wed, 21 Jul 2010 13:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=2712#comment-16445</guid>
		<description>might be of interested if you want to count users logged in etc..

SELECT user_name,count(*) 
FROM qcsiteadmin_db.SESSIONS_HISTORY
WHERE START_TIME &gt;= &#039;20-JUL-10&#039;
group by user_name
order by count(*) desc</description>
		<content:encoded><![CDATA[<p>might be of interested if you want to count users logged in etc..</p>
<p>SELECT user_name,count(*)<br />
FROM qcsiteadmin_db.SESSIONS_HISTORY<br />
WHERE START_TIME &gt;= &#8217;20-JUL-10&#8242;<br />
group by user_name<br />
order by count(*) desc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gayathri Bharadwaj</title>
		<link>http://www.jds.net.au/tech-tips/retrieving-quality-center-user-login-statistics/#comment-11310</link>
		<dc:creator>Gayathri Bharadwaj</dc:creator>
		<pubDate>Thu, 11 Feb 2010 02:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=2712#comment-11310</guid>
		<description>Hi, I am wondering to write a query, where by I can get the stats(graph view) by which we can see how many users are logging in how many projects. i.e 
x axis has dates and y axis has users no of users which can be grouped by projects. would that be possible to derive?</description>
		<content:encoded><![CDATA[<p>Hi, I am wondering to write a query, where by I can get the stats(graph view) by which we can see how many users are logging in how many projects. i.e<br />
x axis has dates and y axis has users no of users which can be grouped by projects. would that be possible to derive?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

