W
William Oliveri
Hi all,
I'm have a dataset with contents similar to the following:
Type Name
aaa 300001.pdf
bbb 300001.pdf
ccc 300001.pdf
ddd 300002.pdf
eee 300002.pdf
fff 300003.pdf
I want to display the distinct values of name from this dataset so what I'll
see is:
Name
300001.pdf
300002.pdf
300003.pdf
I need to preserve the structure of the original DS so I can display the
detail. For example, when I have the distinct values the user will click on
one item and in another control, display the associated values.
If the user clicked on:
300001.pdf
In another control it would display:
aaa 300001.pdf
bbb 300001.pdf
ccc 300001.pdf
Thanks for any help.
Bill
I'm have a dataset with contents similar to the following:
Type Name
aaa 300001.pdf
bbb 300001.pdf
ccc 300001.pdf
ddd 300002.pdf
eee 300002.pdf
fff 300003.pdf
I want to display the distinct values of name from this dataset so what I'll
see is:
Name
300001.pdf
300002.pdf
300003.pdf
I need to preserve the structure of the original DS so I can display the
detail. For example, when I have the distinct values the user will click on
one item and in another control, display the associated values.
If the user clicked on:
300001.pdf
In another control it would display:
aaa 300001.pdf
bbb 300001.pdf
ccc 300001.pdf
Thanks for any help.
Bill