Interface EnumDSSXMLCurrentElementStatus


  • public interface EnumDSSXMLCurrentElementStatus
    An enumeration of the different statuses of the current element of a template unit.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DssXmlCurrentElementReserved

        static final int DssXmlCurrentElementReserved
        Reserved.
        See Also:
        Constant Field Values
      • DssXmlCurrentElementUnset

        static final int DssXmlCurrentElementUnset
        The current element of the template unit is unset.
        See Also:
        Constant Field Values
      • DssXmlCurrentElementChosen

        static final int DssXmlCurrentElementChosen
        The current element of the template unit is chosen.
        See Also:
        Constant Field Values
      • DssXmlCurrentElementDesired

        static final int DssXmlCurrentElementDesired
        The current element of the template unit is marked as desired. This means that if the combination of this element and the other current elements will return data, it will act as if it was selected, but if the combination does not return data, the desired elements will be made to act as if they were not chosen one by one until data is returned for the set of page-by elements.
        See Also:
        Constant Field Values