Feb 19, 2020 11:53 AM
I need to create a page with elements from 2 tables. Is there a way to do that? Or multiple blocks in one page???
Feb 19, 2020 11:54 AM
Can you be more specific? If the records on both tables are linked, then you can, otherwise I don’t believe there is support for info from 2 tables
Feb 19, 2020 12:23 PM
I have 2 fields in Source table: mission and logo.
In another table, Kids, that I’m using in Page Designer, I want to display mission and logo from Source table.
So… if I link those 2 fields to 2 new corresponding fields in Kids table, and do a @lookup to match Kids Source field with Source table fields, would that do it?
I have 4 source records, and 160 Kids records, each assigned to a source
Feb 19, 2020 12:26 PM
If you want to create a page for each Source that lists all the related Kids, you’d want to have a Link to Record field that connected each Kid to a Source. Then, on your page (based on Source), you can insert a table with the related Kids
Feb 19, 2020 12:31 PM
Nope… one page per kid, with mission and logo from Source table. Each kid record includes their source.
Feb 19, 2020 12:44 PM
Ah then you’d still have the same connection, but with the Page reversed (do pages by Kid). Think you were on the right track with your lookup fields being the easiest method
Feb 19, 2020 02:06 PM
now all I have to do is figure out how to do that!!!
Thanks, Nick