Change the name of a series

Hi, I have a data value that is labelled something very technical. I want to change the label of the series to be something else more understandable.

Hi @gaynorg
is there a different value for each row or are there only a few names you want to change?
BR

So I have 2 series and I want to name them both something else

Do you have a sample?

I can put something together I suppose

Is it not clear what I want to do? change the name of a series on a chart without changing the name of the underlying data.

I wan to change the name of “desktop uniques” to “desktop”

this is not my data btw this is sample data from quicksite

One option would be

ifelse({device type}="desktop uniques","desktop",{device type}="tablets uniques","tablets",{device type}="mobile uniques","mobile")

where do I put this ?

You have to create a calculated field (dataset or analysis) and use the new field in the visual.

Could you create the field?

I know how to create calculated fields but it would still contain the phrase SUM right ?

Hi @gaynorg
did you check out the tooptip properties?
grafik
BR

I don’t know if I am losing my mind, the sample data now does this by default. So problem solved I guess

Ok nice. Could you mark the topic as solved, pls?