• Hi Mark, two possible example scenarios:

    1) You want to show data in one column that may be held in multiple rows on another table

    emp id; emp name; manager(s)

    1;Sally; Jack, John, Sarah, Miranda

    2;John; Jack

    3:Jack; null

    2) To send details about in-row drop down lists to a web page where each row needs its own set of drop down items based on some business logic.