hoping someone can help -- Googling provided none. I need to get the week number (of the year) from a date. I've added field "week_num" to my dataset and when I went to create the expression, I see there is no "WEEK" function under Date/Time?
In VB and other languages there is a simple week function but I don't see it in SSRS 2008. For example, if the date is '2014-03-16', I want the week number, which is 12.
can anyone help?
regarding this question, i had the same issue, (kinda sucks that SSRS does not share same function references and params that MSSQL being part of it ) but here's the instruction set for datepart, in this case directly for SSRS>
for this date as example>
=DatePart(DateInterval.Month, today())
this will output current date's month number.
here's a list for some valid dateinterval parameters, in SSRS datepart function
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With