Is there a way to split documents in Quickfields with the following logic.
The concept is that a new document is started when a page meets the identification condition is satisfied if and only if the previous page did not meet the identification condition with the exception of the first page. That is hard to visualize so I have tried to write it out.
Meets Condition means a page comes through that meets the identification condition.
Does not meet condition means a page that does not meet the identification condition.
Typical sessions will look something like this:
Meets Condition
Does not meet condition
Does not meet condition
Meets Condition - SPLIT
Does not meet condition
I am looking for a session that will split like this:
Meets Condition
Meets Condition
Meets Condition
Does not meet condition
Does not meet condition
Does not meet condition
Does not meet condition
Does not meet condition
Does not meet condition
Does not meet condition
Meets Condition -- SPLIT
Meets Condition
Does not meet condition
Meets Condition -- SPLIT
Does not meet condition