ssrs 2008 display issue

  • In a new ssrs 2008 report that I am working on the following sql works correctly in sql management studio:

    select convert(char(08),convert(char(04),(TC.endYear - 1)) + '-' + substring(convert(char(04),TC.endYear),3,2)) as 'Transcript School Year' from [test].[dbo].[TranscriptCourse] TC

    The results display like '2015-16' which is what I want.

    However from the SSRS report I obtain the value of either 2016 or #ERROR depending on how many columns I displayed. For the run I am going the endYear value does equal 2016. Thus can you tell me how to change the ssrs 2008 report so that the value of '2015-16' is displayed?

  • found answer

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply