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
SQL - CASE Statement help needed
Operator '=' is not defined for type 'DBNull' and type 'Integer'.
Domain Controller time out of sync
reading text file into listbox and writing listbox items into a file at launching and exiting the application
Mototola Droid will not sync with Microsoft 2003 Exchange Server
Connecting a workstation to existing SBS 2003 network
Control Toolbox, Powerpoint 03
GLIBCXX_3.4.9' not found C++
Matching case in SQL
Public folder replication not working on Exchange 2007?