コミュニティ

Get current row in table

Hello,

I have an invoice document defintion that recognizes tables.  For 1 client's invoice, they don't not have a field for Position.  If the field is not matched, i want to add the current row number

So pseudo code would be something like

if (!Context.Field("Position").IsMatched){

 Context.Field("Position).Text = <<currentRow>>

}

is there a way to return the current row in a table, maybe a service field?

Thanks

John

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    @...  - were you able to solve this?

    0

サインインしてコメントを残してください。