Initial Value - Ref Unique ID - Not showing Names

Hello everyone, I'm trying to save time on note filling. Bellow is a photo of what appears on the Detailed View after entering the bellow values in the initial value area. (The Dog1: and Dog2: columns are both refering to a seperate table)

CONCATENATE([Dog1:], " and ",CONCATENATE([Dog2:], " are ",CONCATENATE([Behavior:] )))

image-27.png

As you can see, unless the user has memorized the Unique ID, they won't have any idea which dog is who.

Any ideas๐Ÿ’ก

Thanks

Solved Solved
0 2 149
1 ACCEPTED SOLUTION

2 REPLIES 2

 

For anyone curious, bellow was the solution. The Unique IDs changed to names.

CONCATENATE(DOGS[Dog1:].[Name:], " and ",CONCATENATE(DOGS[Dog2:].[Name:], " are ",CONCATENATE([Behavior:] )))

 

 

Top Labels in this Space