Window caption, "[Data] section" if none specified
Filter
Filter
Format: colX=xxx | colX= | colX<>xxx | colX<>
Labels
Set labels through the DataShowLabels variable, the variable must be set before the Data.Show command.
Format: LabelForColumn1§[LabelForColumn12§][LabelForColumn3§].
Write a zero in the label definition for a column to hide a column.
Example
[Settings_Begin]
BatchSettings.Delimiter=tab
BatchSettings.MarkerCol=3
[Settings_End]
[Batch_Begin]
SET DataShowLabels=Row§0§0§
Data.Show.Filter Have a look,col2=s
[Batch_End]
[Data_Begin]
One s
Two s
Three
Four
Five s
Six
[Data_End]