Forum Discussion

StephenF's avatar
StephenF
Icon for Responsive Resident rankResponsive Resident
7 years ago
Solved

Expression.Error: The name 'Text.Left' wasn't recognized. Make sure it's spelled correctly.

This is from the custom column editor and it says this syntax is fine.

 

Syntax

 

if ((Text.Left([BRN],3) ="RNN") and Text.Contains([Programme Name]," 2019-")) then 1 else 0

 

Yet this cause an error on save.

 

Is this a bug?