The names of repeating columns that will be suppressed in the DataWindow.
DataWindows
Describe and Modify argument:
"DataWindow.Sparse { = ' list ' }"
Parameter |
Description |
---|---|
list |
(exp) A tab-separated list of column names to be suppressed. List can be a quoted DataWindow expression. |
Create method (include at the end of the DataWindow syntax):
Sparse ( names = "col1~tcol2~tcol3 ...")
Set the value using Rows>Suppress Repeating Values. This property is not supported in Web DataWindows.
[Visual Basic] setting = dw1.Describe("DataWindow.Sparse")
dw1.Modify("DataWindow.Sparse='col1~tcol2'")