I'm using a formula which is returning the data I need but it is duplicating same results - is there a way to get just one of each result?
=JOIN(COLLECT({status}, {ref}, [Order ref]@row), ", ")
returned data:
I just need it to say Pack and Dispatch, Assembly - is this possible?
Thanks