Search found 10 matches

by mighty0n3
Mon Apr 22, 2024 2:21 pm
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

I could not provide a data source because of company data.

However, meanwhile I could figure out what was wrong.

The problem is that this wonderful software (..) was having trouble to interpret "== 0" correct, instead I used ">0" and reordered the if-condition
by mighty0n3
Wed Apr 03, 2024 6:43 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

See attached
by mighty0n3
Tue Mar 26, 2024 7:05 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

Nope, it's a string
by mighty0n3
Mon Mar 25, 2024 9:54 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

If I use your example in my SQL-Query (of course with correct var-reference) results in Parse error: Syntax error

Concerning bit of SQL-Query: AND L.SkuPartNumber IN {(us_lic.Count == 0 ? "('')" : "(" + us_lic.ToQueryString("'") + ")")}
by mighty0n3
Fri Mar 22, 2024 9:27 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

Ok, understood.
If i want to use the selected Values as paramter in my query it says "Cannot convert StringList to string"

Can it be worked around with an expression for example?
by mighty0n3
Thu Mar 21, 2024 1:14 pm
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

Re: How to "store" selcted items

Do you have some kind of example for the "Request From User option" or a "how to" so to say?
by mighty0n3
Tue Mar 19, 2024 12:42 pm
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 13
Views: 2261

How to "store" selcted items

Hello,

i have a rather simple form which contains a checked list box (name: licenses) and I want to store the selected values into a variable (Name: abc) upon click on "OK" Button in order to use the selected values in a SQL query.
How do I do that?
by mighty0n3
Tue Dec 05, 2023 11:32 am
Forum: Stimulsoft Reports.NET
Topic: Counting text occurences
Replies: 4
Views: 1898

Re: Counting text occurences

Works like a charm
Thank you very much!
by mighty0n3
Tue Dec 05, 2023 9:16 am
Forum: Stimulsoft Reports.NET
Topic: Counting text occurences
Replies: 4
Views: 1898

Re: Counting text occurences

Thanks for your quick reply and assistance.
I'll give it a try later today and let you know!
by mighty0n3
Tue Dec 05, 2023 6:35 am
Forum: Stimulsoft Reports.NET
Topic: Counting text occurences
Replies: 4
Views: 1898

Counting text occurences

Hello everybody, sorry for asking maybe dumb questions :D but just started using ReportBuilder because it is integrated in our documentaton software - unfortunately they don't provide any detailed information. I have a datasource containing a list of users with office location and assigned license. ...