Views and Most Recent Repeating Section

J

Janie

I'm trying to create a view that shows the most recently created repeating
section so that users can print it without printing all of the previous
repeating sections.

Users are creating a new section every week and they need to print the
section to add to a paper file. The problem is that InfoPath doesn't have an
easy way of telling what the page numbers are unless you view it in print
preview (then remember the numbers, go to print menu, type them into the
print range, and print).

Any ideas?
 
G

Greg Collins [InfoPath MVP]

If you are always inserting new sections at the end of the list your other view can filter to only show the ( i.e. position() = last() ) section.

If you are always inserting new sections at the start of the list, your other view can filter to only show the first ( i.e. position() = 1 ) section.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


I'm trying to create a view that shows the most recently created repeating
section so that users can print it without printing all of the previous
repeating sections.

Users are creating a new section every week and they need to print the
section to add to a paper file. The problem is that InfoPath doesn't have an
easy way of telling what the page numbers are unless you view it in print
preview (then remember the numbers, go to print menu, type them into the
print range, and print).

Any ideas?
 
Top