grid query one is to many relationship

Hi,

I was wondering how to query 2 or more rows of same id(one-is-to-many-rel, onrecord event).
Then process them to have a view only in 1 row of the grid?

Thanks
ishey

Re: grid query one is to many relationship

Its like concatenating multiple row values in one cell of a grid…

Thanks
ishey

Re: grid query one is to many relationship

Got it! I use group_concat

Thanks
ishey