Hi,
i am having a structure with e.g.
- title
- text
- select
Where the select values are 1, 2, 3, 4, 5 which will represent different statuses.
In the table view, I would like not to output the value, but e.g. string/language… let’s say:
0 = new
1 = in progress
2 = completed
So instead of showing the actual value, it should output a string that correlates to the value.