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>