Hi,
help me, please how to create a “virtual” column that consists of values from two fields.
e.g. data = {col1: 111, col2: 222}
table should have 3 columns, corresponds to col1, col2 and combined col3 (concat values from col1 and col2): 111 222 111222