Search found 6263 matches

by Lech Kulikowski
Sun Sep 06, 2020 6:40 pm
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3974

Re: How can I count registers from a Data Source?

Hello,

In that case, please check the following expression
{Totals.Count(DataBand2)}

Thank you.
by Lech Kulikowski
Sun Sep 06, 2020 6:19 pm
Forum: Stimulsoft Reports.WEB
Topic: Split a delimited string to extract individual string values
Replies: 3
Views: 1366

Re: Split a delimited string to extract individual string values

Hello,

In the NET-based products, you can add your own function on the Code tab.
In other products, it can be added from code before calling the designer.

Thank you.
by Lech Kulikowski
Sun Sep 06, 2020 6:17 pm
Forum: Stimulsoft Reports.WPF
Topic: Generate PDF it will slow
Replies: 1
Views: 2706

Re: Generate PDF it will slow

Hello, > Do you mean the rendering of the PDF, or the general rendering of the report. It is the export that is slower. > And how much does it slow down? We can't say exactly, because everything depends on the size of the report, the amount of text, text sizes, options enabled, etc. There are many d...
by Lech Kulikowski
Fri Sep 04, 2020 6:25 pm
Forum: Stimulsoft Reports.WEB
Topic: rendering control based on variable type and data source
Replies: 1
Views: 745

Re: rendering control based on variable type and data source

Hello,

No, this feature is not available.

You can use only variables types available in the dictionary.

Thank you.
by Lech Kulikowski
Fri Sep 04, 2020 6:23 pm
Forum: Stimulsoft Reports.WPF
Topic: Switch Case
Replies: 14
Views: 17529

Re: Switch Case

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 10:35 am
Forum: Stimulsoft Reports.WEB
Topic: Split a delimited string to extract individual string values
Replies: 3
Views: 1366

Re: Split a delimited string to extract individual string values

Hello,

There are no standard functions for that task.
As a way, you can add your own function in then use it in the report.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 10:02 am
Forum: Stimulsoft Ultimate
Topic: Format line chart days in x axis
Replies: 4
Views: 2094

Re: Format line chart days in x axis

Hello,

Thank you for the information.
by Lech Kulikowski
Thu Sep 03, 2020 9:59 am
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3974

Re: How can I count registers from a Data Source?

Hello,

Please check
SEM MOVIMENTO - {Totals.Count(root_retorno_livros)}

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:35 am
Forum: Stimulsoft Reports.JS
Topic: All dates are returned as strings
Replies: 1
Views: 552

Re: All dates are returned as strings

Hello,

We couldn't reproduce the issue.
Please send us a simple report with test data for analysis.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:31 am
Forum: Stimulsoft Reports.WEB
Topic: Grouping in Cross Tab
Replies: 3
Views: 1027

Re: Grouping in Cross Tab

Hello,

Try to use one column with summary of these values in the Cross-Tab.

Thank you.