The subreport is based on an Oracle stored proc. That stored proc updates the status of other tables/fields in the Oracle database. Is there a way to conditionally suppress execution of the subrep...
I am trying to create a report that shows overtime based on hours over 40 per week
I can create the formula that shows the overtime by employee for a week that is because I am only pulling in one ...
When I open the report and run it (via Refresh) from the CRW Designer, it immediately executes the SQL query without asking for the two date-time parameters. How do I get it to ask for the paramete...