Excel Client:DimSize: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==[[Excel_Client_2.0:Excel-Client_Functions|Functions]]==
==[[Excel_Client:Functions_(Formulas)|Function]]==


<span {{CoPFormel}}>DimSize(DimensionName)</span>
<span {{CoPFormel}}>DimSize(DimensionName)</span>
Line 19: Line 19:


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_2.0_Formula|DimSize]]
[[Category:Excel_Client_Formulas|DimSize]]
[[de:Excel_Client_2.0:DimSize]]
[[de:Excel_Client_2.0:DimSize]]

Latest revision as of 15:35, 14 April 2015

Function

DimSize(DimensionName)

DimSize returns the number of elements, which includes the dimension.

Parameter Description
DimensionName Name of the dimension, of which the number of elements should be returned

Example

DimSize("Produkte")
Returns the number of elements of the dimension "Products"