admin管理员组

文章数量:1130349

I can't figure out how to map a single metric but filtered in a single time series chart. I want to see a single chart for Views, but different lines for mobile, desktop, and tablet users by day.

A filter affects the whole chart, and a calculated field doesn't seem to do anything. I tried making "Device - mobile (calculated)" by using:

REGEXP_MATCH(Device category, "mobile")

But that just broke my chart. I am not an admin in my organization so I have limited access to functions. Basically, I want these two charts to be one: two charts - desktop views & mobile views

ETA: Using "Device Category" doesn't do what I want. It presents as a single line for views by day. not working: time series chart with device category

I can't figure out how to map a single metric but filtered in a single time series chart. I want to see a single chart for Views, but different lines for mobile, desktop, and tablet users by day.

A filter affects the whole chart, and a calculated field doesn't seem to do anything. I tried making "Device - mobile (calculated)" by using:

REGEXP_MATCH(Device category, "mobile")

But that just broke my chart. I am not an admin in my organization so I have limited access to functions. Basically, I want these two charts to be one: two charts - desktop views & mobile views

ETA: Using "Device Category" doesn't do what I want. It presents as a single line for views by day. not working: time series chart with device category

Share Improve this question edited Dec 26, 2024 at 13:19 OpenSunflowers asked Dec 23, 2024 at 21:07 OpenSunflowersOpenSunflowers 32 bronze badges 2
  • You should use Device Category as a breakdown dimension in your chart. – ali izadi Commented Dec 24, 2024 at 12:02
  • Device Category presents as a single line for users by day. That's not it. – OpenSunflowers Commented Dec 26, 2024 at 13:18
Add a comment  | 

1 Answer 1

Reset to default 0

You want to see something like this right?

Device Category as a breakdown dimension is right.

From the screenshot you show. You place the Device Category as metric so it shows a line. It should put in breakdown dimension:

I can't figure out how to map a single metric but filtered in a single time series chart. I want to see a single chart for Views, but different lines for mobile, desktop, and tablet users by day.

A filter affects the whole chart, and a calculated field doesn't seem to do anything. I tried making "Device - mobile (calculated)" by using:

REGEXP_MATCH(Device category, "mobile")

But that just broke my chart. I am not an admin in my organization so I have limited access to functions. Basically, I want these two charts to be one: two charts - desktop views & mobile views

ETA: Using "Device Category" doesn't do what I want. It presents as a single line for views by day. not working: time series chart with device category

I can't figure out how to map a single metric but filtered in a single time series chart. I want to see a single chart for Views, but different lines for mobile, desktop, and tablet users by day.

A filter affects the whole chart, and a calculated field doesn't seem to do anything. I tried making "Device - mobile (calculated)" by using:

REGEXP_MATCH(Device category, "mobile")

But that just broke my chart. I am not an admin in my organization so I have limited access to functions. Basically, I want these two charts to be one: two charts - desktop views & mobile views

ETA: Using "Device Category" doesn't do what I want. It presents as a single line for views by day. not working: time series chart with device category

Share Improve this question edited Dec 26, 2024 at 13:19 OpenSunflowers asked Dec 23, 2024 at 21:07 OpenSunflowersOpenSunflowers 32 bronze badges 2
  • You should use Device Category as a breakdown dimension in your chart. – ali izadi Commented Dec 24, 2024 at 12:02
  • Device Category presents as a single line for users by day. That's not it. – OpenSunflowers Commented Dec 26, 2024 at 13:18
Add a comment  | 

1 Answer 1

Reset to default 0

You want to see something like this right?

Device Category as a breakdown dimension is right.

From the screenshot you show. You place the Device Category as metric so it shows a line. It should put in breakdown dimension:

本文标签: