Skip to main content

Skip the first record in a dataset

Answered

Comments

1 comment

  • Official comment
    David Paras

    For the first situation, you can use the following rule

    for-each[position() > 1 ]

    For the second situation, you don't need a for each rule

Please sign in to leave a comment.