Class IPhoneReportDataXMLTransform

    • Field Detail

      • DRILLING_TYPE_NO_DRILLING

        public static final int DRILLING_TYPE_NO_DRILLING
        See Also:
        Constant Field Values
      • XML_ATT_NAME_NUMBER_SEPARATOR

        public static final java.lang.String XML_ATT_NAME_NUMBER_SEPARATOR
        See Also:
        Constant Field Values
      • XML_ATT_NAME_SEPARATOR

        public static final java.lang.String XML_ATT_NAME_SEPARATOR
        See Also:
        Constant Field Values
      • _drillRetainParent

        protected FormalParameter _drillRetainParent
        This is the FP which tells whether to retain the parent while drilling.
        If a value is specified here, then the drill Preference on the preference page for the same is ignored.
        Allowed Values:
        PreferencesDrillTransform.DRILL_OPTION_DRILL_ANYWHERE = "1";
        PreferencesDrillTransform.DRILL_OPTION_DRILL_HYPERLINKS = "2";
        PreferencesDrillTransform.DRILL_OPTION_SIMPLE_DRILL = "3";
        PreferencesDrillTransform.DRILL_OPTION_NO_DRILL = "4";
        PreferencesDrillTransform.DRILL_OPTION_REPORT_DEFINITION = "5";
      • _drillRetainThresholds

        protected FormalParameter _drillRetainThresholds
        This is the FP which tells whether to retain the thresholds while drilling. If a value is specified here, then the drill Preference on the preference page for the same is ignored. This value can be 1(to retain), 0(to not retain) or 2(to use the drill path for the value). If blank the drill preference is used. Allowed Values:
        PreferencesDrillTransform.DRILL_OPTION_RETAIN_THRESHOLD_YES = "1";
        PreferencesDrillTransform.DRILL_OPTION_RETAIN_THRESHOLD_NO = "2";
        PreferencesDrillTransform.DRILL_OPTION_RETAIN_THRESHOLD_REPORT_DEFINITION = "3";
        Since:
        MicroStrategy Web 7.5.4
      • _renderIncrementalFetchInfo

        public FormalParameter _renderIncrementalFetchInfo
        Whether to render incremental fetch info
        Default value: false
      • FP_RENDER_IF_INFO

        public static final java.lang.String FP_RENDER_IF_INFO
        See Also:
        Constant Field Values
      • _renderDrillingInfo

        public FormalParameter _renderDrillingInfo
        Whether to render drilling info
        Default value: false
      • FP_RENDER_DRILLING_INFO

        public static final java.lang.String FP_RENDER_DRILLING_INFO
        See Also:
        Constant Field Values
      • _renderDateFormats

        public FormalParameter _renderDateFormats
        Whether to render date formats (fmts node)
        Default value: false
      • FP_RENDER_DATE_FORMATS

        public static final java.lang.String FP_RENDER_DATE_FORMATS
        See Also:
        Constant Field Values
      • _renderMetricValuesUnformatted

        public FormalParameter _renderMetricValuesUnformatted
        Whether to render the metric values unformatted on the "v" XML attribute (i.e. "1000")
        Default value: false
      • FP_RENDER_METRIC_VALUES_UNFORMATTED

        public static final java.lang.String FP_RENDER_METRIC_VALUES_UNFORMATTED
        See Also:
        Constant Field Values
      • _renderMetricValuesFormatted

        public FormalParameter _renderMetricValuesFormatted
        Whether to render the metric values formatted on the "fv" XML attribute (i.e. "$1,000.00")
        Default value: false
      • FP_RENDER_METRIC_VALUES_FORMATTED

        public static final java.lang.String FP_RENDER_METRIC_VALUES_FORMATTED
        See Also:
        Constant Field Values
      • _numberSeparator

        public FormalParameter _numberSeparator
        The separator used on the value("v") attribute of the "cols", "rows" and "values" XML nodes Default value: ^
      • FP_NUMBER_SEPARATOR

        public static final java.lang.String FP_NUMBER_SEPARATOR
        See Also:
        Constant Field Values
      • _pageByXml

        public FormalParameter _pageByXml
        Formal parameter that contains the page by information in the form of an XML. When this formal parameter is set, this information is also included in the output of the transform. Also, the rows are re-ordered such that the rows corresponding to the current page by elements are rendered first and then the rest of the rows The XML structure is as follows
        <pageby cn="2">
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          ...
        </pageby>
      • FP_INCLUDE_MD_PROPERTIES

        public static final java.lang.String FP_INCLUDE_MD_PROPERTIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • IPhoneReportDataXMLTransform

        public IPhoneReportDataXMLTransform()