ASP.NET, VS.NET, VB.NET & CR.NET.
I have report made up on "SELECT * FROM USERS" but I need to get report pronted based on "SELECT * FROM USERS WHERE UserNAme LIKE 'A%'". Parameter field doesn't accept LIKE. What the solution?
You told "write your LIKE 'A%' clause in Selection Expert." but what should I select in expert - formula? but it doesnt allow to put LIKE. What to do? Help!!!!!!!!!!!!!!!!!!!
You can set the report record selection formula programmaticaly:
reportObject.RecordSelectionFormula = "{table.table_field} like '" + myString + "*'"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.