PropertyFormulaListSide
DescriptionSpecifies if you want to display list subtotals (total, average, standard deviation, etc. from a list of dimension cells), before or after the data.
TypeBoolean
Values
True (-1) Display formula values before data.
False (0) Display formula values after data.
DefaultFalse
Example
Code:Cube1.FormulaListSide = False
HTML:<PARAM NAME="FormulaListSide" VALUE= "0">
See also
NotesYou can set this value directly from the control in the preferences dialog.