I have a VS.NET solution, and I've added a report to it. I went through the report wizard, and it's mostly what i want, but I need a little more granularity than the wizard provides. For example, I need to concatenate my select statement, ie "SELECT a||b||c FROM..." I just want to tweak the SQL, and I can't figure out how to do that in VS.NET. In standalone Crystal, I believe I would right click on my data source and go to "Verify Database", but all that gives me is a popup saying that the database is up to date. Is it possible to do what I'm trying to?
Thanks in advance
Thanks in advance