2018.1.2 해당 버젼에서 filter datatable 사용 방법이 있을까요?

2018.1.2 버젼에서 filter datatable 사용을 하고 싶은데 해당 activity를 사용할 방법이 있는지 궁금합니다.

@leeking0088,

If Filter DataTable activity is not there then try below one to filter data Table.

FilteredDataTable = DataTableName.select(“[Column1] = ‘value’ AND [Column2] = ‘value’ ….”).copyToDataTable

고맙습니다.

1 Like