Hello,
I have a Table with 9 columns of fields, I need to delete the rows where one of these fields is null, is there a way to do this using a script?
Thank you very much.
Delete table rows if a field is null
この記事は役に立ちましたか?
1人中0人がこの記事が役に立ったと言っています
Hello,
I have a Table with 9 columns of fields, I need to delete the rows where one of these fields is null, is there a way to do this using a script?
Thank you very much.
1人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
From my experience you can't delete rows from a table, only clear the fields in it.
https://help.abbyy.com/en-us/flexicapture/12/developer/ifield
Under "Rows":
Yes its possible but it has to be done at the Workflow Stage level. Basically create a document processing script. I dont' have an exact script but it should call to delete your particular line item based on your null condition.
Document.Field("Invoice Layout\\LineItems").Items.Delete
サインインしてコメントを残してください。