report Questions
0
I am now working on Sql Server Management Studio and Visual Studio C#. I created an Stored Procedure to retrieve data from tables in database. Using the result dataset , I created a rdlc report usi...
Bashful asked 6/11, 2018 at 6:47
3
Solved
I've customized my sales report to look from this:
To this:
I commented the code section that shows the company information inside external_layout_header view:
<?xml version="1.0"?&...
8
Solved
I'm writing a Java application that runs on Linux (using Sun's JDK). It keeps creating /tmp/hsperfdata_username directories, which I would like to prevent. Is there any way to stop java from creati...
Preference asked 16/9, 2008 at 20:3
4
Solved
I am using Crystal reports viewer on a normal ASP.NET aspx page in an MVC3 application. In a controller action I am simply redirecting to the aspx page and the report shows fine. But the problem is...
Rhenium asked 6/7, 2012 at 7:38
3
I want to use Birt Api library im my project so I included rg.eclipse.birt.runtime 4.5 maven dependency into my project
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
...
3
Below figure is my report.
This tablix has 10 row from dataset.
It's grouped by TOOL_CODE and TYPE for get count.
At "Count" Column is use this expression ..
= Count("Detials")
"Detials" is ...
Homebody asked 2/9, 2015 at 3:36
5
In my SSRS reports one of the fields is using this expression, where the field is a number field. I want to see blank field if the value is 0.
=IIf(Fields!PERIOD02_VALUE.Value <> 0,Fields!PE...
Neodymium asked 13/3, 2009 at 17:53
6
I've been tasked with creating a dynamic report builder to extend our current product that should allow our users to configure with relative ease a useful report drawing data from what they've inpu...
Foxhound asked 28/12, 2012 at 21:51
3
Solved
Using VBA code builder in MS Access, I have been able to write code that opens Outlook and send me an email with the click of a button. I am having problems with adding an attachment. Most code I h...
Covering asked 25/11, 2015 at 14:1
2
Solved
I'm trying to create an HTML table in TCPDF, with few rows having grater space between rows (padding), and others having smaller padding.
$html = '<table border="0" cellpadding="6">
<tr...
6
Solved
I would like to extract the SQL queries from Crystal Report .rpt files, is there a way to do this?
I don't have any of the Crystal Reports products, just the .rpt files.
Uptotheminute asked 1/4, 2009 at 15:44
4
Solved
I've gone through quite a few examples on here and I apologize if I'm asking a repeat question, as far as I can tell, I am not.
I have an SSRS report made that shows gross sales for certain aspect...
Cynewulf asked 12/11, 2014 at 17:9
3
Solved
I used a method for generating report in my previous project and tried to use the same method in the new project. However, I encounter "Non-invocable member 'File' cannot be used like a method" err...
Daladier asked 11/3, 2016 at 9:37
10
I am new to JMeter, and I'm trying to get JMeter to produce the html report dashboard for an existing test script. I do not get any exceptions in processing, and the log indicates no issues generat...
1
Solved
I have a custom order status - In Progress. The code I have for it is below. It works great - but the orders with this custom order status are not being included in the standard Woo Sales Reports o...
Colon asked 31/3, 2018 at 23:1
1
So, I'm new to rdlc (and reporting in general actually). I have a table that has a one-to-many relationship with another table, and I'm trying to represent them in an rdlc report as multiple tables...
Nonresident asked 17/2, 2018 at 17:26
8
I'm making reports using qWeb in Odoo 8. Those generated PDF files are saved with a "default" name. I would like to set a specific name to every generated file (not after file was saved, but in "ge...
6
Solved
I am doing some R&D on Selenium and Python 2.7.x.
I wrote some test cases in Python using Selenium WebDriver and unittest module.
I want to know how can I create report of the test cases. Is th...
Recruit asked 18/4, 2012 at 21:59
10
I am trying to open a report in Crystal Report 11 Designer (product version 11.5.8.826), but it seems to freeze up. This report use to work fine, but today the client could not load the report.
I ...
Toni asked 13/10, 2008 at 14:31
1
Solved
Hi i want to generate emma report using maven.when i try to build report it gives this error.
[ERROR] Failed to execute goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument (default) on...
5
I get the following result when I run a load test. Can any one help me to read the report?
the number of thread = '500 '
ramp up period = '1'
Sample = '500'
Avg = '20917'
min = '820'
max = '48158...
2
i am working on rdlc report , i have a column in rdlc report , and i want if there is true value , return me "YES"
and if there is false return "NO"
i have tried the following code but it not worki...
7
Solved
What is the best practice for naming UI controls (textboxes, drop-downs, etc.) on forms and reports for reference in the code-behind pages?
I develop a lot of reports and forms in my office. I hav...
Mcafee asked 21/9, 2008 at 19:26
2
Solved
I want to right align a proportionally scaled image, on a page in the report. Seems like images are always aligned left in their bounding box.
The image however, is dynamically assigned. So no, I ...
Overhead asked 2/12, 2010 at 9:51
17
I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from a query window, it will return in under 2 seconds. However, the same query run from an 2005 S...
Subsidiary asked 17/2, 2010 at 19:55
© 2022 - 2024 — McMap. All rights reserved.