Put a filter expression
my dataset has two day camps and quantity.in the report wanted to calculate the amount per day, for that I need to say the words I want eg day 2My dataset returns the information in this way.day...
View ArticleUpgrading to SQL Server 2012 (SP1) - Help!
Hi all,I have just done an upgrade of our SSRS environment in development from SQL 2005 to SQL 2012 (SP1).The process I followed was that documented by Microsoft, basically backup and restore database...
View ArticleBlocking lock in ReportServer database
Hi all,I am troubleshooting an issue I haven't seen before.We have a large report which is on a Sharepoint integrated Reporting Services 2008 server. The report is accessing and returning quite a lot...
View ArticleSSRS Challenge: Toggle column visibility
Say I have a simple table in my database. it has just four columns:[code="sql"]foo, bar, foe, fum[/code]Say that the data is grouped on foo, and that column fum is a dollar amount I want to sum....
View ArticleInternet Explorer cannot display the webpage
Hello, my user has a SQL Server Reporting Service problem.Windows 2003 Standard x64 EditionPhysical memory : 33GBSQL Server 2008 Standard Edition, 64-bit, version: 10.0.2531.0My user is assigned to run...
View ArticleHow to pass credentials to open FTP
I need to fetch images via FTP to a folder, but the folder is protected by password. How do I put my SSRS credentials in order to submit images?
View ArticleSSRS Query Data Retrival Time
For a SSRS 2008 report I have noticied a couple of strange perormance issues.1) When capturing a profile of the SQL used in the report the parameters passed are in yyyy-mm-dd format , which when the...
View ArticleHow to set your own ssrs default parameter
I am using a SSRS Parameter for my reports.The parameter is populated by a Dataset - sql query.[code="other"]select ProductName from Product [/code]I set these values using the[b] 'Available...
View ArticleChar type
I need to display a bunch of data for a single category.Category - IT and HardwareConfiguration_Items - Servernames approx 6000I do not understand what char type should I use to show that much...
View ArticleRemove and Display data in Column in Report Server
Goal:To remove data in the column "Last Run", "Modified Date" and "Modified By" in Report server.The second goal is to add data in teh column "Description" in Report server.Problem:How should I do...
View ArticleDisplay the Latest Date and Time
Goal:Display the value of the latest date and time of the cube's process in SSRSProblem:Based on the code below, I can retrieve the data in SQL server mgnt studio but when I'm inside of the Query...
View ArticleTwo Same Measurement with Different Criteria
Goal:The second measurement named "Reseller Order Count" (it is not applied yet in the list) shall be filtrated in the table based on Gender and Countries only.The remaining of measurement namned...
View ArticleCreate Customized Functionality in SSRS:s Report Server
Goal:Create an additional functionality in report server. It is a button or an address link and when you press it then you open a Excel application containing a customized templete. The Excel's sheet...
View ArticleProcedure with default parameters
Guys,Unusually I'm using a production procedure in our of my reports, so we return *identical* data with the logic centralised. This proceduer has a number of parameters, I wish to return the data set...
View ArticleOpen microsoft outlook by clicking field on SSRS report
I know this is possible in Business Objects, maybe it is here too, but I cannot seem to figure it out or find it. Any help or direction will be greatly appreciated.How can I open microsoft outlock by...
View Article2008R2 Loading Icon vanishes but no data shown
After approx. 1 minute the 'Loading...' spinny icon vanishes but the report data is not shown.There are no errors listed in the RS log files that I can see, and the settings are the same to another...
View ArticleSSRS 2008 dbo.ListRunningJobs
I am trying everything to try and get active reports running from 2008 SSRS similar to the jobs drop down while connected to an SSRS instance through SSMS. When I connect via SSRS via SSMS, I normally...
View ArticleDynamically "change" TextBox names for detail row when...
Scenario:Multiple reports that have changing column labels based on who is running the report. That part works great for rendering extensions other than CSV.Some clients require export to CSV....
View Article$Project varialbes?
I'm following a course in SSIS from PluralSight. In one module, an Execute Package task references a variable in the parent task like this:@[$Project::foo]where "foo" is a Project variable (new with...
View ArticleDelcare variable for Multiple values paramter in SP ???
Hi i get an error when I show multiple values in the parameterDo I declare the variable differently in the SP?...@Code varchar(10) ,@Days varchar(10) ,@Begin VARCHAR(10) , @End varchar(10) , [b]@Zip...
View Article