reporting-services

The date formats do not seem to work in SSRS

本小妞迷上赌 提交于 2019-12-13 03:16:46
问题 I am wanting to create a report which contains a table with dates. The format property for the AnnualLeaveDate textbox I am using is; =FORMAT(Fields!AnnualLeaveDate.Value, "ddd d MMMM yyyy") So I want a date like Mon 4 August 2011 What I am getting is this; Annual Leave Date Tue 15 Nove0ber 2011 We16 16 Nove0ber 2011 T12u 17 Nove0ber 2011 ri 18 Nove0ber 2011 11on 21 Nove0ber 2011 Why is this happening and how can I fix it? I am using SSRS 2008. 回答1: Try wrapping the date field in a "Cdate"

output the column name with the highest value

你离开我真会死。 提交于 2019-12-13 02:55:24
问题 I have a lot of columns with numbers in them in a SQL Server table. I need to check the specific columns for the highest number and output the name of the column for each row in the table. For example: RED | BLUE | GREEN | BLACK | Highest Column 0 2 1 4 BLACK <-- Outputted result of an expression I have a dataset that pulls all the columns from the database table. I need an expression that will evaluate the data and return the highest valued column name. I'm not sure of the logic behind this

How to refresh data in SSRS report accessed via ReportServer URL

牧云@^-^@ 提交于 2019-12-13 02:49:01
问题 I have a SSRS report that is accessed by users via the Web Service URL, we do this so we can pass in parameters. e.g. https://myserver.fqdn/ReportServer?/MyFolder/MyReport&rc:Toolbar=False&MyParameter=MyString This works well the first time the report is accessed, but no amount of refreshing the browser will cause the data to refresh. I found I could fix this behavior by adding rs:ClearSession=True to the URL. https://myserver.fqdn/ReportServer?/MyFolder/MyReport&rs:ClearSession=True&rc

How to do SUM(VacancyID) without Duplicates while also showing Count(VacancyStartID) in the same Group?

北城以北 提交于 2019-12-13 02:45:13
问题 In SSRS 2005 I am reporting on all available posts by regional office, listed by region,office,vacancyID. I then display a total per office on how many people started in a particular vacancyID by doing a Count(VacancyStartID). In the same group row with the Count(VacancyStartID) I need to display SUM(VacancyID). However at present this does not give the correct SUM, because some vacancies have multiple VacancyStartID's and hence the vacancyID is listed few times, like so: office vacancyID

SQL Server Reporting Service - Service Manager Error - User Does not have required permission

◇◆丶佛笑我妖孽 提交于 2019-12-13 02:38:46
问题 I have Fresh Install SSRS 2008 R2 on Win2k8 box ( on which i am administrator). After install, When i run Reports Manager, It gives following error User 'WIN2008\Tellink' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed. I could not find any answer on the web to quickly resolve the problem. Can anyone please help with this? 回答1: I found the answer. And here is solution - Since i was

SSRS - How to hide a row while context menu “Row Visibility” is disabled?

半腔热情 提交于 2019-12-13 02:37:35
问题 I am using SSRS 2008 integrated into VS 2008. All I want to do is to hide a Note row based on parameter, e.g my param is "Display Note". However my row which is containing my Note is somehow disabled "Row Visibility" feature. Please advise how I can hide Note row which does not leave a gap there. Row Visibility is disabled Regards, Kelvin 回答1: The Row Visibility property there is disabled because it's a header row. You can add a fake row group to control visibility of the last column group.

Use Database Insert Trigger to Publish Reports

不羁的心 提交于 2019-12-13 02:34:20
问题 Is it possible to distribute reports based on a database insert trigger, using the standard edition of SQL Server 2008 R2? The trigger will be looking for a certain column to have a certain value, which will indicate that it is time to fire off a report. This will not happen very often, probably a couple of times a day. This must be a common scenario, and yet I can't find any information on it, which must mean that I'm asking the wrong question. (I am completely new to SQL Server.) TSQL using

How to build and deploy SSRS project through VSTS?

蹲街弑〆低调 提交于 2019-12-13 02:29:29
问题 I created simple SSRS project in VS2015. I want to build and deploy the SSRS project using VSTS by creating the build definition and release definition steps. Is there any third party VSTS extension available or for SSRS build and SSRS Deploy not same like as SSIS Build and SSIS Deploy tasks? Can you please tell me how to build and deploy SSRS project through VSTS? 回答1: There is SQL Server Reporting Services Deployment extension. Simple sample tasks: Command Line (Tool: C:\Program Files (x86)

Report viewer losing parameters when clicking 'back'

泄露秘密 提交于 2019-12-13 02:25:10
问题 Scenario: Reporting services installed in Sharepoint integrated mode. I have 2 reports: Report A , simple list taking a parameter for a filter. Has a rowlevel link (Action: Go to report) to another report B passing in a parameter for filter. When opening report A via Sharepoint (iow RSViewerPage.aspx), it prompts for the parameter. I provide it, and click 'Apply'. The report loads correctly. In the 'Parameters' pane, it shows the name and value for the parameter of report A . Now I click on a

SQL Server Reporting Services - http 403 forbidden - website declined to show this webpage

一笑奈何 提交于 2019-12-13 02:14:29
问题 Reporting Services was working fine until recently, now when I try to deploy and run a report from Business Intelligence Studio I get this error. Similarly when I try to connect to the ReportServer URL directoy from IE Explorer, (set to http:///ReportServer I get the same error, so it's not specific to the report but probably rather to the ReportServer or IIS configuration. I went through all the Properties of the website, comparing to another website on the same machine, and it seems