Vinicius Alulas
11/19/2024, 8:39 PMHi, I'm new to GoodData lol
I would like to create a metric where I would only remove the first character from the product code and unify it with the product description + unify the respective products
I created one but apparently it's not working
SELECT CONCAT(SUBSTRING({product_code}, 2, 10), ' ', {product_description}) unified AS
Joseph Heun
11/19/2024, 8:47 PMMichal Hauzírek
11/19/2024, 11:46 PM