MicroStrategy ONE

Alter Print Subscription statement

Modify the properties of a printer subscription.

Copy
ALTER PRINTSUBSCRIPTION [subscription_name[MANAGE ALL] | GUIDsubscription_GUID] [NAMEnew_subscription_name]  [OWNERnew_login_name] [SCHEDULEnew_schedule_name]  [ADDRESSnew_address_name| USERnew_user_name | CONTACTnew_contact_name [ADDRESSnew_contact_address_name] | CONTACTGROUPnew_contact_group_name] [CONTENT(new_report_or_document_name IN FOLDER new_location_name  | GUID 
 new_report_or_document_guid) [CONTENTTYPE (REPORT | DOCUMENT)]] IN PROJECTnew_project_name [PRINTRANGE [(PAGES FROM start_page TO end_page 
 | ALL)]] [COPIESnumber_of_copies] [COLLATE (TRUE|FALSE)] [SENDPREVIEWNOW(TRUE|FALSE)] 
 [SENDNOTIFICATION(TRUE|FALSE)] [(SENDNOTIFICATION_ADDRESS "notification_address" | PHYSICALADDRESS "physical_address" 
 DEVICE "notification_device")] [MODIFICATIONBYRECIPIENTS (TRUE|FALSE)];

where:

  • subscription_name is the name of the subscription
  • subscription_GUID is the ID of the subscription

  • new_subscription_name is the new name of the subscription

  • new_login_name is the login name of the new owner of the subscription

  • new_schedule_name is the name of the new schedule

  • new_address_name is the name of the new address

  • new_user_name is the name of a new user subscribed to this subscription

  • new_contact_name is the name of a new contact

  • new_contact_address_name is the name of a new contact address

  • new_contact_group_name is the name of a new contact group

  • new_report_or_document_name is the name of a new report or document associated with the subscription

  • new_location_name is the name of the folder where the new report or document resides

  • new_report_or_document_guid is the GUID of the report or document

  • new_project_name is the name of the project where the new report or document resides

  • start_page is the first page of the print range

  • end_page is the last page of the print range

  • number_of_copies is the number of copies to be printed

  • notification_address is the address to which notifications are sent

  • physical_address is the physical address to which notifications are sent

  • notification_device is the device to which notifications are sent