Boolean comparison using Lens formula

Hello,

I was wondering if this is possible using Lens formula to return a boolean true or false value?

Toy example:

101 >= 100 would return true

Or maybe there is another way to achieve this result?

Thanks in advance for any help.

Hi @Amphagory ,

currently Lens Formula do not support boolean value, both as literals and as conditionals.
You can track these two issues to find out the development progress: [Lens] Formula: Conditionals · Issue #94603 · elastic/kibana · GitHub, [Lens] Formula: String / boolean literals · Issue #94613 · elastic/kibana · GitHub

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