Q: I want to print a report that excludes all completed activities. How do I set up this selection?
A: You should create a Select and Sort file (SAS utility file - select this from the Utilities menu on the Main Control Panel) and add the following entry to the file:
Parameter |
Parameter Selection Range |
||
SELECT |
AWS$ (Activity Working Status) |
Working, Future |
Save the file and use this SAS utility file on the screen displays and in reports to exclude all completed (or Actual) tasks.
Ref: 18014