Click or drag to resize
OtherTotalSpecProp Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineOtherTotalSpecProp

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class OtherTotalSpecProp : IOtherTotalSpecProp

The OtherTotalSpecProp type exposes the following members.

Constructors
  NameDescription
Public methodOtherTotalSpecProp
Initializes a new instance of the OtherTotalSpecProp class
Top
Properties
  NameDescription
Public propertyApplyEvenWhenPossiblyWrongResult
Set this parameter to true to allow the calculation of Others even if the engine detects some potential mistakes. For example the country Russia is part of the continent Europe and Asia. If you have an hypercube with two dimensions Country and Continent and one measure Population, the engine can detect that the population of Russia is included in both the continent Asia and Europe. The default value is true.
Public propertyForceBadValueKeeping
This parameter is used when qOtherMode is set to: OTHER_ABS_LIMITED OTHER_REL_LIMITED OTHER_ABS_ACC_TARGET OTHER_REL_ACC_TARGET and when the dimension values include not numeric values. Set this parameter to true to include text values in the returned values. The default value is true.
Public propertyGlobalOtherGrouping
This parameter applies to inner dimensions. If this parameter is set to true, the restrictions are calculated on the selected dimension only. All previous dimensions are ignored. The default value is false.
Public propertyOtherCollapseInnerDimensions
If set to true, it collapses the inner dimensions (if any) in the group Others. The default value is false.
Public propertyOtherCounted
Number of values to display. The number of values can be entered as a calculated formula. This parameter is used when qOtherMode is set to OTHER_COUNTED.
Public propertyOtherLimit
Value used to limit the dimension values. The limit can be entered as a calculated formula. This parameter is used when qOtherMode is set to: OTHER_ABS_LIMITED OTHER_REL_LIMITED OTHER_ABS_ACC_TARGET OTHER_REL_ACC_TARGET  
Public propertyOtherLimitMode
Sets the limit for the Others mode. This parameter is used when qOtherMode is set to: OTHER_ABS_LIMITED OTHER_REL_LIMITED OTHER_ABS_ACC_TARGET OTHER_REL_ACC_TARGET
Public propertyOtherMode
Determines how many dimension values are displayed. The default value is OTHER_OFF.
Public propertyOtherSortMode
Defines the sort order of the dimension values. The default value is OTHER_SORT_DESCENDING.
Public propertyReferencedExpression
This parameter applies when there are several measures. Name of the measure to use for the calculation of Others for a specific dimension.
Public propertySuppressOther
If set to true,the group Others is not displayed as a dimension value. The default value is false.
Public propertyTotalMode
If set to TOTAL_EXPR, the total of the dimension values is returned. The default value is TOTAL_OFF.
Top
See Also