Hello
I would like to create a duplicate a string field that allows me to manipulate / change and after I will not select it
This is the case
I would like like to create a duplicate field of store_id to select the max number. The new field just will be used for manipulation and does not show the in the output.
| Order_id | store_id(String) |
| 112 | VY021 |
| 112 | D0143 |
Thanks