Concatenate Two Numbers
I have two attributes Year (ex. 2016) and month (1) both are numerical. I need to generate an attribute that will create (20161) and keep the attribute as numerical.
Generate concatenation operator has .0 and "_" that I can't get rid off.
Generate attribute with concat() function doesn't like that those are numerical and not strings.
Any suggestions?
Help is much appreciated.
Generate concatenation operator has .0 and "_" that I can't get rid off.
Generate attribute with concat() function doesn't like that those are numerical and not strings.
Any suggestions?
Help is much appreciated.