lotus-formula

@ReplaceSubstring doesn't display value as expected

自作多情 提交于 2019-12-02 09:16:34
I have this formula in one of the columns in my view in Lotus notes database. However, it does not change the value of the field "EmployeeName" in the view and still displays the original name. Example: Original value : Franco Martínez, José Ramó Expected output : Franco Martinez, Jose Ramo value1:="i"; value2:="e"; value3:="o"; optionList := value1:value2:value3; aliasList := "í":"é":"ó"; @ReplaceSubstring(@Text(EmployeeName); aliasList; optionList) As the formula is absolutely correct, the issue has to be somewhere else. You already checked, that the field is summary, so this cannot be the