Crystal 11 and SQL Server 2005.
I've got 2 SQL databases. I need to pull data from both and drop into a Crystal Report.
In SQL.DB1 there is a text field formatted like this "The Quote for Jefferson county is #ABCQ12345 for 3 speakers". I need the quote number "#ABCQ12345" to match and pull data from SQL.DB2. I can successfuly parse "#ABCQ12345" with a formula called "quotenum". Now I need to select multiple records in SQL.DB2 field "docid" based on "quotenum" (#ABCQ12345).
I've written this with a main report body that displays data from SQL.DB1 and a SubReport that should pull the matching data from SQL.DB2.
It seems I've read here that I can't use a formula result to pass as a parameter to a SubReport. What are my options?
Thanks
I've got 2 SQL databases. I need to pull data from both and drop into a Crystal Report.
In SQL.DB1 there is a text field formatted like this "The Quote for Jefferson county is #ABCQ12345 for 3 speakers". I need the quote number "#ABCQ12345" to match and pull data from SQL.DB2. I can successfuly parse "#ABCQ12345" with a formula called "quotenum". Now I need to select multiple records in SQL.DB2 field "docid" based on "quotenum" (#ABCQ12345).
I've written this with a main report body that displays data from SQL.DB1 and a SubReport that should pull the matching data from SQL.DB2.
It seems I've read here that I can't use a formula result to pass as a parameter to a SubReport. What are my options?
Thanks