Search found 6197 matches

by Lech Kulikowski
Thu Mar 28, 2024 11:29 am
Forum: Stimulsoft Reports.PHP
Topic: Blockly a Code
Replies: 1
Views: 12

Re: Blockly a Code

Hello,

Please check the following link:
https://www.stimulsoft.com/en/blog/arti ... t-designer

Thank you.
by Lech Kulikowski
Wed Mar 27, 2024 9:52 pm
Forum: Stimulsoft Ultimate
Topic: template in an accounting program
Replies: 13
Views: 285

Re: template in an accounting program

Hello, > Lech, thank you very much for the guidance and examples, and what's important, you didn't give a direct answer, but you showed how to do it and I had to understand where I was making a mistake :) We are always glad to help you! > Finally, I have a question whether we are able to do conditio...
by Lech Kulikowski
Wed Mar 27, 2024 7:47 am
Forum: Stimulsoft Reports.WEB
Topic: Custom components
Replies: 4
Views: 960

Re: Custom components

Hello,

In the JS version, custom components can be added only from the source code.

Thank you.
by Lech Kulikowski
Wed Mar 27, 2024 5:10 am
Forum: Stimulsoft Reports.NET
Topic: Error with unsupported platform
Replies: 1
Views: 28

Re: Error with unsupported platform

Hello,

Please check the following samples:
https://github.com/stimulsoft/Samples-Reports.WPF

Thank you.
by Lech Kulikowski
Tue Mar 26, 2024 8:54 pm
Forum: Stimulsoft Ultimate
Topic: template in an accounting program
Replies: 13
Views: 285

Re: template in an accounting program

Hello,

You need to use the following expression:
{DataSourceName.ColumnName1 + DataSourceName.ColumnName2 + DataSourceName.ColumnName3 + etc... }

Thank you.
by Lech Kulikowski
Tue Mar 26, 2024 10:27 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 9
Views: 167

Re: How to "store" selcted items

Hello,

Please send us a sample report with test data for analysis.

Thank you.
by Lech Kulikowski
Tue Mar 26, 2024 10:11 am
Forum: Stimulsoft Reports.NET
Topic: Inherit the base report
Replies: 1
Views: 22

Re: Inherit the base report

Hello,

Please check the following link:
https://www.stimulsoft.com/en/documenta ... itance.htm

Thank you.
by Lech Kulikowski
Tue Mar 26, 2024 10:10 am
Forum: Stimulsoft Ultimate
Topic: template in an accounting program
Replies: 13
Views: 285

Re: template in an accounting program

Hello,

> I tried that but I'm not doing something wrong

It should work.
But in your expression are used variables, not columns from the data source.


Also, from 2018.x. version were made a lot of fixes, improvements and optimizations with working with business objects.

Thank you.
by Lech Kulikowski
Mon Mar 25, 2024 9:27 pm
Forum: Stimulsoft Reports.NET
Topic: Date formatting Issue in CSV Export
Replies: 4
Views: 75

Re: Date formatting Issue in CSV Export

Hello,

Excel itself may not display it correctly.
If you open the file in the editor, the date is correctly written there.

Thank you.
by Lech Kulikowski
Mon Mar 25, 2024 9:25 pm
Forum: Stimulsoft Reports.JS
Topic: The sum of times converted to days.
Replies: 1
Views: 43

Re: The sum of times converted to days.

Hello,

You can use the following expression:
{SumTime(Dataroot,root.WorkTime).Days}

Thank you.