Hi, I am trying to create a metric that concatenat...
# gooddata-platform
n
Hi, I am trying to create a metric that concatenates a string with an attribute string. For example
select "<http://gooddata.com/|gooddata.com/>" + id
or
select concat("<http://gooddata.com/|gooddata.com/>", id)
And then return it in a table. Is that possible?
i
Hi Nathan, Unfortunately, you cannot really merge/concatenate two attributes into the new standalone attribute within the GD Platform. You might need to concatenate preferred attributes out of GoodData and then upload the updated attribute into the separate column.