Topic: The Parameter in Command Posted: 22 Sep 2011 at 5:55am
Hello everyone,
Could anybody please help me figure out this issue.
Crystal Reports Version is 11.5 The database is Oracle
I have a command (command1) with one parameter (report date, p_report_date) to retrieve the data from the database. Now I need another command (command2) to call my Oracle Stored Function to get working days, select myFunc({?p_report_date}, last_day({?p_report_date})) from dual;
However, CR wouldn't let me use p_report_date in command2, and I have to create new parameter to command2. Would it be possible to use same parameter in different commands, and how to do it???
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum