The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Maybe I’m just not looking in the right places but I cannot figure this out.
I have a rollup field which is outputting ARRAYUNIQUE(values) so I end up with
“Product1, Product2, Product3”
I now want to have three other formula fields which are:
“Has P...
10 months on an no full record search in interfaces. Would really love to see this feature! It is preventing us from having one single point for our teams to go to. For now we need to have a 2nd interface page just to search different terms. Being li...
Hey kuovonne! This was the solution to my problem!
kuovonne:
Use the rollup formula ARRAYJOIN(ARRAYUNIQUE(values)) This will ensure that the result is a text string, and not an array.
Thanks for your help :slightly_smiling_face: