E
Ed
Macropod and Greg Maxey helped me with a field in a table cell. The table
covers about 45 pages, and must have a header strip that declares
"(continued)" or "(concluded)". The idea was to detect if the page was the
first page, the last page, or a page in between, and put the proper
declaration (or leave it blank). The field formula (that works great!) is:
{IF{PAGE}="1" "" {IF{PAGE}={SECTIONPAGES} "(concluded)" "(continued)"}}
Now, I have to put *two* such tables in one document. I figure the obvious
way is to insert a Section Break (Next Page), and the formula will work,
right? Not so. So now this needs to calculate:
IF this is Page 1 of this Section, ""; IF the Page number in this Section =
total no. pages in this Section, "(concluded)", ELSE "(continued)"
Any help is appreciated.
Ed
covers about 45 pages, and must have a header strip that declares
"(continued)" or "(concluded)". The idea was to detect if the page was the
first page, the last page, or a page in between, and put the proper
declaration (or leave it blank). The field formula (that works great!) is:
{IF{PAGE}="1" "" {IF{PAGE}={SECTIONPAGES} "(concluded)" "(continued)"}}
Now, I have to put *two* such tables in one document. I figure the obvious
way is to insert a Section Break (Next Page), and the formula will work,
right? Not so. So now this needs to calculate:
IF this is Page 1 of this Section, ""; IF the Page number in this Section =
total no. pages in this Section, "(concluded)", ELSE "(continued)"
Any help is appreciated.
Ed