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
Reduce the size of x-axis in Perfmon graph
Can we Edit auto generated reply message by auto accept agent ? Using exchange 2003 SP2
Disable file explorer rename on Windows
Installing: What is it With this here "Mscreate.dir"
Possible to use C# in Excel 2007 macro?
Copy data from multiple workbooks with VBA
Regex.Replace only match entire word instead of part of a word
MS Access Extended list - selections from saved list
How to set scroll position of a datalist inside a div tag using javascript?
round() method in MFC