Search found 9 matches

by agodoo
Thu Jan 07, 2021 1:12 pm
Forum: Stimulsoft Reports.JS
Topic: Hide textbox on odd or even pages
Replies: 1
Views: 787

Hide textbox on odd or even pages

Hello, I need to hide a textbox control based on odd or even pages. To start on this task I started with a simpler task just to test; I decided to test it, trying to hide a control on page 2. I selected the control I need to hide and I set conditions on it. I used "Field is Expression" typ...
by agodoo
Sat Jan 25, 2020 10:45 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Issue comparing 2 years revenue data
Replies: 1
Views: 1468

Issue comparing 2 years revenue data

Hello, I would need to compare the revenue of 2 years (2019 and 2018). I want to be able to do such a compare as global revenue and also divided for each sales agent. In my sample data I have 2 sales agent: Di Stefano Marco Ferrario Giovanni Mussi Giorgio As you can see from data in sql file, I imag...
by agodoo
Thu Jan 16, 2020 6:14 pm
Forum: Stimulsoft Reports.PHP
Topic: Dashboard with Map
Replies: 1
Views: 1766

Dashboard with Map

Hello, I'm trying to publish on a server a sample dashboard with a Map inclueded. When I run it on my local computer inside designer, it works perfectly; then when I publish it on a web server, handler.php give me a 500 error {"success":false,"notice":"[1] Allowed memory siz...
by agodoo
Tue Dec 03, 2019 3:24 pm
Forum: Stimulsoft Reports.JS
Topic: Format function in expression
Replies: 1
Views: 881

Format function in expression

Hello, I'm using Stimulsoft Report.JS and I have a text field used to visulize the sum of a report field: the expression is the following: TOTALE: € {Sum(Datazone_items,zone_items.PrezzoTotale)} I would need to know how to modify it so that the resulting SUm is formatted with 2 decimal places, even ...
by agodoo
Fri Jun 01, 2018 11:13 pm
Forum: Stimulsoft Reports.JS
Topic: Problem with images when export to PDF
Replies: 1
Views: 1573

Problem with images when export to PDF

Hello, I'm using your report.JS version. I have a simple report where I need to insert a company logo in the header. As I will run and view the report on Apache as a web page, I tried inserting the logo image using the image control, and setting hyperlink as "http://localhost:8080/myapp/reports...
by agodoo
Thu May 31, 2018 10:05 am
Forum: Stimulsoft Reports.JS
Topic: Using reports events and variables doubt
Replies: 1
Views: 1039

Using reports events and variables doubt

Hello, I have a report with one variable setted as "Request from user"; it is configured as a list of two values; so when I render the report, it opens the dialog and ask the user to select one of the values for the variable. I need to export report by code only after the user has filled i...
by agodoo
Thu May 31, 2018 7:15 am
Forum: Stimulsoft Reports.JS
Topic: Problem exporting to PDF directly
Replies: 3
Views: 2519

Re: Problem exporting to PDF directly

Hello Edward, thanks for your additional samples. I tried to change approach, and changed my code based on another of your samples // Create an PDF settings instance. You can change export settings. var settings = new Stimulsoft.Report.Export.StiPdfExportSettings(); // Create an PDF service instance...
by agodoo
Wed May 30, 2018 1:44 pm
Forum: Stimulsoft Reports.JS
Topic: Problem exporting to PDF directly
Replies: 3
Views: 2519

Problem exporting to PDF directly

Hello, I'm quite new to Stimulsoft and I have an issue. I followed your sample to export the report to pdf file. report.render(); var pdfData = report.exportDocument(Stimulsoft.Report.StiExportFormat.Pdf); // Get report file name var fileName = String.isNullOrEmpty(report.reportAlias) ? report.repor...
by agodoo
Tue May 22, 2018 10:58 pm
Forum: Stimulsoft Reports.JS
Topic: create and populating JSON data from backend php
Replies: 1
Views: 1345

create and populating JSON data from backend php

Hello, I'm new to Stimulsoft Report and I found some difficulty understanding which way I have to proceede in my case. Let me explain my needs. We want to use Stimulsoft JS. We have a php web app that uses a backend Mysql database to store data. I'm not sure this is the only and the correct way. a) ...