Search found 16 matches

by Bisoux
Wed Aug 17, 2022 12:34 pm
Forum: Stimulsoft Dashboards.WIN
Topic: Connection string with SSH information
Replies: 1
Views: 7682

Connection string with SSH information

Hi,

Can you please let us know of what the connection string should look like when the mysql database needs ssh keys to be provided ?

Thank you
by Bisoux
Thu Jan 06, 2022 1:01 pm
Forum: Stimulsoft Reports.NET
Topic: IIF Funtion with bool & integer varaibles
Replies: 1
Views: 441

IIF Funtion with bool & integer varaibles

Hi, I have the following integer variables, BasicSalaryFrom & BasicSalaryTo. I have a bool variable called AllBasicSalary. If the user selects AllBasicSalary I want the filter to retrieve all salary records and ignore any value entered in the two integer variables. What will be the correct way o...
by Bisoux
Wed Oct 20, 2021 11:18 am
Forum: Stimulsoft Reports.NET
Topic: Add a dynamic date to file name
Replies: 3
Views: 846

Re: Add a dynamic date to file name

Hello,

If you dont have a report it is fine. If you can tell me where in the code i need to specify the dynamic file name that will also work for me. If it is not possible to have dynamic file names do let me know as well.

Thank you
by Bisoux
Wed Oct 20, 2021 6:25 am
Forum: Stimulsoft Reports.NET
Topic: Add a dynamic date to file name
Replies: 3
Views: 846

Add a dynamic date to file name

Hi everyone, I have a requirement where i need to dynamically add a date field to the filename at the time of export. So the file name should look like "filename 202110". The dynamic part is the year + current month after filename. The script language on the report is set to CSharp but I c...
by Bisoux
Wed Oct 20, 2021 6:15 am
Forum: Stimulsoft Reports.NET
Topic: Data shows on multiple rows
Replies: 5
Views: 987

Re: Data shows on multiple rows

Thank you Lech but the issue was hidden space characters probably some ascii fields were in the database. I removed those and its fine now.
by Bisoux
Sun Oct 10, 2021 4:55 am
Forum: Stimulsoft Reports.NET
Topic: Data shows on multiple rows
Replies: 5
Views: 987

Re: Data shows on multiple rows

Hi Lech, I actually did set the WordWrap property to false, but the issue still persists. I have attached a picture to better illustrate what exactly is happening. It is wrapping at certain points on the data, specifically at NA, where I have placed the blue arrow, and it is not clear to me why. Sin...
by Bisoux
Thu Oct 07, 2021 8:09 am
Forum: Stimulsoft Reports.NET
Topic: Data shows on multiple rows
Replies: 5
Views: 987

Data shows on multiple rows

Hello everyone, I have data field where I would like the output to show on one row for one record. What i am seeing is in certain cases the output goes to a second and third row for the same record. Here is what the expression on the databand looks like, {rows} So the outout i am seeing is this, #DE...
by Bisoux
Sun Jul 19, 2020 1:31 pm
Forum: Stimulsoft Dashboards.WIN
Topic: Expression to filter Date
Replies: 1
Views: 2890

Expression to filter Date

Hi, I have a startDate field in a mysql database. This is a datetime datatype. I am trying to extract the year part using the year function on a filter on a databand. I want to then compare it to data entered by the user in the TYear variable and return the filtered records. For the year 2020 the us...
by Bisoux
Tue Jul 14, 2020 10:04 am
Forum: Stimulsoft Dashboards.WIN
Topic: Filter on graph datasource
Replies: 1
Views: 2793

Filter on graph datasource

I have the following filter for my graph, (Reports.teamN == TeamN || All ) || Reports.teamN == "NOTEAM" The query returns "NOTEAM" if the record is null. The All is a boolean variable. TeamN is a variable tied to a datasource and gets all team data from a datasource. I want the f...
by Bisoux
Mon Jul 13, 2020 11:01 am
Forum: Stimulsoft Reports.NET
Topic: Expression to filter Date
Replies: 5
Views: 2570

Re: Expression to filter Date

So I did the below, Reports_Employee_AnniversaryCopy.startDate >= Format("{0:dd-MM-yyyy}",FromDate) That is I want to get all records that are greater than and equal to the date selected but I am getting the attached error, Problem when parsing Chart Expression = Reports_Employee_Anniversa...