Concatenating literals and fields

Have a query regarding string concatenation in tickscript.

Is it possible to do something like this:

| eval(lambda: 'Field' + "value").as('sample')

where Field is a literal string and value is field

I tried doing this, but without luck!

Hello @prmkbr,
Please try converting the value to a string first Lambda expressions | Kapacitor 1.5 Documentation

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.