Refresh the status view of the current study %status(reptype=report type);
Where | Is Type... | And
represents... |
report type | C (optional) | The specific report type defined in the report object to be
refreshed. If this is left blank, updates will be applied to all reports. |
inlib | LIBNAME | Library referencing the location of the reports, program and
data object as defined to the Trialex System. | Details
This macro refreshes the status view with
the most updated information. The status view becomes outdated when the dependency
diagram has been updated or when the status attributes of objects are updated.
During the refresh, the status view is locked for all users including the
user who initiated the refresh request. For large status views, it is recommended
that the refresh is scheduled to be executed outside of peak hours for optimal
performance.
Example *** Update the all the status ***;
libname inlib 'd:\projectx\studyx';
%status;
*** Update the status for Summary Tables ***;
libname inlib 'd:\projectx\studyx';
%status(reptype=Summary Tables); |