0
Add existing records to table automatically
Hello all,
I have a populated table called 'Glossary' that I would like to bring into another table called 'Inspection Report' using View.
At the moment, it doesn't bring any of the entries into the View table unless I manually select each existing record. There are 24 records in the 'Glossary' table that I need to show, with Id's of 1 to 24.
Is there a way to have it do this automatically please?
Any help would be very much appreciated, Anna
2 replies
-
Can you post your code for the view element?
-
A view is populated with either an array of records (such as a subtable) or a select query.
Put the following as the formula in the view
select Glossary
Content aside
- 2 yrs agoLast active
- 2Replies
- 85Views
-
3
Following