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:] )))
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! Go to Solution.
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:] )))
User | Count |
---|---|
18 | |
13 | |
8 | |
2 | |
2 |