We would like to create a user field(derived or computed?) that returns the first 3 characters of the position short description. Ex. Left(Position.ShortDescription,3) or Substring(Position.ShortDescription,1,3), but we are unable to locate the syntax in the LPL guide. Is this even possible? This is for the potential to create actor groups based on part of a field.