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.
Related
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.
I am looking for utilities/code that has been developed to make the SSRS Report Portal 2016 user friendly/simpler for users that have zero technical background — interested in anyone who has developed an ordinary-language interface that can be configured for domain specific (schools, in this case) purposes.
The users need to be able to access the Portal, select a Template from a Library, and configure it to meet their own own needs — without having to understand any of the technical issues, or write any code. Eg. the Templates will contain auto-populated dropdown menus that allow the user to select the source and type of information that can be placed into a specific section of the report they are building.
Anyone who uses excel and pivot tables, with a little training, could easily make simple reports with report builder. The interface will let you drag and drop data if you have a tabular or multidimensional model. It works very similar to excel. Mobile report publisher is even easier if the data provided to them is well designed for that intention.
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 have a mysql database as a "Data Ware House".
I have a lot of ready to go queries that I want to run as reports.
So what I need is a web based reporting GUI (Portal) that Can get configuration of:
query, fields titles and report description.
So when ever I want to add a report I just need to provide a query and the reporting gui will have that report in the menu.
Thanks
Have a look at myDBR reporting tool. You can generate good looking reports very easily from your existing queries. myDBR is also able to genereate charts and drill-down reports in a few seconds.
I have some reports in my reportserver...
I was wondering how can i let to Users custom design the reports
You can create the DataSource objects on the reporting server and then give the users rights to the report designer. That way they can access the raw data to create their own reports off of without giving them special access to the data. They can build reports specific to them in a safe environment.
If you don't want to get that in-depth with your users, create the reports for them but put a few key parameters in the reports. That way the users can filter or change the reports somewhat without doing any designing work themselves. We use this to allow our users to report off of different years based upon the parameter they enter. They can also change the report scope (one year, multi-year, one month, etc.) using these parameters.