Hi guys,
i would like to know if its possible to concatenate values like this to create a code:
- i have three line items : Year; Currency; Group
- the final output i want for my code is : TypeYearCurrencyGroup
i dont want to add a list or create a manual entry for 'Type' because it will always be the same since there is just one value. is there a way to concatenate these items in order to autogenerate a code with a fixed 'type' at the begining followed by the other values ?
Thanks