Displaying a Check Mark for a Row When a Related Record Exists
Let’s say that you have a column named some_id in an outer-joined table that will return a value if a record exists and will return null if a record doesn’t exist…
Paul Turley's SQL Server BI Blog
sharing my experiences with the Microsoft data platform, Fabric, enterprise Power BI, SQL Server BI, Data Modeling, SSAS Design, SSRS, Dashboards & Visualization since 2009
Let’s say that you have a column named some_id in an outer-joined table that will return a value if a record exists and will return null if a record doesn’t exist…
Report designers often revert to overly complex report designs and often use subreports unnecessarily. Building a report on a single dataset query to return all related rows gives you greater flexibility to group and filter the data.
To create a “greenbar” report in a table with alternating row colors, you can simply use the RowNumber function to determine whether a row is odd or even. This also works with the newer Tablix-style matrix in SSRS 2008
When using the Jump to Report action in the web browser, the target report is displayed in the same browser window by default. You can call the JavaScript window.open method to open a new browser window. Use an expression to build a Jump to URL action with the appropriate report server, folders, report name and parameter values.
This is the second in a series of three articles highlighting the Report Solution Patterns and Recipes from Chapter 7 of Professional SQL Server 2005 Reporting Services.
Chart reports are an effective way to visualize data to show trends and comparisons in a way that can help…
What lessons have we learned about managing report projects and what are the best practices? Since each report is stored…
How should date type parameters be prompted? There are two common approaches depending on how you want the parameter to…
Subscriptions in Reporting Services are designed to run on a schedule and there isn?t a built-in feature to just run…
Printed reports were the norm for decades. When a user wanted to get some important information, they would use their…
In cases where you want the data or content in a report to be different for each user, there are…
This question comes up quite often. A report requires a user to be authenticated using their own network user name…
Top ranked lists are a common type of report. In many cases business users may want to see only a…
Article from the Architecture Journal 12-15-2009 by Paul Turley Once upon a time, there was a big company whose IT…
If you have created multiple drill-through reports, you know that the report navigation works in one direction and that some…