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

<item>
<title>njethwa on "Number formatting SQL server dashboard"</title>
<link>http://dashboard.infocaptor.com/topic/number-formatting-sql-server-dashboard#post-37</link>
<pubDate>Tue, 30 Dec 2008 19:55:24 +0000</pubDate>
<dc:creator>njethwa</dc:creator>
<guid isPermaLink="false">37@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;It seems that the Ship date is a numeric column and not a date datatype. InfoCaptor date column format is applicable to only date and time columns.&#60;/p&#62;
&#60;p&#62;Can you confirm what type of column is the ship Date? You could use the SQL server specific convert functions &#60;a href=&#34;http://msdn.microsoft.com/en-us/library/ms187928.aspx&#34; rel=&#34;nofollow&#34;&#62;http://msdn.microsoft.com/en-us/library/ms187928.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In your case, if Ship Date is a numeric column such as int then you could try the following for ship date&#60;/p&#62;
&#60;p&#62;select convert(datetime,convert(char(8),ship_date)) as shipping_date ...&#60;/p&#62;
&#60;p&#62;Once your SQL returns a datetime column, you could use InfoCaptor's date formatting.
&#60;/p&#62;</description>
</item>
<item>
<title>guest on "Number formatting SQL server dashboard"</title>
<link>http://dashboard.infocaptor.com/topic/number-formatting-sql-server-dashboard#post-36</link>
<pubDate>Tue, 30 Dec 2008 19:35:19 +0000</pubDate>
<dc:creator>guest</dc:creator>
<guid isPermaLink="false">36@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;Thanks for helping out….I got the $ numbers to display correctly, but as far as the dates being pulled from the SQL tables they are in YYYMMDD format. I have tried various settings but they do not affect the display. I am looking for MM-DD-YYYY. (don’t mind the 2030 Year…it is a scheduling thing.)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
