Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Launch and connect to the SQL Server.
  2. Use the following SQL statement to update the Resource Report ReportLocation,  replacing Report URL with your actual report URL.

    UPDATE WSRepts SET ReportLocation = 'Report URL' WHERE ReportReference = 'Schedule_Resource_Report_1'

...

  1. Launch and connect to the SQL Server.
  2. Run the following SQL statement to display the Resource Reportupdate the Job Schedule by Cost Code ReportLocation, replacing Report URL with your actual report URL.

    UPDATE WSRepts SET ReportLocation = 'Report URL' WHERE ReportReference = 'Job Schedule by Cost Code'

...