MicroStrategy ONE
Refresh imported files
Refreshes all the imported files in a folder.
Copy
REFRESH (IMPORTEDFILE imported_file_name | IMPORTEDFILES | IMPORTEDFILES IN SERVICE service_name) IN FOLDER location_path;
where:
-
imported_file_name is the name of the imported-file object that is going to be refreshed, of type string, between double quotes (" ").
-
service_name is the service that holds the imported-file objects.
-
location_path is the folder path where the imported-file objects/service are located, of type string, between double quotes (" ").
Examples
Copy
REFRESH IMPORTEDFILE "New Imported File" IN FOLDER "/Applications";
Copy
REFRESH IMPORTEDFILES IN SERVICE "Service for Document Email Deliveries" IN FOLDER "/Applications/Services for Web Deliveries/Services for project MicroStrategy Tutorial/Email Delivery/Document Email Delivery";
