Search found 18 matches

by zalak
Wed Oct 23, 2019 7:38 am
Forum: Stimulsoft Reports.NET
Topic: Data source - datetime(nullable)
Replies: 5
Views: 3204

Re: Data source - datetime(nullable)

Hello, Any updates on this one Hello, DataSet does not support System.Nullable<>. In this case, you can set the DateTime(Nullable) type of column in dictionary in designer. Thank you. We are facing the same issue. We need the column to have datetime(nullable) which should be set from the code and no...
by zalak
Mon Sep 30, 2019 6:30 am
Forum: Stimulsoft Reports.WEB
Topic: Issue using Datetime column with null values
Replies: 9
Views: 3755

Re: Issue using Datetime column with null values

Hello, As you asked for a sample I had attached the sample.mrt report to clarify my issue. In the sample.rpt report, there is a table 'Statement' which has column 'Date' and to illustrate the problem of nullable datetime columns I added a new calculated column 'DateTwo' with this expression 'DateTim...
by zalak
Fri Sep 27, 2019 5:36 am
Forum: Stimulsoft Reports.WEB
Topic: Issue using Datetime column with null values
Replies: 9
Views: 3755

Re: Issue using Datetime column with null values

Hello,

Any update? I hope the sample report is working.

Regards,
Zalak
by zalak
Wed Sep 25, 2019 6:31 am
Forum: Stimulsoft Reports.WEB
Topic: Issue using Datetime column with null values
Replies: 9
Views: 3755

Re: Issue using Datetime column with null values

Hello,

Please find attached the sample for the issue.

Regards,
Zalak
by zalak
Tue Sep 24, 2019 10:51 am
Forum: Stimulsoft Reports.WEB
Topic: Issue using Datetime column with null values
Replies: 9
Views: 3755

Re: Issue using Datetime column with null values

Just to add, if I had highlight condition on the text box where in I check IsNull for column 'MyDataTable.tempDateTwo' it works correctly.
See the screen shot
by zalak
Tue Sep 24, 2019 10:19 am
Forum: Stimulsoft Reports.WEB
Topic: Issue using Datetime column with null values
Replies: 9
Views: 3755

Issue using Datetime column with null values

Hello, I have 2 datetime columns in my table, e.g. MyDataTable.tempDateOne & MyDataTable.tempDateTwo. I want to add a new calculated column to the table using expression "IIF(MyDataTable.tempDateTwo == null, MyDataTable.tempOldValue, MyDataTable.tempNewValue)". But, I guess the conditi...
by zalak
Thu Jan 31, 2019 1:34 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Cross-band: display data in next row instead of next page
Replies: 1
Views: 1369

Cross-band: display data in next row instead of next page

Hello, I am using a cross-band to display images horizontally. The cross-band is added inside a Databand. The problem with cross-band is, when there is not enough space to display the content(images) it goes to the next page. I want the content(images) to be displayed in the next row instead of next...
by zalak
Thu Nov 22, 2018 8:18 am
Forum: Stimulsoft Reports.WEB
Topic: Label not visible for one of the Bars in stacked chart
Replies: 1
Views: 819

Label not visible for one of the Bars in stacked chart

Hello, I am using a stacked chart with only one series and label position is outside the chart (as shown in the attached screen shot). Problem is sometimes the label for the bar is not visible, I assume it only happens when the bar value is close enough to the maximum y-axis value. Example, in the a...
by zalak
Mon Aug 13, 2018 7:37 am
Forum: Stimulsoft Reports.NET
Topic: Interaction from Chart to Table
Replies: 4
Views: 2055

Re: Interaction from Chart to Table

Hello Lech Kulikowski,

Thank you! Apart from user-manual, is there any other detailed document about all these (Interaction & drilled down parameters for charts & table mainly related with code)?

Thanks,
Zalak
by zalak
Mon Aug 13, 2018 7:31 am
Forum: Stimulsoft Reports.WEB
Topic: List Variable Items
Replies: 14
Views: 8213

Re: List Variable Items

If the source for the variable was changed to Data Columns instead of Items and Zalak created a Datasource with Vehicles, Fruits, Vegetables, Electronics in a column and then used that column for both the keys and values, it should work. I do it all the time for some of my reports. Carl Hello Carl,...