Help

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.

Enter value if my rollup is blank

Topic Labels: Base design
Solved
Jump to Solution
1756 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Jeffrey_Brandt
6 - Interface Innovator
6 - Interface Innovator

Hi,

I have a conditional rollup where I am doing an Arrayunique of events that occurred in a specific Academic Year.

If the array is empty (meaning, the event was not scheduled in said year), then I want the rollup field to say “Not Scheduled”. Is that possible? I currently am doing this by using the Rollup as a helper column, but would love it if I can do this all in one.

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

Adjust your Rollup’s aggregation formula to be

IF(values, ARRAYUNIQUE(values), "Not Scheduled")

See Solution in Thread

1 Reply 1
Kamille_Parks
16 - Uranus
16 - Uranus

Adjust your Rollup’s aggregation formula to be

IF(values, ARRAYUNIQUE(values), "Not Scheduled")