Search found 19 matches

by Eddy78
Wed May 29, 2024 3:01 pm
Forum: Stimulsoft BI Designer
Topic: Data Not Lining up and showing duplicates
Replies: 3
Views: 42

Re: Data Not Lining up and showing duplicates

Never mind I fixed it. I did it from the sql code I was using. I introduced MAX function in my query after doing a data pivot. It works now. This is what I wanted it to look like unlike the above one.
by Eddy78
Tue May 28, 2024 6:00 pm
Forum: Stimulsoft BI Designer
Topic: Data Not Lining up and showing duplicates
Replies: 3
Views: 42

Data Not Lining up and showing duplicates

I have this report I'm working on which seems to display all the values I need but unfortunately they are not lining up as I want them to even after using Global Hide in the properties. How to I remove these Extra Text like "Appraisal and Flood" and the associated Blanks. Then Under the To...
by Eddy78
Tue May 28, 2024 5:50 pm
Forum: Stimulsoft BI Designer
Topic: Out-of-range value in data type
Replies: 3
Views: 858

Re: Out-of-range value in data type

I believe I had the same issue before as you @emacon. The solution that worked for me was doing the conversion at the WHERE Clause. Change yours to
CONVERT(VARCHAR(10), data_movimento, 101) BETWEEN @StartDate AND @EndDate sub the StarDate & EndDate to fit your need.
by Eddy78
Thu Mar 14, 2024 4:59 pm
Forum: Stimulsoft BI Designer
Topic: Properties
Replies: 2
Views: 815

Re: Properties

Never mind I found a newer version 2024.2.2 installed it and the properties are now showing again
by Eddy78
Thu Mar 14, 2024 1:39 pm
Forum: Stimulsoft BI Designer
Topic: Properties
Replies: 2
Views: 815

Properties

Any help will be appreciated I have tried several times to restore the properties which went blank when I was creating a report to no avail. I have other reports in my folder that are behaving the same way. I tried to remove the settings file from my C Drive but that did not help. I'm currently usin...
by Eddy78
Wed Dec 20, 2023 9:24 pm
Forum: Stimulsoft BI Designer
Topic: Dynamic Column Names
Replies: 1
Views: 1373

Dynamic Column Names

I do have a question in regards to making the Column Names dynamic in Stimulsoft Bi Designer. I'm currently using the SQL query but I have these columns for Escrow Fees that I have named Escrow Fee Name1,Escrow Fee Name2, Escrow Fee Name3,Escrow Fee Name4,Escrow Fee Name5 that can be named "any...
by Eddy78
Thu Sep 21, 2023 5:46 pm
Forum: Stimulsoft BI Designer
Topic: Row Level Security
Replies: 1
Views: 51968

Row Level Security

Is there a way to implement Row Level Security using the report designer or this can only be achieved within the data set. I have my dataset and I'm looking for a way to implement security for my report. I would like the Company Director to view all available Data . But the Branch Manager to only vi...
by Eddy78
Thu Sep 21, 2023 5:36 pm
Forum: Stimulsoft Reports.WPF
Topic: Stimulsoft Designer 2023.3.2 Image
Replies: 2
Views: 8200

Re: Stimulsoft Designer 2023.3.2 Image

I hope you are asking about image as a logo for your report. For this issue it never worked for me when I use the resource as my file source. So I decided to add it as a variable. Adding that image in the variable section change the Type to image and the add your image file and click ok. On the desi...
by Eddy78
Thu Aug 17, 2023 2:00 pm
Forum: Stimulsoft BI Designer
Topic: Alternate Row Group Color
Replies: 3
Views: 9462

Re: Alternate Row Group Color

Thanks Lech. I was doing it right but all along I had it set on the DataBand instead of the GroupHeaderBand. It works now thanks.
Abc.png
Abc.png (16.97 KiB) Viewed 9423 times
by Eddy78
Tue Aug 15, 2023 3:57 pm
Forum: Stimulsoft BI Designer
Topic: Alternate Row Group Color
Replies: 3
Views: 9462

Alternate Row Group Color

I have a report that is a grouped report. Is there a different expression I can use display the highlighting in grouped rows rather just one row per group. Which is what I'm getting currently when I use the Condition (Line % 2 == 1 ). I would like the first group of two to have a white background on...