Search found 16 matches

by haleb
Mon Feb 01, 2021 9:08 pm
Forum: Stimulsoft Reports.NET
Topic: Compilation Error
Replies: 3
Views: 1209

Re: Compilation Error

Hi, what is the best way to send you a sample based on our version number (2019.4.2)?
by haleb
Mon Feb 01, 2021 6:32 pm
Forum: Stimulsoft Reports.NET
Topic: Compilation Error
Replies: 3
Views: 1209

Compilation Error

We recently upgraded our VueWorks and Stimulsoft report system, our reports are now on version 2019.4.2. We have one report where we have three Compliation Errors that we did not have previously and the report has not been modified after the upgrade. We are hoping you could help us figure out, why w...
by haleb
Mon May 18, 2020 8:07 pm
Forum: Stimulsoft Reports.WEB
Topic: Having Count in DataSource
Replies: 3
Views: 1328

Re: Having Count in DataSource

Hi Lech,

Do you have a link for reference? I have already validated that the syntax is correct by SQL standards.
by haleb
Mon May 18, 2020 4:29 pm
Forum: Stimulsoft Reports.WEB
Topic: Having Count in DataSource
Replies: 3
Views: 1328

Having Count in DataSource

We are creating a report that is looking for a 1:1 ration between two record types. Below is the datasource I am trying to create. The issue I am running into is; with the group by and having count clause the columns do not retrieve. However if I remove those two lines the columns retrieve as expect...
by haleb
Tue Apr 14, 2020 9:57 pm
Forum: Stimulsoft Reports.WEB
Topic: DISTINCT within Datasource
Replies: 3
Views: 1980

Re: DISTINCT within Datasource

Hi Lech, I tried the TOP method several different ways, in my main select and a sub select.However when selecting "Retrieve Columns" nothing is pulled. What is your suggested way of formatting TOP within my query? It is only the ASSET ID field we want the first matching record for, so I do...
by haleb
Thu Apr 09, 2020 7:45 pm
Forum: Stimulsoft Reports.WEB
Topic: DISTINCT within Datasource
Replies: 3
Views: 1980

DISTINCT within Datasource

I have a report where I want to pull the first asset record that is attached to a work order only. My datasource consists of three different joins, so I am trying to avoid using a sub select. I have tried using MIN and DISTINCT within the initial select statement but neither seem to work. Is there a...
by haleb
Wed Apr 08, 2020 4:48 pm
Forum: Stimulsoft Reports.WEB
Topic: Multiple the sum of a column
Replies: 5
Views: 2252

Re: Multiple the sum of a column

Thank you! That worked perfectly!
by haleb
Tue Apr 07, 2020 5:24 pm
Forum: Stimulsoft Reports.WEB
Topic: Multiple the sum of a column
Replies: 5
Views: 2252

Multiple the sum of a column

Is there a way to multiple the sum of a column from a databand? This is being placed within a Footer band. {Sum(DataBand6,reports_InventoryTransactions.TotalCost)*0.15} However this is causing two errors: "Operator * cannot be applied to operands of type 'decimal' and 'double'" and "O...
by haleb
Wed Jan 22, 2020 4:46 pm
Forum: Stimulsoft Reports.NET
Topic: Using multiple data sources for one column
Replies: 1
Views: 1163

Using multiple data sources for one column

We are building a report that we would like to keep as dynamic as possible. What we are trying to achieve is having a certain field pulled from a certain data source based on the id that is associated. Each datasource only has 1 field in them and their is one main data source being used, for sample ...
by haleb
Fri Nov 01, 2019 2:32 pm
Forum: Stimulsoft Reports.NET
Topic: Join column related to other data
Replies: 8
Views: 3966

Re: Join column related to other data

I am trying to do just this within the Dynamic Report Designer UI. Could you tell me how this would be done within the UI? We need to tie an asset id to a work order id and then have the data populate based off the work order id.