Comma Seperated List from Related Table

I have a related table named "AbnormalityActions" with one text column named "ActionTaken".

Now if the parent table i want a virtual column with all the related ActionTaken data as comma seperated TEXT so that i can show the end user in table view.

Please advise.

Solved Solved
0 3 116
1 ACCEPTED SOLUTION

It sounds you are looking for something like.. CONCATENATE([RelatedChilds][ActionTaken])

View solution in original post

3 REPLIES 3

It sounds you are looking for something like.. CONCATENATE([RelatedChilds][ActionTaken])

Oh. That was simple. thanks @AleksiAlkio 

You're welcome!

Top Labels in this Space