Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Monthname: Is there a bug in this function

$
0
0
Can someone tell me if there is a bug/issue with the SSRS built in function MonthNameThe following expression in the header of my report returns an error on the True Part, but not on the false partIIF(Parameters!THE_MONTH.Value = 100," Year " , cstr(monthname(Parameters!THE_MONTH.Value)))Basically i have a drill through report based on Months but with a total for which i pass the month in as 100

Viewing all articles
Browse latest Browse all 2791

Trending Articles