Package com.microstrategy.web.objects
Interface EnumGridNegativeNumbersFormat
- 
public interface EnumGridNegativeNumbersFormatEnumeration for specifying how the negative numbers in the grid should be formatted.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intGridNegativeNumbersFormatDefaultSpecifies the default format for negative numbers.static intGridNegativeNumbersFormatParenthesisSpecifies that the negative numbers should be between parenthesis.static intGridNegativeNumbersFormatParenthesisRedSpecifies that the negative numbers should be between parenthesis and red.static intGridNegativeNumbersFormatRedSpecifies that the negative numbers should be red.static intGridNegativeNumbersFormatRedMinusSpecifies that the negative numbers should be red preceeded with a minus sign. 
 - 
 
- 
- 
Field Detail
- 
GridNegativeNumbersFormatDefault
static final int GridNegativeNumbersFormatDefault
Specifies the default format for negative numbers.- See Also:
 - Constant Field Values
 
 
- 
GridNegativeNumbersFormatRed
static final int GridNegativeNumbersFormatRed
Specifies that the negative numbers should be red.- See Also:
 - Constant Field Values
 
 
- 
GridNegativeNumbersFormatParenthesis
static final int GridNegativeNumbersFormatParenthesis
Specifies that the negative numbers should be between parenthesis.- See Also:
 - Constant Field Values
 
 
- 
GridNegativeNumbersFormatParenthesisRed
static final int GridNegativeNumbersFormatParenthesisRed
Specifies that the negative numbers should be between parenthesis and red.- See Also:
 - Constant Field Values
 
 
- 
GridNegativeNumbersFormatRedMinus
static final int GridNegativeNumbersFormatRedMinus
Specifies that the negative numbers should be red preceeded with a minus sign.- Since:
 - MicroStrategy Web 9.0.1
 - See Also:
 - Constant Field Values
 
 
 - 
 
 -