Description: SWITCH compares expression with value1 to valuen and returns the result belonging to the first value that equals expression. If there is no match and default_value is given, that will be returned. Syntax SWITCH( expression, value1, result1[, value2, result2][, … ][, default_result] ) In explanation of function is default_value, but in syntax is default_result. Should be the same. Actual Results: In explanation of function is default_value, but in syntax is default_result. Expected Results: Should be the same. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 151857 [details] printscreen
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/+/3e4a49f5e61c535044538a23eaf7a6b222a7c57a%5E%21 tdf#125645 Fix reference in SWITCH function help page
Olivier Hallot committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/help/+/4b1d391bfa22e1090122c9dec944f60860b6f557%5E%21 tdf#125645 Fix reference in SWITCH function help page