Need to reference a field after user selects a relationship
App layout:
Case:
text: CaseNum
relationship: CaseVolunteer
Volunteers:
text: Name
Events:
text: Title
relationship: Case-CaseNum
calculation: *Pull Volunteer Name from the selected case automatically*
Hopefully you can see that the calculation should automatically be populated from the selected case. I did find where someone had discussed a similar thing but it was not what I was searching for.
-
Hi Shawn,
in the calculation field enter:
@all of field.join()field = the field from which you want to pull the value. Type @all of , a list pops up, look for the name of that field and select that token. If the list is too long and you can't see that field go on typing the field name.
More help about calculations you find here: https://help.podio.com/hc/communities/public/topics/200101427-6-Calculations
and here https://help.podio.com/hc/en-us/articles/201019358-CalculationsRainer
-
In a calculation field you don't have access to a relationship field in the related item. Means: You can't pull directly the volunteer name.
The workaround:
1. add a caluculation field (e.g. called "Volunteer") in the app Case, which pulls the volunteer name (@all of name.join())
2. in the calculation field in events: @all of Volunteer.join().
You can hyperlink the name, which allows to jump directly from the Event item to the Volunteer item (if needed; there are some posts in the calculations section of this community which describe how to create the link).
Please sign in to leave a comment.
Comments
4 comments