***  This class is subject to change.  ***

com.sas.iquery.metadata.business
Class BusinessQueryTotalModeType

com.sas.iquery.metadata.business.BusinessQueryTotalModeType
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface

public class BusinessQueryTotalModeType

Specfies the different total mode for the business query.

The default is VISUAL_TOTALS.

See Also:
BusinessQuery

Field Summary
static BusinessQueryTotalModeType CUBE_VALUES
          This action defines that totaling is applied using cube values (therefore the totaling row may include values that have been filtered out)
static BusinessQueryTotalModeType VISUAL_VALUES
          This action defines that totaling is applied using visual values (what is being displayed at the time).
 

Field Detail

***  This field is subject to change.  ***

CUBE_VALUES

public static final BusinessQueryTotalModeType CUBE_VALUES
This action defines that totaling is applied using cube values (therefore the totaling row may include values that have been filtered out)


***  This field is subject to change.  ***

VISUAL_VALUES

public static final BusinessQueryTotalModeType VISUAL_VALUES
This action defines that totaling is applied using visual values (what is being displayed at the time).


***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.