Search found 6302 matches

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

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: 64

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: 137

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: 6
Views: 86

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: 236

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: 138

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: 6
Views: 86

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: 66

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.
by Lech Kulikowski
Wed May 01, 2024 9:33 am
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 6
Views: 86

Re: Getting list from OData via variable list

Hello,

You can use the Request From User option for your variable.

Thank you.
by Lech Kulikowski
Wed May 01, 2024 9:31 am
Forum: Stimulsoft Ultimate
Topic: Hide Empty data Column or Row
Replies: 11
Views: 236

Re: Hide Empty data Column or Row

Hello,

You can add a filter for your Cross-Tab component.

Thank you.