Expand my Community achievements bar.

SOLVED

OOB option for ALL Spanish languages?

Avatar

Level 1

Hey everyone,

Maybe this is a dumb question, but I CANNOT figure it out. I'm filtering visits by language, and the languages are listed by country (i.e. Spanish (Argentina), Spanish (Peru), etc.). There is a plain "Spanish," but I can't tell if it is a combination of all the other Spanish(es) broken down by country or if it's just like that because those people didn't specify on their browser that they're in a certain Spanish-speaking country. My question: is there a dimension that's just all the Spanish languages combined so I can create a graph with one Spanish line (representing all the different Spanish(es)? It's not relevant what country that particular Spanish speaker is from. The same question applies to English, Portuguese, and all the other languages.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @KyraSu ,

You can create a classification to get the cleaned up language values. Use classification rule builder with regex ^(.+)\s(.+)$ and pick the first match group $1 that returns just the language value,

Harveer_SinghGi1_0-1743138630996.png

Cheers!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @KyraSu ,

You can create a classification to get the cleaned up language values. Use classification rule builder with regex ^(.+)\s(.+)$ and pick the first match group $1 that returns just the language value,

Harveer_SinghGi1_0-1743138630996.png

Cheers!