MicroStrategy ONE

Trigger Subscription statement

Trigger a subscription manually.

Copy
TRIGGER SUBSCRIPTION GUIDsubscription_GUIDFOR PROJECTproject_name;
Copy
TRIGGER SUBSCRIPTIONsubscription_name [MANAGE ALL] [(USERuser_name| CONTACTcontact_name| OWNERowner_name| CONTENT (report_or_document_name 
 IN FOLDER location_name) | GUID report_or_document_guid)] FOR PROJECTproject_name;

where:

  • subscription_GUID is the ID of the subscription

  • project_name is the name of the projectwhere the report or document resides

  • subscription_name is the name of the subscription

  • user_name is the name of the user

  • contact_name is the name of the contact

  • owner_name is the name of the owner

  • report_or_document_name is the name of the report or document

  • report_or_document_guid is thereport or document ID

  • location_name is the name of the folder where the report or document resides