Share this topic
LinkedIn
Twitter
Copy URL
To convert a value in a custom dimension into a string you have to concat it and add a empty string (””).
Example: concat(“”,number_dimension)
never-displayed