Hi,
I need to get a inittial report query in the Crystal and set a new query in the report.
Example:
A inittial query is: SELECT REGION_NAME FROM REGION WHERE CITY = @1@
I want to get the query,change the "@1@" mnemonic and set a new query: SELECT REGION_NAME FROM REGION WHERE CITY = "SAO PAULO". ( in ASP using RDC )
But I don´t know how do get the inittial query.
Thanks