Hello HighAley,
Unfortunately for me it didn't work, I replicated the reports that I would like to reuse so that it works the way I want it, it is kind of bad because when there is a change I have to modify it in many places, but it works better.
Thank you for your attention.
Search found 29 matches
- Mon Sep 21, 2020 4:59 pm
- Forum: Stimulsoft Reports.JS
- Topic: Errors in the async merged report
- Replies: 12
- Views: 1508
- Wed Sep 09, 2020 7:10 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
Re: How can I count registers from a Data Source?
Hello,
Thank you, it's worked very well.
Thank you, it's worked very well.
- Thu Sep 03, 2020 1:58 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
Re: How can I count registers from a Data Source?
Hello, I tested the Totals.Count function in a conditions in my DataBand but it seems not worked fine. I want the DataBand3 from Page 1(Second page in order) from my report appears when dosen't has registers of root_retorno_livros_lancamentos. I am working with the 'Conditions' property because of t...
- Wed Sep 02, 2020 12:00 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
Re: How can I count registers from a Data Source?
Hello,
Follow my test data for report.
Thank you
Follow my test data for report.
Thank you
- Thu Aug 27, 2020 2:15 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
Re: How can I count registers from a Data Source?
Follow the example of the report in attachment.
Thank you.
Thank you.
- Thu Aug 27, 2020 2:13 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
Re: How can I count registers from a Data Source?
Basically I want to show the databand when there is no record, and when there is more than one record do not show the databand.
- Thu Aug 27, 2020 2:04 pm
- Forum: Stimulsoft Reports.JS
- Topic: How can I count registers from a Data Source?
- Replies: 10
- Views: 817
How can I count registers from a Data Source?
Hello,
I did a report with count registers, but de function not working.
I used:
How can I count the registers from my Data Source?
In the attachments I show how my data structure is and how I am using the count
I did a report with count registers, but de function not working.
I used:
Code: Select all
{Totals.Count(root_retorno_livros.lancamentos)}
In the attachments I show how my data structure is and how I am using the count
- Wed Aug 26, 2020 2:59 pm
- Forum: Stimulsoft Reports.JS
- Topic: Errors in the async merged report
- Replies: 12
- Views: 1508
Re: Errors in the async merged report
Hello, I already use the renderAsync method, but I also use the merge between reports, where I intend to merge it only when the user wishes, follow the code: import { Component, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { environment } from '../../../../...
- Wed Aug 26, 2020 2:24 pm
- Forum: Stimulsoft Reports.JS
- Topic: There is no matching overloaded method for 'Replace(String,String,Number)'
- Replies: 3
- Views: 259
Re: There is no matching overloaded method for 'Replace(String,String,Number)'
Hello,
I solved this problem using 'ToString()' function, like this:
I solved this problem using 'ToString()' function, like this:
Thank you{Replace(root_retorno_abertura.texto,"{NumeroFolhas}",ToString(TotalPageCount))}
- Wed Aug 26, 2020 1:59 pm
- Forum: Stimulsoft Reports.JS
- Topic: There is no matching overloaded method for 'Replace(String,String,Number)'
- Replies: 3
- Views: 259
Re: There is no matching overloaded method for 'Replace(String,String,Number)'
How can I solve this problem?
Thank you
Thank you