Set financial Year Value dynamically in SSRS Report
Hi All,I have a requirement to display the count of project data by their status (On Hold, In Progress, Pre-concept and Closed) for the current FY and Last FY based on column 'Financial Year' and...
View ArticleGraph Error SSRS Report Builder
I am getting the following message when I attempt to preview my SSRS report:"Failed to preview report.The Y expression for the chart 'Graph4' uses a RunningValue function in an outer aggregate....
View ArticleDesign Pattern for holding back Subscriptions when ETL hasn't completed
I'm working on an application that allows users to set up scheduled time based reports. Each scheduled report creates a SQL Agent job associated with a schedule.The default time to fire these off is...
View ArticleSet Bar Space in Column Chart in SSRS Report
Hi All,I need to set the space between the bar within the column chart. Could you let me which chart property need to be used for setting the space?Current ChartExpected Chart after bar spaceThanks in...
View ArticleSSRS 2012 - Cant figure out how to create a matrix report to show my data -...
Hi allI am trying to create the following matrix report in SSRS2012:GLAccountNum GLAccountName Dept Branch1 Branch2 Total 1100 Motor Repair...
View ArticleRDL's present in SSRS folder path but not visible in Report Viewer URL?
I have an issue as to where only some reports are visible within Report Viewer url. But if I navigate to the path of the rdl's there are many more present that should be visible through Report Viewer....
View ArticleViolation of PRIMARY KEY constraint 'PK_PersistedStream'
We are facing one issue related to SSRS. Appreciate any pointers in identifying the real cause of this issue. Symptoms as below. • Our application is a windows smart client with WCF based App server....
View ArticleAdvice with an expression please
Hello I am trying to write an expression in a calculated field that shows if one date value is greater than another: =(IIF(fields!date1.value>fields!date2.value,"late","on time") This works fine...
View ArticleHiding Sub-report based on WeekDayName value
I'm working on a scheduling report to display work to be completed on each day. I have each day iteration as separate subreports by adding day values to "Today()" I'm trying to hide subreports that...
View ArticleSSRS 2008: Calendar-type Parameter Input
Greetings one and all on this fine summer morning! It's late June in Texas and the weekend looks to be only in the 80s! Wow!Anyway, I'm modifying a report that uses a date parameter as a report filter....
View ArticleSplitting Data in a Tablix on Two or More Rows
Greetings, all!I have a report I'm designing where, as a simple SQL report viewed only on a screen, it was irrelevant how wide it was.However, now I've been asked to duplicate this report in SSRS and...
View Articleaccidentally deleted reportservertempDB
Hi,I accidentally deleted the reportserver TempDB. On the web I found something to restore the TempDB that makes me run the script: CatalogTempDB.sql after creating a new database and assigning users....
View ArticleHelp with Expression
In my output, I am getting blanks where the value was 0. I have tried using the iif(isnothing wrapped around my expression and can't seem to get the syntax right or to produce the results i need. My...
View ArticleThe permissions granted to user '' are insufficient for performing this...
when I try to connect to the "http://localhost:8080/ReportServer" I get this error.The permissions granted to user 'DOMAIN/USERNAME' are insufficient for performing this operation. (rsAccessDenied).I...
View ArticleBlank Page in PDF Export - SSRS
Hi All,I have the multiple pages with in the report. For Example,1. Dashboard Page 2. Risk Summary Page 3. Issues Summary Page 4. Key Summary Page I am using the rectangle for the physical page break...
View ArticleReport Header / Footer
Hi,I am creating a report that will be used to produce Quote documents from data entered in a SQL database. In the document, as you might expect to see in a quote, I will have a table of products and...
View ArticleAny idea how to rotate Text 180 degrees without using images?
I'm currently working on a report and have all the requirements taken care of save one. I need to flip my text 180 degrees. I have seen how to do this by making an image on the fly and then rotating...
View ArticleDataSet of SSRS is not showing Fields
Hi. I am currently working With SSRS . I have created a Store Procedure To show Data from different table in my Database,I have Used a temp table with #xxx Name,when i am creating DataSet for this...
View ArticleSSRS Expression for visibility
Hi All,I would like to suppress the entire row in tablix if no data despite multiple expresions used in a text box.If data the it will show per the DB data else it should not show anythig or leave it...
View ArticleSSRS 2005 custom report rendering format not working
I'm trying to add a custom report format to ssrs 2005 as per thishttps://msdn.microsoft.com/en-us/library/ms156281(v=sql.90).aspxI've added the code snippets in the example to three different ssrs 2005...
View Article