I have two Crystal Report that execute a SP and clear the files in the execution, i want merge those transaction in one report. How to execute both in one report?
*This post is locked for comments
I have two Crystal Report that execute a SP and clear the files in the execution, i want merge those transaction in one report. How to execute both in one report?
*This post is locked for comments
In report maintenance you can configure the pre and post process and set the store procedures.
Or you can execute the second store procedure from the first procedure.