Excel Client:DimSize: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== <span {{CoPFormel}}>DimSize(DimensionName)</span> DimSize returns the number of elements, which includes the dimensi..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Excel_Client_2.0:Excel-Client_Functions|Function]]==
==[[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_Formeln|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"