6.2 or earlier
Group projection or external component function code that refers to FilterCols class
Replace code
Dim filter = New FilterCols(...)
with
Dim filter = FilterTabularValues.Columns(...)
Otherwise get compilation error 'Type 'FilterCols' is not defined.'
Group projection or external component function code that refers to FilterCols class
Replace code
Dim filter = New FilterCols(...)
with
Dim filter = FilterTabularValues.Columns(...)
Otherwise get compilation error 'Type 'FilterCols' is not defined.'