Microsoft
Software
Hardware
Network
Question : how to change the date format on the X-axis - ssrs
I have a "Weekly" interval set on the X-axis on the chart of my SSRS report.
now, I want to show the week number and not the actual date.
How, do I do this?
Answer : how to change the date format on the X-axis - ssrs
use function
instead of using
=Fields!ColumnWithDate.Val
ue
use
=DatePart(DateInterval.Wee
kOfYear, Fields!ColumnWithDate.Valu
e)
Random Solutions
Excel opens to a gray screen on first launch
Scripting Problem with IFMEMBER
Web Service or WCF? Current system uses thumb drives.
User-Level Security
Cannot use Remote Desktop connection on Windows 2000 server
Unable to change the size of the page file
$INSERT permission denied on object 'TABLE NAME', database 'ACB', owner 'dbo'. sp_ABC
Access Report export question: DoCmd.OutputTo can't export Excel 1997-2003 format?
.Net C# Getting the error: The remote server returned an error: (401) Unauthorized. when using OWA Outlook Web Access
VBA code to paste into webpage textbox and select from a dropdown box.