Automate stored credentials updates
Good DayLong story short and I'm pessimistic ill get a fix for this. We are using stored credentials for one of our shared data sources using a service account. The account password changes every 90...
View ArticleDefaul Date Parameters When it's the 1st of the Month
Hi,I am looking for a method to default my date parameters in a report.Ideally, I'm looking to run a Month to Date Report. Every morning the report runs on subscription that shows MTD through the end...
View ArticleHow to use a script to update the data source used for connections
I would like to use a script to update the data source used for connections to support multiple folder structures with duplicate reports.At first, it appeared that Data Source is the cross reference...
View ArticleMultiple datasets into multiple grids for a single record per page
Hello - I've looked through the questions, and I want to confirm my understanding (mostly because I can't believe I can't do this!). I have multiple datasets, each of which compute metrics of...
View ArticleDynamic color of font for single wordin large texts
Hey,how can I set the color of the font of a singe word in large texts? like IIF(....,"MY_TEXT","Red","Black"). see attachmentI want to highlight word I am tearching for.Thanks for helpOlaf
View ArticleSSRS 2012 Standards for Report Server Configuration and Report Development?
Just wondering if anyone has some suggestions on standards for SSRS Report Server Configuration and Report Development? I have come across suggestions like: Use stored procedures and views in...
View ArticleNew errors on old reports
Hi, all. Odd problem. My reports were working fine 2 weeks ago, but now I'm getting the much loved "Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error...
View Articlebuild report from two different data sources (SSAS and SQL) in report builder
I have to build report from two different data sources (one SSAS and one is SQL) in report builder 3.0. eg:Dataset1 - Data in SSAS col1 - col21 - One2 - TwoDataset2 - Data in SQLcol1 - col21 - ABC1 -...
View Articlepassing ssrs parameter values
For an existing ssrs 2008 report that is running on a ssrs 2012 report server, I believe the call from the .net application that will call the report server will look something like the...
View Articlessrs reports using rectangles
My task is to have up to 5 'letters' appear on separate page where data is obtained from 1 varchar(max) column in a sql server 2012 database field. I am looking for your suggestion and/or potentially...
View Articlessrs report using a varchar(max) column
In an existing ssrs 2010 report , I will like to create multiple groupings within the report so the report will print on different pages. The multiple groupings would come from 1 (one) column that is...
View ArticleReport writer as a service?
Hi all, in the world of full time developers and contract workers is there any place for this? A report developer as a service? I'll try to explain.A company not looking for a full time on-site...
View ArticleSSRS authentication types when users from domain A trying to access reports...
Hello Guru's,I need a little help with this one - I think I understand the problem and the solution, but I need some clarification.Two domains in two forests. Users are in Domain A, SSRS is now the...
View ArticleFiscal Quarter
HelloI want to arrive at an output like [b]2011-Q4 (Financial Yr-Qtr)[/b]I can do this by:CASE -- Results: 2011-Q4 (Financial Yr-Qtr) WHEN MONTH(MyDate) BETWEEN 1 AND 3 THEN concat((YEAR(MyDate) - 1),...
View ArticleY-Axis on Chart
Hi,I have a Bar Chart where I want to display the max time for each method.Below is the SQL. The Y-Axis does not display the data correctly. Do U need to remove the MAX from my query and use the one in...
View ArticleSSRS Indicator at Subtotal level
I have a report that is grouped by name. I have an indicator at the detail level that works fine. However at the subtotal level (by name) I do not want the indicator to display using the aggregated...
View Articlessrs 2010 r2 not needed page break
In an ssrs 2008 r2 report, a final page break occurs even though there is not any more data rows to work with. The final pagebreak occurs since I am using the disable property on a 'group level' page...
View ArticleNew KPI Missing from SSRS in Native Mode
Hello all,I'm wondering if anyone can point me towards where I enable KPIs for SSRS 2016 (Version 13.0.1601.5)... it's just not there!Here's a screenshot.. just doesn't seem to line up with that same...
View Articlessrs 2008-Multiple Row Grouping Elements obtained from one column in database
In an existing ssrs 2008 report , I will like to create multiple groupings within the report so the report will print on different pages. The multiple groupings would come from 1 (one) column that is...
View ArticleIF EQUALS Query in Report Builder
I am using Microsoft SQL Server Report Builder 3.0.I have a table called "tblDataPermit"My DataSet1 includes the column "Type"The Type column has numeric values 1-54. In my report if I use the...
View Article