N
Neil
Hi,
I have a dataset which contains one datatable, with the
structure below:
EntityId|SegmentId|Volume
1 1 5
1 3 7
1 2 9
2 1 5
2 2 4
Is the anyway I can filter this datatable to give me a
list of Distinct EntityIds? At the moment I have created
a new datatable with one column, I loop through the first
data table and check if the current EntityId is in the
new table if it is not I add it else I move to the next
EntityId.
I'm hoping there is a simpler way to do this...?
I have a dataset which contains one datatable, with the
structure below:
EntityId|SegmentId|Volume
1 1 5
1 3 7
1 2 9
2 1 5
2 2 4
Is the anyway I can filter this datatable to give me a
list of Distinct EntityIds? At the moment I have created
a new datatable with one column, I loop through the first
data table and check if the current EntityId is in the
new table if it is not I add it else I move to the next
EntityId.
I'm hoping there is a simpler way to do this...?