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
How to export data from various tables into a single xml file
ASP.NET - Reading from resource file
ms sql change string with all upper case to proper lower case sentence
SQL - For Each statement?
replace field value with another value using MS TSQL
SystemDB and MDW questions
Table parameter in SQL 2008
OSC 2007 R2, need to deploy a FQDN pool. not sure how to
After Update event code
Merge InfoPath Sections Containing Check Boxes