English 中文(简体)
Y-axis图表报告服务月
原标题:setting label month in Y-axis chart reporting services

My problem is concerning a chart in reporting services.

我的数据集如下:

MonthDue        MonthDeleviry
Jan-2011        Mars-2011
Feb-2012        Jun_2013
Aug-2016        Oct-014

我想做一个图表,说明月月月度,并把它改为月度/月度。 这种轴心似乎接受强食价值,只允许Numeric格式和日期格式(d/mm/YYYYYY)

摘录我的坏官

请您帮助。

增 编

问题回答

如果Y轴心接受某一日期,但你的数据是所给出格式的明细,那么你就可以将这一限定日期改为该月初的一个时间。

=cdate("1-" & Fields!MonthDue)

在“Value”领域使用这一表述,在你将数据贴在图表中。

希望会有所帮助。





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签