It is not a PowerBuilder best practice to define multiple computed columns in one compute expression, as shown below.
When converted to the PowerServer C# models, the computed columns cannot be split into separate ones correctly.
To avoid any problems, please specify one computed column in one compute expression, as shown below.