TS002062934 — Type set to the computed column is lost in Payee Web after the value is edited
Fixed: Resolved an issue where the set type of a computed column is reset to the default after the value is edited.
Reproduction Steps
1. Create a custom table which has a numeric column and put some data in.
2. Create a new presenter report.
3. Create a source from that table.
4. Add the source to the layout.
5. Select the numeric column in the data grid and toggle that column editable.
6. Add a computed column and define the formula as CELL(source.value)*1.2
7. Change the type of the computed column by clicking on the Computed Column > Type > Change from number to a different type.
8. Save.
9. Set portal access and log in to PayeeWeb2.
10. Change the value in the editable column.
The result is the type set to the computed column resets to the default after the value is edited when it should retain its type.