RemoveColumnStatisticsAll: Remove All Column Statistics
Tag: RemoveColumnStatisticsAll
The RemoveColumnStatisticsAll function does exactly that, removes statistical data from columns in the grid.
<RemoveColumnStatisticsAll/>
Example Script
<ytriaAutomation Application="sapio365">
<ShowMyDataDrive>
<SelectColumn ColumnID="SIZE"/>
<ShowColumnStatistics Type="02"/>
<!--DO STUFF-->
<RemoveColumnStatisticsAll/>
</ShowMyDataDrive>
</ytriaAutomation>