Hello
I have a problem with uppgrading old Crystal reports to version 8.5. Most of the formulas works fine but when I have SQL selections in the formula like this:
sql("select DESCRIPTION from PRODUCT_GRADE where PRODUCT = '" + {@country} + "' and VERSION = 1"
it dont work.
Why? and how could it be solved
I have a problem with uppgrading old Crystal reports to version 8.5. Most of the formulas works fine but when I have SQL selections in the formula like this:
sql("select DESCRIPTION from PRODUCT_GRADE where PRODUCT = '" + {@country} + "' and VERSION = 1"
it dont work.
Why? and how could it be solved