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 completely hide columns in Access 2007
SQL Injection
Separate words in cells
access 2003 package wizard
Spell Check in Access 2003 MDE
VBA command to open EMBEDDED OLE object - Word document
Filtering MS SQL cross-tab query
How do I change field's data type when previously set using Lookup Wizard?
Problems with notification envelope icon showing up in Outlook.
DNS name resolution problem, ping fails, nslookup succeeds