Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Apr 13, 2022 11:22 AM
Hi all, I’m trying to create a field that will use the data in the field shown to categorize each record into “private only,” “public only,” and “both private and public.” It seems like there should be a way to do this, but I’m stumped!
If it’s helpful, the field shown is a double lookup. It is in a “programs” table, each program is linked to funders in the “funders” table, and each funder is designated private or public. I want to see which programs receive exclusively private support, exclusively public support, or both types of support. Thanks!
Solved! Go to Solution.
Apr 13, 2022 03:47 PM
Apr 13, 2022 12:01 PM
Hi @Madeline_Smith-Gibbs ,
You can add a formula with ARRAYUNIQUE({Sector (from Linked funder) (from Survey data)})
Apr 13, 2022 12:32 PM
Thanks Vivid_Squid! For some reason it’s not returning unique values
Apr 13, 2022 03:47 PM
Use a Rollup instead of a Lookup and set the Function there.