This is an automated email from the ASF dual-hosted git repository.

usbrandon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d679ca7ce Update formula.adoc
     new 63757c66b9 Merge pull request #3543 from Mattang-Dan/patch-74
2d679ca7ce is described below

commit 2d679ca7ce2d3cdfb34f8158c1de1c7c8232700e
Author: Mattang-Dan <[email protected]>
AuthorDate: Fri Jan 12 04:53:59 2024 -0800

    Update formula.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/formula.adoc               | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/formula.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/formula.adoc
index 41cfe88e56..5679f68a6e 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/formula.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/formula.adoc
@@ -64,9 +64,11 @@ TIP: The formula will not evaluate a field unless the field 
pre-exists. Either s
 
 *      Int to Text: "size=" & TEXT([RowLimitInteger],"0").
 
+*      Int to Text: "new_counter=" & TEXT([counter]+1, "0")
+
 *      DateTime to Text: [StartDateField] & "=" & TEXT([StartDateTime], 
"yyyy-MM-dd")
 
-*      String to Text: "new_counter=" & TEXT([counter]+1, "0")
+
 
 *DateTime  Examples:*
 

Reply via email to