<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" value="IE=9" />
<title>AggregationFunction Enumeration</title>
<script src="script/jquery-1.7.2.min.js" type="text/javascript" id="mshs_support_script"></script>
<script src="script/jquery-ui-1.8.18.custom.min.js" type="text/javascript"></script>
<link rel="styleSheet" type="text/css" href="stylesheets/jquery-ui-1.8.18.custom.css" />
<link rel="styleSheet" type="text/css" href="stylesheets/jquery.qtip.css" />
<link rel="styleSheet" type="text/css" href="stylesheets/dx.com.2012.css" data-mshv2-stylesheet="/stylesheets/dx.com.2012.mshv2.css" />
<script src="script/dx.com.jqueryplugins.2012.min.js" type="text/javascript"></script>
<script src="script/dx.com.2012.js" type="text/javascript"></script>
<meta name="Microsoft.Help.Id" content="VISUMLIB~AggregationFunction"/>
<meta name="Description" content="Instances of the enum AggregationFunction" />
<meta name="Microsoft.Help.TocParent" content="VISUMLIB~-_namespace"/>
<meta name="Microsoft.Help.ContentType" content="Reference" />
<link rel="styleSheet" type="text/css" href="stylesheets/hs-tabstrip.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/slimbox2.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/hs-jquery-common.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/hs-jquery-slimbox.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/hs-jquery-expand.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/hs-expandcollapse.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/hs-boxes.css"></link>
<link rel="styleSheet" type="text/css" href="stylesheets/customstyles.css"></link>
<link rel="styleSheet" type="text/css" href="ptv/ptv.css" />
<script src="script/hs-tabstrip.js" type="text/javascript"></script>
<script src="script/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="script/slimbox2.js" type="text/javascript"></script>
<script src="script/hs-jquery-common.js" type="text/javascript"></script>
<script src="script/jquery-expand.js" type="text/javascript"></script>
<script src="script/hs-expandcollapse.js" type="text/javascript"></script>
<script src="script/jquery.fitvids.js" type="text/javascript"></script>
<script src="script/swfobject.js" type="text/javascript"></script>
</head>
<body>
<div class="BreadcrumbsContainer"><table><tr><td>>>
<a href="VISUMLIB_P.html">Visum - COM</a>
> <a href="VISUMLIB~AggregationFunction.html">AggregationFunction Enumeration</a></td></tr></table></div>
<div id="BeforeHeaderContent">
</div>
<div id="HeaderContent">
<img class="logoimage" src="images/PTV_small.jpg" border="0"></img>
<div id="PageTitle"><div id="PageTitleText">AggregationFunction Enumeration</div></div>
</div>
<div id="AfterHeaderContent">
<!-- Spacing --> <span id="ToggleAllSectionsLink" class="FunctionLink">
<label id="CollapseAllLabel">Collapse All</label>
<label id="ExpandAllLabel" style="display: none;">Expand All</label>
</span>
</div>
<div id="BodyContent">
<div class="SectionHeading" id="descriptionSectionHeading"><span class="SectionHeadingIcon"><!-- --></span><span class="SectionHeadingText">Summary</span></div><div id="descriptionSectionContent" class="SectionContent"><div class="DescriptionContent">Instances of the enum AggregationFunction</div></div>
<div class="SectionHeading" id="enummembersSectionHeading"><span class="SectionHeadingIcon"><!-- --></span><span class="SectionHeadingText">Members</span></div><div id="enummembersSectionContent" class="SectionContent"><table class="FilteredItemListTable"><tr><th>Member</th><th align="right">Value</th><th>Summary</th></tr>
<tr><td class=MemberNameCell>AggregationFunctionAggregate</td><td align="right" Class="EnumValueCell">1</td><td class="DescriptionCell">Get any member of the group; used for columns along which we aggregate</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionAvg</td><td align="right" Class="EnumValueCell">4</td><td class="DescriptionCell">Numerical aggregation, determine average of all values</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionCompare</td><td align="right" Class="EnumValueCell">7</td><td class="DescriptionCell">Textual aggregation, result if common value, if all values are the same, '*' otherwise</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionConcatenate</td><td align="right" Class="EnumValueCell">10</td><td class="DescriptionCell">Concatenate members of group</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionCount</td><td align="right" Class="EnumValueCell">9</td><td class="DescriptionCell">Number of members in group</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionDefault</td><td align="right" Class="EnumValueCell">0</td><td class="DescriptionCell"> </td></tr>
<tr><td class=MemberNameCell>AggregationFunctionDistinct</td><td align="right" Class="EnumValueCell">12</td><td class="DescriptionCell">Same as FreqOfOccurrence but without frequency, same as concatenate but without multi entries</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionEmpty</td><td align="right" Class="EnumValueCell">8</td><td class="DescriptionCell">No aggregation, result of aggregation is blank string</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionFirst</td><td align="right" Class="EnumValueCell">14</td><td class="DescriptionCell"> </td></tr>
<tr><td class=MemberNameCell>AggregationFunctionFreqOfOccurrence</td><td align="right" Class="EnumValueCell">11</td><td class="DescriptionCell">Frequence of occurence of members in group ([Val1: 4], [Val2: 12], ...)</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionHeadway</td><td align="right" Class="EnumValueCell">13</td><td class="DescriptionCell"> </td></tr>
<tr><td class=MemberNameCell>AggregationFunctionMax</td><td align="right" Class="EnumValueCell">3</td><td class="DescriptionCell">Numerical aggregation, determine maximum of all values</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionMin</td><td align="right" Class="EnumValueCell">2</td><td class="DescriptionCell">Numerical aggregation, determine minimum of all values</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionSum</td><td align="right" Class="EnumValueCell">5</td><td class="DescriptionCell">Numerical aggregation, determine sum of all values</td></tr>
<tr><td class=MemberNameCell>AggregationFunctionWeightedAvg</td><td align="right" Class="EnumValueCell">6</td><td class="DescriptionCell">Numerical aggregation, weighted average of all values</td></tr>
</table></div>
</div>
<div id="FooterContent">
<div style="float: left">
<p class="copyrightfooter">Copyright � 2024 PTV Planung Transport Verkehr GmbH</p>
</div>
<img style="float: right;" src="images/PTV_small.jpg" />
</div>
</body>
</html>