Calculated Fields and Text Concatenation Possible?
Posted: 2022-02-24 17:59
Hello guys, I’m trying to make a calculated field that involves text instead of numbers. I would like to know if there is a way to do this:
I have a scenario in which I have a Table called Events.
I want to have a calculated field named Contractors_Attending that will list all the Contractors that we have assigned to attend to each event, this means that multiple Contractors can be assigned to one event. Below I’m explaining the name of each table and field, also the relationship between the tables.
Notes: The Contractor_Name on the Invoice is Retrieved from the Profile table. It is a combination of: First_Name and Last_Name
Here is the Tables and Fields:
Table Name: Event
Field Name: Company_Name
Field Name: Contractors_Attending
Table Name: Profile
Field Name: First_Name
Field Name: Last_Name
Table Name: Invoice
Field Name: Contractor_Name
Field Name: Company_Name
I have a scenario in which I have a Table called Events.
I want to have a calculated field named Contractors_Attending that will list all the Contractors that we have assigned to attend to each event, this means that multiple Contractors can be assigned to one event. Below I’m explaining the name of each table and field, also the relationship between the tables.
Notes: The Contractor_Name on the Invoice is Retrieved from the Profile table. It is a combination of: First_Name and Last_Name
Here is the Tables and Fields:
Table Name: Event
Field Name: Company_Name
Field Name: Contractors_Attending
Table Name: Profile
Field Name: First_Name
Field Name: Last_Name
Table Name: Invoice
Field Name: Contractor_Name
Field Name: Company_Name