MicroStrategy ONE

Alter iPhone Transmitter statement

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

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

where:

  • IPHONETRANSMITTER "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 IPHONETRANSMITTER "iPhone" NAME "iPhone 
 Transmitter";