Can content be updated on a page and flow to another? For example, if a table sits on one page but it flows to a report and you update on one page will it update on the other?
Most of us would use the include macro for this sort of thing (or include-excerpt)
Put your table on page 1, then on page 2, use [include: page 1]. Updates to the content on page 1 will be shown on page 2 the next time it is rendered.
Excerpt-include is a bit more complex, you have to use it on both pages, but you can use it to include parts of one page in another, you don't have to include the whole page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.