SQLWatch Report "contains no data" - report

We have SQLWatch 2.6.
I have a check query that is generating an email.
The email should contain the output of a report however in the email body i see:
Report Id: 56 contains no data.
I run the query in the report in SSMS and it produces results.
Every thing is connected properly in the following tables but I can't figure out why my report is producing no data:
Table Entries
sqlwatch_config_action 2
sqlwatch_config_check 1
sqlwatch_config_check_action 1
sqlwatch_config_check_action_template 1
sqlwatch_config_report 1
sqlwatch_config_report_action 1

Related

webdriverio - I wanted to show all 5 test cases id in the allure report. Should I call beforetest and aftertest five-time

I have merged 5 test cases into a single test script in webdriver.io
After execution allure report captured the first test case id only.
As covered purpose, I wanted to show that all 5 test cases id in the allure report.
Should I call beforetest and aftertest five-time. if yes then how can I call ?

Display Crystal Report On Balance Sheet Note Format

I want to make a report on crystal report using ASP.Net MVC application. I am retrieving data from the database (MySql) stored procedure and load in the dataset.
I want to show the data specific format which I attached, Report template snippet. enter image description here
This is my query result which I load in the dataset: enter image description here
This is my crystal report result show. enter image description here
Note: Segment 1 and Segment 2 are N number of columns in the database for example if the database has only one Segment then Segment one with respective column () will show.

Acumatica:Tabular Report generates unexpected lines when calling as sub report

Using Acumatica report designer, I've designed a tabular report to fetch one field from SOShiplinesplit.The report's main parameters are RefNbr and ShipLineNbr. If run the tabular report individually, for 1 doc's 1 shipline,its result looks like below:
Tabular Report results when running individually
However, if I add this tabular as a subreport like below,
Add Tabular report as a subreport at ShiplineNbr group level
I met with confusing results if I run the master report to call tabular report
Run within master report
Could anyone give me a hand to get out of this trouble?

sum over date range in report (not query)

In Access 2010, I have a little form prior to a report which asks the user for a date range (e.g. 7.7.2015 - 9.9.2015). I pass this date range to the report as filter. The query contains the fields ActDate, Activity and Hours. I now want the report to look like:
Activities from <startDate> to <endDate>:
Activity Total Hours
Reading 5
Writing 8
Talking 3
What I'm getting is
Activities from <startDate> to <endDate>:
Activity Total Hours
Reading 2
Reading 3
Writing 1
Writing 3
Writing 4
Talking 1
Talking 2
The report should sum up equal activities over the selected date range and not display a separate line for each activity which just occured on a different date. Adding a group in the report for activities is no solution (it just adds extra blank lines).
I guess it's possible to build a custom query after the user dialog (in the query I could filter by date range and GROUP BY Activity), but it would be much simpler if the grouping could be done in the report without changing the query. Do I really have to change the query?

Is it possible to get multiple reports at a time with normal single report

I am using report viewer (.rdlc report) to print a normal sales receipt in ASP.net project.
I used text boxes in my report to show data. If I send a single receipt details to the report it prints it well and it is working normally.
My question is, what do I need to do if I want to print 2 or more than 1 receipts with same functionality or with same report. In other words, if I send 10 receipt IDs to the form it should result in a report with those number of prints or receipts in the report viewer.
Is it possible through report viewer, or do I need some other technology?
I generate the datasource with all the information from all receipts.
In .Rdlc I use a row group (group by IDRECEIPT).
I put the Dataset Fields into a rectangle and select the option add page break after
It sounds like you need a List control in your report.
See Adding a List.
You will need to set up your report/DataSet to have a parameter that takes multiple receipt ID values.
The List will repeat for each row in the DataSet, i.e. if there are ten receipts the objects in the List object (textboxes, etc) will repeat for each receipt row.
It will be one report but will have a repeated section for each receipt.

Resources