Wildcard

Stimulsoft Reports.NET discussion
Post Reply
Bugbear
Posts: 1
Joined: Wed Dec 18, 2024 8:49 am

Wildcard

Post by Bugbear »

My CMS reporting tool is Stimulsoft based and the filter has what I believe is C# coding but not sure.
Syntax that works is similar to variablename.Contains(table.field) or table.field == "string".
How can I do a wildcard for my variable in the filter. I have a variable called varAddress.
I have tried table.name.Contains(varAddress)
I have tried table.name == %varAddress% , table.name == "%" + varAddress + "%"
What am I missing.
Lech Kulikowski
Posts: 7023
Joined: Tue Mar 20, 2018 5:34 am

Re: Wildcard

Post by Lech Kulikowski »

Hello,

What type of the varAddress variable?
Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
Post Reply