How to convert decimal numbers to Hours and minutes
Hi,I am using SSRS 2005. I want to convert decimal numbers to Hours and minutes.Say suppose, I am adding daily work hours and minutes and the total is 208.63.Here 208 hrs and 63 minutes. How to convert...
View ArticleSSRS Javascript to redirect to another report in 2 mins
Hi,Can anyone help me with a JavaScript code that will redirect from the main report to another report url in 2minutes. Then from the other report to the main report in the next 2 mins.Thanks,
View ArticleSSRS - Data Driven Subscription, Multi-valued parameter, SSAS Data Source
Hi, I am working on setting up data for a subscription table that will feed parameter values to an SSRS report.The report uses a cube data source, and needs to be fed multiple values for a parameter (...
View ArticleColumn grouping weird behavior
Hi,I have report with row and column groupings for dataset like below, have CustID, AMT as row groupYYYY, QUARTER as column groupso 777 cust ID does't have entry for 2014/4q and I expect his box be...
View ArticleWhere do I add the "Dataset" Name in Expression
Hi, I have following expression in SSRS expression builder for a calculated field within a report. The report has several different datasets. Sum(IIF(Fields!Flag2.Value = "SD" , AVG (Fields!NUM.Value),...
View ArticleWhy do available fields have Sum function applied?
Hello,I am working on a report project in Visual Studio 2005. (I'm modifying the form and it has a lot of other data besides mine.) I have created a dataset that performs a selection of rows from a...
View ArticleKeeping the headers in each tab in SSRS 2008
Anyone have a fix for this one?We're trying to run a report and have a page break on the city row when it exports out to Excel.At this point, the page breaks work fine with the export and the data tabs...
View Articlesubreport's parameter is missing a value
I've been researching this for hours and so far I can't find the answer! :w00t:I am modifying a sub report of an existing report in Visual Studio 2005. I added a report parameter for the sub report....
View ArticleStored procedure returns proper results but report preview won't if...
I have a stored procedure that accepts two float parameter values used to filter results. I want to allow the end user to enter the values in either order in case they make a mistake. For example, if...
View ArticleStored Procedure for Data Driven Subscription?
I've found that the T-SQL I want to use for a data driven subscription isn't considered valid by the RS web interface, and so I put it into a stored procedure, and provided an EXEC statement for that...
View ArticleCredentials are not required error
Hi everyone, Error: The report server has encountered a configuration error. I don't know why getting error, I have created valid windows account and given permissions to access data source as well. I...
View ArticleDivide By zero error
Hi All,I have this expression :((Fields!Number_of_Instalments.Value - 1)* Fields!Admin_Fee.Value)+ (Fields!Admin_Fee.Value / Fields!Monthly_Payment.Value * Fields!Final_Amount.Value)The issue is that...
View ArticleNo users can Print SSRS reports
They get Error loading resource library. (0x8007007E). deleted rsclientprint*.* from windows/system and windows/ reinstalled to c:\windows\downloaded program files\Still the same error. Even local...
View ArticleProgramming languages for SSRS - Visual Basic/VB necessary ?
I have just started learning SSRS. To create a report, the first exercise tells me to go to Visual studio > Visual Basic > windows forms application. As an aside, I also used C# in SSIS. So, I...
View ArticleReport Builder 3.0 Expression count
I have got a dataset which is pulling monitoring counter values for logical drives, ram and cpu for multiple machines. From this I have created a table which groups the counters by machine and then...
View ArticleCopy a list from EXCEL and paste into parameter
Is it possible to use a list from an excel spreadsheet to "paste" into a parameter.
View Articletable does not fill with data?
I'm using VS 2005 Report Designer. All I need to do to finish a report is show data (from a stored procedure) in a table on a sub form. However, no data ever shows up, even though it appears in the...
View ArticleCannot see RDLC code tab in SSRS visual studio
I am doing some SSRS examples from a book. The book shows several tabs in visual studio - app.config, report1.rdlc, form1.designer.vb, form1.resx, report1.rdlc[design]But after following all the steps,...
View ArticleSSRS shows wrong form
I am learning SSRS from a book. The book tells me to modify a simple existing report as follows - > Create a new Form (windows forms) and use the RDLC file of the original report.> Use the report...
View ArticleAggregate of aggregate
I'm fairly new to SSRS and SQL for that matter but have managed to stumble through and get most of what I need until now. I work for a fire department and have created a report that shows travel times...
View Article