Master-detail on the same dataset

Hello,
I have a dataset (web service) which profide the following data:

ProdID ProductName ItemID ItemName
12 ABC AF Item1
12 ABC AE Item2
13 DEF AF Item1
13 DEF AN Item3

I would see the table rendered as

12 ABC
AF Item1
AE Item2
13 DEF
AF Item1
AN Item3

I tryied setting groups but I don't see the correct data (just the first record)

Any help

Thanks,
Pierre




Answer this question

Master-detail on the same dataset

  • chaospixel

    Hello Ayzan,
    not really clear what you mean.

    I have a table with one header and two rows. In the first row I have ProductID and ProductName. In the second row I have ItemID and ItemName.

    Where should I set the group info

    Thanks,
    Pierre



  • MarketFare

    OK, I found it. I set the group info on the wrong row. Thanks for the help.

    Pierre



  • Keith Koh

    Salut Pierre,

    Try to add ProdID and ProducName, in the "Group on" options of your list

    Regards

    Ayzan


  • Master-detail on the same dataset