I have 2 reports at diffent report pages in Report Builder Server. First one which has my category values from sql database, another has invoice details about those categories.
How can i access to invoice details when i click a related category in first report categories?
Thanks.
You will need to create a Drill Through report.
The most informative tutorial I have found is the following 20 min video from Wise Owl Tutorials. This will be able to explain it quicker and faster than typing it out here.
Recommend watching this series for any question you may have.
Related
I am working with SSRS 2008 or 2014 and SQL Server 2014. One of the issues the team is having is around the formatting of the SSRS report. The goal is to have the report data format to render in an user friendly format. Unfortunately, a requirement is that the report uses two tables that can display 1:x number of records. As you can imagine, all data fields under the tables will now be pushed further down the page.
My question is, has anyone encountered this type of scenario and have an SSRS code-based solution to handle the formatting of the report?
It sounds like you need to display a 1 to many relationship in the report but want to keep the first table's results together. Maybe what you need is a drilldown/drillthrough report; this is available without a code-based solution.
This article explains the concept
https://learn.microsoft.com/en-us/sql/reporting-services/report-design/drilldown-action-report-builder-and-ssrs?view=sql-server-2014
There are many Youtube videos on how to set up drilldown reports, here is one example
https://www.youtube.com/watch?v=C56fMnp4oaA
I had a wander around in the forum but can't find what I am looking for. It might not even be possible but as the command controls are available I suspect it will be.
I have a report which shows a series of records based on a query. The report has a field called "project number" which is the record number from the projects file. The report shows multiple records. Is it possible to set a control on the report either in layout or ideally print preview so that the user can click on the project number on the report and it opens the projects form at the record with the same project number. I have seen a few bits of code on other sites but each time the coder has commented that it did not work?
Is it possible?
I recently found out that reportico could be used to generate reports in Yii. When creating a new report, one has to enter a specific query to produce desired results in the Query Details section. I am developing a hospital based system, and for doctors or nurses to generate reports on patients, they shouldn't write queries to generate reports. Now here is my question... How do i integrate Reportico in my project to generate dynamic reports, that is based on user inputs and stored queries?
I see that this was asked a while ago, but if you are still looking for an answer the Reportico Yii2 docs show how to do this. Cut and paste the sample code under "Embedding a Report in Criteria Entry Mode" in your view.
I already connected VB.Net, MySQL, and Crystal Report.
When I'm going to the print page form, it shows all data from my database, I wanted to get only specific ones, how can I do that?
Scenario of what's happening:
I'm developing a course scheduling system, and I want to print a schedule, all schedule(different courses, sections, departments) shows.
What I need is to select for example only Psychology-2A.
Anyone knows?
I'm putting together a report project in VS2012 for which the values are aggregated by month and by a second category. The result I'm getting is this:
The result I'd like to get is this:
Does anyone know how I can reduce the space between bars for just one category grouping in a report in Visual Studio 2012?
Thanks.
PS - to be clear, there are no series groups in this graph - only sum values and category groups.
Turns out you can't do this. I asked the question on the MSDN forums as well, and was informed that this functionality specifically does not exist within SSRS.
In the chance that anyone is interested, you can view the forum thread here:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c6da786d-b747-4b57-ab46-65f1aa769f79/closing-gap-between-columns-in-report-chart-within-their-category-grouping?forum=sqlreportingservices#d44b59e0-1643-4085-bad6-acbfc678b1d6