<?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 Tag: sqlserver</title>
<link>http://dashboard.infocaptor.com/</link>
<description>Dashboard Discussion, Support, Examples, Help Tag: sqlserver</description>
<language>en</language>
<pubDate>Sat, 11 Sep 2010 02:43:47 +0000</pubDate>

<item>
<title>admin on "Inventory balance trend in ms SQL"</title>
<link>http://dashboard.infocaptor.com/topic/inventory-balance-trend-in-ms-sql#post-31</link>
<pubDate>Fri, 26 Dec 2008 17:04:30 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">31@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;email reply--&#60;/p&#62;
&#60;p&#62;Thank you and happy holidays&#60;/p&#62;
&#60;p&#62;As I understand, you have a SQL query that returns the current inventory balance from the database.&#60;/p&#62;
&#60;p&#62;Does your table have any kind of date column? For e.g If you are sql query is like&#60;br /&#62;
select sum(inventory_balance)&#60;br /&#62;
from inventory_transactions&#60;/p&#62;
&#60;p&#62;then is there any other time related column in the inventory_transactions table? If there is then you could apply database functions to get the week part from the date for e.g&#60;/p&#62;
&#60;p&#62;select format(trx_date,'MMM') as period, sum(inventory_balance)&#60;br /&#62;
from inventory_transactions&#60;br /&#62;
group by format(trx_date,'MMM')&#60;/p&#62;
&#60;p&#62;You could then put this query in the chart editor and select a bar chart type.&#60;/p&#62;
&#60;p&#62;If you don't have any time related columns in your table then you would need some mechanism to capture that information or store the weekly snapshot in a seperate table and use that table for your chart.
&#60;/p&#62;</description>
</item>
<item>
<title>admin on "Inventory balance trend in ms SQL"</title>
<link>http://dashboard.infocaptor.com/topic/inventory-balance-trend-in-ms-sql#post-30</link>
<pubDate>Fri, 26 Dec 2008 17:03:29 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">30@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;Happy Holidays...&#60;br /&#62;
I have downloaded InfoCaptor, and it is exactly what I am looking for! thank you!&#60;br /&#62;
quick question....&#60;br /&#62;
I plan on using it to access MS SQL databases.&#60;/p&#62;
&#60;p&#62;How do you track items that do not have datebase fields.&#60;br /&#62;
For example, I have a SQL query that looks at our inventory balance when the SQL statement is run. How would I track the results on let's say a weekly basis with a chart? TheSQL statement result is point in time. Where are the results stored so that I can monitor a trend?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
