Wildcard in a filter

Stimulsoft Reports.NET discussion
Post Reply
fieldsj36
Posts: 1
Joined: Thu Mar 17, 2022 7:19 pm

Wildcard in a filter

Post by fieldsj36 »

My CMMS 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: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: Wildcard in a filter

Post by Lech Kulikowski »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more detail?

Thank you.
Post Reply