MicroStrategy ONE

Create iPhone Transmitter statement

Creates 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
CREATE IPHONETRANSMITTER "transmitter_name" 
 [DESCRIPTION "description"];

where:

  • IPHONETRANSMITTER "transmitter_name" is the name of the iPhone transmitter to create, of type string.

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

Example

Copy
IPHONETRANSMITTER "iPhone" DESCRIPTION 
 "iPhone client for Mobile subscription";