Display data from datamaster based on single field
I have a datamaster where I have multiple entries that use the same id, to mimic a history trail.
But what id like to do is for a single ID display all record that use that ID with out repeating the id.
So I display the datagrid/list and add a onclick event to the ID I want to see all of the items for say the change field for that ID.
If the ID is A1 id like to see
A1
change 1
change 2
A2
change 1
change 2
or id even settle for displaying all the values in a single field
Thanks
Replies have been locked on this page!