Most voted "report" questions
Tag used to refer to reports in general (in files, in the internal content of a web page, etc).
Learn more…135 questions
Sort by count of
-
0
votes0
answers396
viewsHow to use foreach with mPdf library?
Hello, my friends. I’m in a tough spot, I know what it is, but I can’t fix it. Well, I’m using the mPDF library to generate reports, it’s great and very simple to use. I am bringing information from…
-
0
votes1
answer352
viewsWord as the basis for a report in Delphi that has Detail
Galera I have a standard word document used in the company to make a presence list in training, but now they want to generate this list, with the names of the participants, already filled through…
-
0
votes0
answers256
viewsGenerate . rdl Report PDF with C# Windows Form or ASP.NET
I have a report created in Report Service and working. How do I generate a pdf of this report with C# Windows Form or even Asp.net.? Note: I have to pass some parameters to the report, such as…
-
0
votes1
answer256
viewsReport Viewer, direct print and file saving without preview
Good afternoon. Can I save a report made in REPORT VIEWER without preview? Saving it in PDF format, and also performing its direct printing on the printer (without using external executables),…
-
0
votes0
answers170
viewsHow to create method to print a report - java
How do I create a way to print a DB report. Follow my method below. public void printReport (Date initialDate, Date endDate){ list<Sale> sales = getSales (initialDate, endDate); for (Sale…
-
0
votes1
answer536
viewsCreate Angular and Firebase reports
What to use to create reports with Angular and Firebase? I have an application in the area of health with Angular and Firebase, I’m coming in the part of system reports and would like alternatives…
-
0
votes2
answers294
viewsSnappy does not render image in pdf?
I’m using Snappy to generate reports, but it’s not rendering the image I upload in my html, which I wonder if it might be? Code: Route::get('/report', function(){ $pdf =…
-
0
votes0
answers20
viewsHow can I generate a php report that is not a table?
I need to create a report/form from a query in php. I have a membership database for a leisure activity club. From this query: SELECT DISTINCT utilizador.nome, utilizador.data_nascimento,…
-
0
votes1
answer371
viewsBest way to create click report (PHP Mysql)
I’m putting together a real estate market system where developers can see the land available for construction. Then I want to record the clicks that each developer gives in any terrain and then I…
-
0
votes1
answer94
viewsWhat is the best way to create an access report?
I am setting up a website recipes (PHP and Mysql) and would like to have in the backend a login report, where I can know what recipes each user sees more, to then suggest other recipes based on…
-
0
votes1
answer96
viewsChunk on Laravel 4.2 using lots of memory
I am using in an application a query to get data from a table and then generate a file xlsx. The problem is that it returns a lot of information, about 1,5 GB. As a solution, so I’m using the method…
-
0
votes0
answers13
viewsFile Recovery after Deforestation
I have a project where I needed to upload what I had to the Azure cloud then did the process of removes Mapping to map again, when I went to see, after this procedure, one of the report Reports did…
asp.net-mvc visual-studio windows-azure report team-foundation-serverasked 3 years, 10 months ago Andrey Cadilhe 11 -
0
votes1
answer60
viewsHow to save a pdf of the statistical report generated with Expdes.pt package?
the code below generates a report in the R console which I want to export in a pdf, however I am not getting, I appreciate the help. library(ExpDes.pt) anova1 <- fat2.dbc(dados$fator1,…
-
0
votes1
answer131
viewsSQL Report Builder 3.0 Merge Rows into a Totalizer column
Considering a simple query where you bring a list of people containing your name, code and age, I would like it to be displayed in the last right column the sum of the ages according to the image…
-
0
votes1
answer358
viewsHow to generate a pdf with Primefaces 5.3 using dataexport
This is my screen to generate the pdf <p:panel style="margin-left:30%" id="pnlTituloGabarito"> <p:commandButton value="Export to PDF" ajax="false"> <p:dataExporter type="pdf"…
-
0
votes1
answer113
viewsSPLIT_STRING in several 'paragraphs'
I’m trying to take this kind of table: In which I have a daily import for a dbo, I now have difficulty split_string the comments, cross with the ID. The idea is to have as many lines as (additional…
-
0
votes1
answer220
viewsError generating report with parameter id
I am making a small system to print a budget by passing the id as parameter. The following situation occurs; By netbeans step id when prompted and normal report appears. But when I do generate the…
-
0
votes1
answer10
viewsHow to resolve ioexception in xls file generated by Jett?
Guys I have a bean with way to generate report so done with Jett: Map<String, Object> beans = new HashMap<String, Object>(); beans.put("fichasTecnicasMateriaPrimaResumo",…
-
0
votes1
answer44
viewsHow to resolve Invalidformatexception in xls file generated by Jett?
I have a way of generating reports done with Jett: Map<String, Object> beans = new HashMap<String, Object>(); beans.put("fichasTecnicasMateriaPrimaResumo",…
-
0
votes0
answers217
viewsError opening aspnet page C#. Could not load file or Assembly 'Microsoft.ReportViewer.Common, Version=12.0.0.0
Good evening, everyone. I have developed a website, which on a given page shows a report. Locally it works normally, but when I run on the published page, it gives the error: Server Error in '/'…
-
0
votes1
answer195
viewsReport from a form with no database
My question is, can I generate a report (I don’t know if I can call it that): Report: Date of payment Client: xxxxxx xxx xxx xxxx Payment date: xx/xx/xxxx Signing It would be a very simple layout…
-
0
votes0
answers95
viewsError saving data with EF
I am assembling my unit tests and trying to save the data in a table using the Entity Framework, but at the time I run it returns an error. Validation failed for one or more entities. See…
-
0
votes2
answers44
viewsHOW TO ADD UP THE VALUE OF A PRO CLIENT COLUMN
Good afternoon Gentlemen, In benefit of my studies I am developing a simple sales system and I am already in the part of the reports. My doubt is as follows: How to make a select adding up the…
-
0
votes1
answer102
viewsError while refreshing report Viewer C#
I’m having a problem running a report on Viewer in c#. The problem is the following I have to add a list in the data source, but it adds the first list, then no longer updates. What Can Be ? Code…
-
0
votes2
answers56
viewsHow to return only the last maintenance line of each equipment?
I’m implementing the report module in a system I’m developing, but I can’t get where I want, my scenario: I have an equipment table, linked by foreign key to another table called maintenance, in the…
-
0
votes0
answers26
viewsError generating Ireports report (Jasper) in Maven project
I am working with a Maven project and managed a print using Ireports, but when making the call it is returned java.lang.NullPointerException when trying to detail where was the error I noticed that…
-
0
votes0
answers14
viewsGrails - Plugin Export / Format Fields Output
I am making a report, using grails and the export plugin and I have a problem. I have fields that depending on the situation can come null, I do a search with criteria in a certain class, there I…
-
0
votes0
answers47
viewsCount lines in a group in a Reportviewer report (rdlc)
Good morning, everyone. I am developing a system for employee registration that needs to generate the individual point sheets of each employee, for this I am using Reportviewer. In the body of the…
-
0
votes0
answers88
viewsJPG Image in Forte Reports Delphi
Good afternoon, you guys. I have a Production Control Register with product image. It accepts both BMP and JPG. This image is recorded in Firebird 2.5. I made an impression of this Control’s…
-
0
votes0
answers20
viewsManipulating data and dates in oracle
I am developing a report with a view with Oracle database, and I need to make a function where the output value will be the running days since the last product drive, ie basically present day less…
-
-1
votes2
answers1145
viewsJasperreports, Document Does Not Contain Pages?
Hello, I’m new to Jasperreports and I’m facing a problem to be able to generate my first report (a DANFE), everything I’ve seen about Jasper so far involved database, as my application does not use…
-
-1
votes1
answer415
viewsCreating reports in C#!
Hello, I’m looking for a library/tool that lets you create reports in c#. There’s Fast Report and Crystal Reports but they both get paid... You wanted something Open Source/Free and you don’t need…
-
-1
votes1
answer721
viewsHow to pass data from a table to a PDF report using React and JSPDF?
Follows my code: exportar = () => { var doc = new jsPDF() var d = new Date(); var texto = "Generator PDF" var mes = d.getMonth() + 1; doc.setFont('times', 'bold') doc.setFontSize(14) doc.text(10,…
-
-1
votes1
answer549
viewsGenerate report only with data passed via Ireports parameter
Normally we generate report by Ireports based on database query, only now I come across the following question, I will assemble a report based on the data shown in the customer’s look, in case it is…
-
-2
votes3
answers404
viewsCategory and Subcategory Sum with PHP and MYSQL
I already broke my head and I’m lost in finding the solution to my problem, I’m developing a financial report that has categories and subcategory (7 levels) Below is the structure of part of my…