I have two columns.
One is of integer type and the other is of char(1) type.
Can I have a concatenated column that will display the concatenated string?
I give you an example to see what I mean
If I have a row with C in the first column and 3 in the second column the calculated 3rd column should show C1.
Thank you very much.
One is of integer type and the other is of char(1) type.
Can I have a concatenated column that will display the concatenated string?
I give you an example to see what I mean
If I have a row with C in the first column and 3 in the second column the calculated 3rd column should show C1.
Thank you very much.