Search found 6304 matches

by Lech Kulikowski
Mon May 06, 2024 8:41 pm
Forum: Stimulsoft BI Designer
Topic: Donut Chart Indicator going to "0" after filter
Replies: 1
Views: 34

Re: Donut Chart Indicator going to "0" after filter

Hello,

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

Thank you.
by Lech Kulikowski
Mon May 06, 2024 8:40 pm
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 7
Views: 127

Re: Getting list from OData via variable list

Hello,

Please provide more detailed information on how you load and run reports, how do you send parameters for the report, etc.

Thank you.
by Lech Kulikowski
Fri May 03, 2024 7:48 pm
Forum: Stimulsoft Ultimate
Topic: Change Text-Label Column (Cross-Tab)
Replies: 4
Views: 173

Re: Change Text-Label Column (Cross-Tab)

Hello,

You can use the Switch function.

Thank you.
by Lech Kulikowski
Thu May 02, 2024 7:53 pm
Forum: Stimulsoft Reports.NET
Topic: Table cells split badly across 2 pages
Replies: 3
Views: 84

Re: Table cells split badly across 2 pages

Hello,

In this case, you can try to use DataBand, Text and Image components, and on each row of the DataBand enable Text or Image as you need.

Thank you.
by Lech Kulikowski
Thu May 02, 2024 7:51 pm
Forum: Stimulsoft Ultimate
Topic: Change Text-Label Column (Cross-Tab)
Replies: 4
Views: 173

Re: Change Text-Label Column (Cross-Tab)

Hello,

As away, you can add the Calculated column with the necessary expression - datasource.column + "your text", and then use it for the Cross-Tab component.

Thank you.
by Lech Kulikowski
Thu May 02, 2024 7:46 pm
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 7
Views: 127

Re: Getting list from OData via variable list

Hello, Please check the following code for the List variable: var newVariable = new Stimulsoft.Report.Dictionary.StiVariable(); newVariable.name = "Variable"; newVariable.alias = "Variable"; newVariable.type = Stimulsoft.System.StimulsoftStringList; newVariable.requestFromUser = ...
by Lech Kulikowski
Thu May 02, 2024 7:41 pm
Forum: Stimulsoft Ultimate
Topic: Hide Empty data Column or Row
Replies: 11
Views: 315

Re: Hide Empty data Column or Row

Hello,

You are welcome.
by Lech Kulikowski
Thu May 02, 2024 7:41 pm
Forum: Stimulsoft Dashboards.JS
Topic: Problem with Initial Selection in StiDatePickerElement
Replies: 5
Views: 169

Re: Problem with Initial Selection in StiDatePickerElement

Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#14385
by Lech Kulikowski
Thu May 02, 2024 5:00 pm
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 7
Views: 127

Re: Getting list from OData via variable list

Hello,

In this case, you should the ToQueryString() function for your variable:
{idList.ToQueryString()}

Thank you.
by Lech Kulikowski
Thu May 02, 2024 9:14 am
Forum: Stimulsoft Reports.JS
Topic: Cross-Data Merge Column Header
Replies: 3
Views: 85

Re: Cross-Data Merge Column Header

Hello,

Sorry, but we still did not exactly understand your task. Please explain in more detail what you want.

Thank you.