ronbrumbarger Posted November 27, 2019 Report Share Posted November 27, 2019 Using the Caspio functions in a "Formula Field", I'm trying to use the "Display Value" from an associated table/field. For example: Table: Customer CustomerName - type text CustomerID - type integerTable: Contact ContactName - type text CustomerID - type integer -> points to Customer table The tables are are "related" and the CustomerID field in the Contact table is using the Display Value of CustomerName Question: In the formula field, how do I access the CustomerName? Quote Link to comment Share on other sites More sharing options...
0 douvega Posted November 27, 2019 Report Share Posted November 27, 2019 Hi @ronbrumbarger, You can not access data from another table within a table. You can surely access cross table data from Calculated fields in your datapages. What is the purpose of having something like that in your app? Generally, there are workarounds that might work for you but you must be more specific about why you are trying to do that. Looking forward to hearing from you... Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted November 29, 2019 Report Share Posted November 29, 2019 On 11/27/2019 at 9:48 AM, douvega said: Hi @ronbrumbarger, You can not access data from another table within a table. You can surely access cross table data from Calculated fields in your datapages. What is the purpose of having something like that in your app? Generally, there are workarounds that might work for you but you must be more specific about why you are trying to do that. Looking forward to hearing from you... Hi @ronbrumbarger, You can use select statement to get the values from the table inside your calculated fields or values. You may check this function reference: https://howto.caspio.com/function-reference/ I hope this helps. Quote Link to comment Share on other sites More sharing options...
Question
ronbrumbarger
Using the Caspio functions in a "Formula Field", I'm trying to use the "Display Value" from an associated table/field. For example:
Table: Customer
CustomerName - type text
CustomerID - type integer
Table: Contact
ContactName - type text
CustomerID - type integer -> points to Customer table
The tables are are "related" and the CustomerID field in the Contact table is using the Display Value of CustomerName
Question: In the formula field, how do I access the CustomerName?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.