Why is the syntax "Coda".Len() disabled

I’m curious why the syntax “Coda”.Len() is disabled, meaning that the left-hand side of a formula chain cannot be a literal and instead requires using Len(“Coda”). Does anyone know the reasoning behind this restriction? It seems clear that the formula language parser supports it.

2 Likes

Hilarious. On point.

It’s not about the length() formula. You can’t use the dot operator with strings.
"ABC".lower() doesn’t work either.

2 Likes

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