A report contains summarized information from a data source, usually in an end-user-friendly format, such as PDF or Excel, although proprietary reporting tools (usually with built-in design tools) also exist.

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

Amazon MWS Report Type “_GET_MERCHANT_LISTINGS_DATA_” result attributes meaning

In Amazon MWS API, when requesting report of type "_GET_MERCHANT_LISTINGS_DATA_" What is the difference between the returned attributes: product-id listing-id asin1
0
votes
0answers
11 views

Transforming publishing settings to reporting settings of the Report Generator in Matlab

I have a Matlab code that publishes some descriptions, the plot and results in a pdf file but I want the published pdf's name to be incremented (like myReport1, myReport2 , ...) and possibly ...
0
votes
0answers
9 views

JXL multiple worksheets

I need to write my collections into separate worksheets. For example I have a class: class Payment{ private double amount; private Date date; private String paymentPerson; } I need to write ...
0
votes
1answer
14 views

grouping data in php pages with html

I have created the php report using below code. It works fine. But My problem is to group the data example # Date Code Name Rate Qty Amount# 15.01.2011 0001 Milk ...
0
votes
1answer
21 views

Android app - generate a non-editable report

I am new to android development and would like some advice from some more experience developers. The app I am developing is effectively a form for servicing products (i.e. does x work, does y work ...
0
votes
1answer
16 views

Compare SSRS report values with C# variables

I have to compare data contained in rendered SSRS report (chart and tablix values for example) with variables stored in a C# application. How can it be done? So far I know only about generating ...
0
votes
1answer
37 views

Best way to parse SSRS report in C#? [closed]

I am working on a tool which needs to extract specific data from SSRS report (mostly table rows, columns, but also chart data). Reports are generated programatically in the application using ...
0
votes
1answer
21 views

Amazon MWS API, listing seller's products that is updated after a specific date

I am trying to list the products of a seller (using marketplaceID) that is created or updated after a specific date. I tried RequestReport with ReportType "_GET_MERCHANT_LISTINGS_DATA_" and setting ...
0
votes
1answer
25 views

Is there any free web reporting program for php on linux? [closed]

I need a free program like web reporting program on linux. I use crystal report on windows but I can't find for linux. I find many programs but non of them are free.
1
vote
2answers
40 views

OpenERP Reports Creation for Beginners

I'm going to create reports for my module from OpenERP 7. as per forums i used Web kit Report method. first, from using below command i installed wkhtmltopdf on my machine. sudo apt-get install ...
-2
votes
1answer
21 views

Crystal report: Count based on date

currently I'm in midst of developing crystal report template. Any help is much appreciated. What I want to achieve is to count based on date. I give example. I got 3 params: start period(date): ...
-1
votes
2answers
36 views

crystal report replace function

I have two tables: Table 1: Id stringval -- --------- 1 do you work on date XXXX and date @@@@ Table 2: Id CharString ValueString -- ---------- ----------- 1 XXXX 5-5-2013 2 @@@@ ...
0
votes
0answers
7 views

Can't format DateTime value in Local Report?

I want to format the values in a DateTime column (in Tablix in Local Report) as month/year and I've tried various ways but it has been working unexpectedly and in a strange way, here are what I tried ...
0
votes
0answers
9 views

Crystal Report kept displaying wrong data

I have a problem with my crystal Report, I use the OLE DB Connection and Provide for SQL Server. I've designed the report using the Crystal Report and using the Stored Procedure to control the ...
0
votes
0answers
10 views

Microsoft SQL Server Report Builder and Google Analytics

Is it possible to process Google Analytics data in MS SQL Server Report Builder? And if so, how?
0
votes
0answers
11 views

crystal reports using visual studio 2010

I have created one formula with name WeekGrouping and other formula with name Day1Hours using formula1 Code for formula WeekGrouping Date1 := DateValue({?pFROMDATE}); Date2 := ...
0
votes
0answers
5 views

Reporting Services Configuration Manager is not connecting, it is integrated in SharePoint 2010

I have a sharepoint 2010 portal with some dashboards and reports. No I have a permission problem, because I cannot view these reports. I would lik to have a look in Reporting Services Configuration ...
0
votes
1answer
29 views

Microsoft.SqlServer.Types, Version=11.0.0.0 missing

I have published the project on Azure websites and it throws exception: Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to run report. Locally everything works fine. I have ...
1
vote
1answer
13 views

How to tell rebot.py where to place logs and reports?

I'd like to use rebot.py in a script to create and put logs and reports into a given folder. Log and report parameters just don't work: milo@automoso:~/temp/demoproject> ./rebot demo_output.xml ...
1
vote
1answer
35 views

SSRS custom code and variables life

I have a report that needs to process the data that it get from SQL before show it. For that, I have a custom code, and a Dictionary where I push all the processed data. My problem is that if I save ...
0
votes
0answers
31 views

oracle report builder 6i - sql query code in Data Model

I'm Vijetha, I'm working on Reports 6i & am very new to it. I have the following query. In the front_end, in Reports Parameter, When the user clicks on the 'run' button, it will ask for ...
-2
votes
0answers
11 views

how to save extracted values in a file along with Api call name (REST arch)? [closed]

please help me to save values extracted using "Json path extractor" to a file along with the label (Api call name) i am using a "include parameter" to get the response_time for each call and ...
0
votes
0answers
43 views

AX 2012 Labels in SSRS Unbound Parameter

I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like ...
0
votes
1answer
12 views

Access 2010: Report Prints Three Extra Pages

In Access 2010, I have a button that launches a macro that prints a report. Button->Macro->Report. The report is only on one page and is 8.1 in width. It will not go to 8. I have deleted the header ...
0
votes
0answers
22 views

How can i make Log report for vb.net

Im trying to make a vb.net program that detect physical intrusion using web camera and send a notification by sms n mms if there's any intrusion ... how can i make a log report when the intrusion ...
-1
votes
1answer
46 views

Is there any tools to generate html with js chart to pdf? [closed]

I use d3 js to visualization my data, and then I want to create a report which use the d3js chart and html generate a pdf file , any tools to use for this,such as python script or other tools
0
votes
1answer
41 views

Crystal Report issues with multiple SQL tables

I have to make a report that sums the value of two different tables, and I'm using CR on VB, what I have is two fields named value from two different tables, the table Products and the Table Services, ...
-2
votes
0answers
10 views

Query for Generating Failed Scripts in Quality center for which the defects have got closed [closed]

I would like to get the Failed scripts from Test Set in quality center for which the corresponding linked Defects/Bugs should have got closed.
0
votes
0answers
23 views

Competency Assessment using Drupal with Recommended Node report [closed]

My task is to: Create a public-facing form that lists competency statements (i.e. "Able to do X") Allow for self-assessment of confidence level on each statement (1=not confident through 5=very ...
2
votes
2answers
44 views

How do I avoid embedding the connection string in a Dynamics CRM 2011 SQL report?

I have used BIDS (VS2008) to develop a SQL-query report for a Dynamics CRM 2011 instance. This runs OK in VS preview but I'm puzzled as to how to deploy it because the RDL file has the database ...
1
vote
1answer
36 views

Crystal repo download - ExportToHttpResponse is downloading file without extension

rptDoc = new ReportDocument(); rptDoc.Load(Server.MapPath("~/Reports/Rpt/CallPendingReport.rpt")); rptDoc.SetDataSource(dtData); Session["ReportDataSet"] = rptDoc; ...
0
votes
2answers
52 views

postgresql WITH statement add empty records to report

I'm writing a request for postgresql database (9.2) to describe the structure of all schema tables. To make the result of the request more readable, I want to add an epmty record after rows, ...
0
votes
1answer
26 views

Expandable list in pdf files

Can i create an expandable list in pdf files. Expandable list will be of the form : +Item1 +Item2 -Item3 -Subitem3.1 -Subitem3.2 +Item4 -Item5 -Subitem5.1 -Subitem5.2 -Subitem5.3 ...
0
votes
1answer
29 views

How to create Report from DB information in PDF format without using jasper

I want to create reports in PDF using the data available in database. I want to do some data manipulation and use the charts and details to be shown in pdf to the user.Suppose say there are 2 columns ...
-1
votes
0answers
16 views

How to create multiple graphs ( more than 10 ) in report builder 10g [closed]

I have a requirement to create approx 10 graph. I have created 4 graphs in paper layout 1st section, while moving to 2nd section in paper layout for plotting the next graph, it's giving an error: ...
0
votes
1answer
35 views

Reporting in Oracle 11g Express

Using Oracle 11g Express edition. For a project I need to have a document that contains all of my necessary SQL statements and outputs (a report of these), and an SQL file that contains ALL of my SQL ...
-1
votes
0answers
40 views

What should I use to create reports in c++? [closed]

I'm new to c++ programming and am not sure what I should use for equivalent of crystal reports or similar printing services, or printable generated stuff. (I have asked this before but some hudlums ...
0
votes
1answer
52 views

REPORT RDLC: I have a String parameter in a DataSet in VS 2010 C# but after executing query, nothing shows up

I am making a Report using RDLC. Visual Studio 2010 Ultimate + SQL Server 2012 Express InvoiceID is a String. This is a query with parameter on a Dataset TableAdapter. I entered this SQL in the ...
0
votes
0answers
10 views

Crystal reports 2011. Conversion of MDAC Command with embedded call to stored procedure to Oracle Server

Help Please! We are in the process of migrating a solution to 64 bit and we have a number of standard reports that no longer work. They appear to be those that utilise an MDAC connection type (as ...
0
votes
0answers
9 views

How to generate testcase report with histories in QA Complete?

I have around 100 testcases in QA Complete tool. I need to generate a report for all the testcases with its complete information like History tab, expected results, actual results etc. Please help me ...
0
votes
0answers
17 views

Visual Studio Report Viewer - Display collection data from a datasource

DataSet1 contains string x string y collection c Where collection c has string a I added a table to the report viewer and set the dataSource to DataSet1 columns are: Fields!x.value ...
0
votes
3answers
53 views

C# SqlDbType.Datetime getting empty rows

I develop a inventory management application. It have been in use almost for 1 year. But I decided to test some report, so I make a back up of the Database that runs in SQL server 2008 express. When I ...
-2
votes
1answer
75 views

How to delete a specific line from record in C programming (it can't proceed deletion) [closed]

#include <stdio.h> #include <conio.h> #include <string.h> #include<stdlib.h> struct person{ char stdNumb [20]; char firstName [20],lastName [20], icPass [20], nationality ...
0
votes
3answers
40 views

Using report parameters in record selection

I have a Java application the invokes Crystal Reports through its Java libraries. One of the reports has the following clause in its record selector: and ({DriverMotionView.GROUPID} = ...
1
vote
1answer
146 views

c# crystal reports database logon error when deployed (works fine on dev-machine)

i've created a crystal report (version 2008) to extract data from a sql 2008 server. has about 10 subreports. works perfectly fine in the crystal designer. now i wanted to write a small c# programm ...
0
votes
1answer
30 views

how can I get logo of curent comoany in openERP and us it in webkit Report

how can I get logo of curent comoany in openERP and us it in webkit Report without pass the name of Imge to mako file
1
vote
1answer
33 views

Can I use different datasets according to the selected parameters using SSRS 2012?

It's the first time that I am using SQL Server reporting services. I have two date type parameters: Start Date & End Date. I can run the report correctly when I fill these two parameters with the ...
0
votes
1answer
27 views

SSRS not loaded dll from .NET framework 4.5

I've created .dll in .NET Framework 4.5 and put it into SQL Server - Reporting Services - Report Server - Bin folder, and when deploy report from developer machine, i got this error: Error while ...
1
vote
1answer
77 views

Populating unbound field in crystal report

I have a crystal report with these fields: -Name -Other The field 'Other' is not a database field, so I added it as an unbound field. Then I have this code in my controller: DataSet ds = new ...
-1
votes
0answers
42 views

Python reports generator with Excel capability [closed]

i am looking for a library that would help me construct a reporting facility in python. to explain i created a program in python that interacts with a database (SQLite, for now) using SQLALchemy, and ...

1 2 3 4 5 47