01-14-2021, 09:53 PM
> concatenate the subjects of the quotes related to the particular contacts onto the single field.
correct
> single filed with the linking relation links to the same quotes
Yes, I think that can be done also. First, I don't see the point; can you explain the goal of this field? I mean, it is actually the related list you already have, why do you want all those links in one field?
Second, I would try first an "aggregation with operation" (or something like that) where you would use group_concat with a normal concat inside to construct the URL of each quote). Sounds like a while of trial and error but it should be possible.
correct
> single filed with the linking relation links to the same quotes
Yes, I think that can be done also. First, I don't see the point; can you explain the goal of this field? I mean, it is actually the related list you already have, why do you want all those links in one field?
Second, I would try first an "aggregation with operation" (or something like that) where you would use group_concat with a normal concat inside to construct the URL of each quote). Sounds like a while of trial and error but it should be possible.
Joe
TSolucio
TSolucio