Tag: RemoveColumnStatisticsAll

The RemoveColumnStatisticsAll function does exactly that, removes statistical data from columns in the grid.

<RemoveColumnStatisticsAll/>
XML



Example Script

<ytriaAutomation Application="sapio365">
	<ShowMyDataDrive>
		<SelectColumn ColumnID="SIZE"/>
		<ShowColumnStatistics Type="02"/>
		<!--DO STUFF-->
		<RemoveColumnStatisticsAll/>
	</ShowMyDataDrive>
</ytriaAutomation>
XML