I have a form where the user selects zip code, city etc..and build a dataset on the fly that loads a datagrid.
How can I use that dataset for a crystal report.
I am looking at the COALESCE function, I will try to build a stored procedure and create the dataset for the crystal report. If that does not work....HELP!!! Am I on the right track?
I have built a selection criteria form. There are several text boxes which are filled and a SQL statement is built and a dataset created on the sql statement. Then I load that dataset into a datagrid. It works fine. I want to use that same dataset for a Crystal Report. How can I do that.
Which Crystal? You can include the Stored Procedure along with other tables, though usually this needs a subreport because Crystal doesn't let you mix them directly.
In Crystal 10, use Database Expert, select a database but then use [Add Command] to add your SQL code.
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.