Is this possible without using “change sub-report links…”? i.e. without prompting parameter values?
I’ve main report based on stored procedure and say ‘n’ sub-reports within. I would like to pass db columns from SP to each sub-report as I don’t want to call same SP in those ‘n’ sub-reports to affect performance.
So I create variable per every column in each sub-report but I’m unable to access those down in sub-reports.
Just wondering if I can achieve below by this kind of linking or no?
I have a crystal report based on stored proc which has date parameters. Now as we all know, these SP parameters show up as prompts in Crystal report. I want to schedule this report in info-view without changing Stored proc parameters. Is there a way, I can pass values for today and yesterday to these date prompts for scheduling purposes?