开发者

Howto: Display a parameter on a SQL Server Report?

开发者 https://www.devze.com 2022-12-17 06:03 出处:网络
I\'m creating some reports in Visual Studio BIDS, out of our SQL Analysis Server 2008. The report works fine, and uses an MDX query with parameters. So far, so good.

I'm creating some reports in Visual Studio BIDS, out of our SQL Analysis Server 2008. The report works fine, and uses an MDX query with parameters. So far, so good.

The problem is that I would like to display the parameter on the report. For example, I would like to display the 'Month' of the Date parameter, but it shows up on the report like this:

[Date].[Month].&[2010-01-01T00:00:00]

Not really what I want. How can I display this value as 'January' ?开发者_Go百科 I can't find any function which does this. The only way I see this is possible is to include the date value in the returned fields.

Does anyone have experience with this?


I fixed this by adding the necessary values in the Select-fields.

0

精彩评论

暂无评论...
验证码 换一张
取 消