MicroStrategy ONE

Create iPad Transmitter statement

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

where:

  • IPADTRANSMITTER "transmitter_name" is the name of the iPad transmitter to create, of type string.

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

Example

Copy
IPADTRANSMITTER "iPad" DESCRIPTION "iPad 
 client for Mobile subscription";