You are reading a single comment by @NurseHolliday and its replies. Click here to read the full conversation.
  • Yeas. But how can I loop through?
    I have 100 rows of data where contacts are matched to their case. How can I say "for each individual case identifier, generate a table of the matched contacts?"

    eg
    I have a table where person = a - x
    Person a has 7 contacts
    Person b has 6 contacts
    etc etc

    how can i generate tables a-x?

    I'm a bit tired atm and i'm not sure I've explained it. At the moment I have a table of 100 rows, what i want to do is split by one column so all unique numbers in column b have their own table.

About