Skip to main content
Skip table of contents

RemoveColumnStatisticsAll: Remove All Column Statistics

Tag: RemoveColumnStatisticsAll

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

XML
<RemoveColumnStatisticsAll/>



Example Script

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

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.