MicroStrategy ONE

Alter iPad Transmitter statement

Modifies the properties of an iPad transmitter. A Distribution Services iPad transmitter is used to store general properties used to package and deliver reports or documents to an iPad. An iPad device is based on an iPad transmitter and uses the transmitter's properties.

Copy
ALTER IPADTRANSMITTER "transmitter_name" 
 [NAME "new_name"][DESCRIPTION "description"];

where:

  • IPADTRANSMITTER "transmitter_name" is the name of the transmitter to be modified, of type string.

  • NAME "new_name" is the new name of the transmitter, of type string.

  • DESCRIPTION "description" is the new description of the transmitter, of type string.

Example

Copy
ALTER IPADTRANSMITTER "iPad" NAME "iPad 
 Transmitter";