Kuroshi Posted August 9, 2019 Report Share Posted August 9, 2019 Is it possible to display a field or fields from a different table? Quote Link to comment Share on other sites More sharing options...
0 Barbie Posted August 9, 2019 Report Share Posted August 9, 2019 Hi @Batchini, Yes, you can achieve by using an SQL expression in Calculated Value or Calculated Fields. You can refer to this article and scroll through the Subqueries in Calculated fields: https://howto.caspio.com/datapages/reports/advanced-reporting/calculations-in-forms-and-reports/ there is a sample SELECT statement that will help you achieve your workflow. Hope this helps. -Barbie Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted August 10, 2019 Report Share Posted August 10, 2019 Hi - If you wanted to display the record from the other table you can use a view to join the table(here is a reference link: https://howto.caspio.com/tables-and-views/) or if you want to pull and use that records you can use a lookup table(here is a reference link: https://howto.caspio.com/tables-and-views/lookup-tables/). -Sunako Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted August 11, 2019 Report Share Posted August 11, 2019 Hi, Just to add on @Barbie's comment, here's a useful guideline on SQL functions that are accepted in Caspio: ~JolliBeng Quote Link to comment Share on other sites More sharing options...
0 AtayBalunbalunan Posted August 15, 2019 Report Share Posted August 15, 2019 For future reference, SQL statements can be used in: 1. Calculated Field 2. Calculated Value 3. Aggregation Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted August 15, 2019 Report Share Posted August 15, 2019 Hi @Batchini, Just to add you can visits these links to know what can you use, base on the workflow that you have:https://howto.caspio.com/function-reference/https://docs.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=sql-server-2017 I hope this helps. Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted April 15 Report Share Posted April 15 Hi! For reference, here's a guide on the actual calculation that can be used for this scenario: SELECT NameOfFieldInTable FROM NameOfTable WHERE NameOfFieldUsedForCondition='VALUE OF FIELD FOR CONDITION' I hope this helps! Quote Link to comment Share on other sites More sharing options...
Question
Kuroshi
Is it possible to display a field or fields from a different table?
Link to comment
Share on other sites
6 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.