Dynamic "Series" in a line chart
Hi Folks,
Let me try to explain this as clear as I can since the subject title is sort of not clear. For context, my role is card builder within my organization. I am putting together a dashboard that is related to SEM Competitive insights using google auction insights data.
This is my default view of my line chart. Here I have my company (green line) and our competition in blue. I used a simple case statement to make a beast mode that groups all our competitors into a "Competitor" group because there are over 50+ competitors which makes the visual look like a piece of abstract art.
At the top of my dashboard, I have a simple filter that lists ALL our competitors (all the competitors in the competitor group). This is for someone to look at how a specific competitor is doing compared to us. Naturally, when you pick a specific competitor in the filter, it will remove our company/brand from the chart and only show the line chart for said competitor like this:
How would I make it so when someone decides to look at a specific competitor it will still keep our companys metrics in the same line chart? is it even possible?
Best Answer
-
Hi @user32470 ,
You'd need to have two records for each competitor in your data set.
Assuming your data looks like this:
Date Competitor Amount 1/1/2020 ABC 500 1/1/2020 DEF 123 1/1/2020 Our Company 987 You'd want it structured like:
Date Competitor Comparison Amount 1/1/2020 ABC Them 500 1/1/2020 ABC Us 987 1/1/2020 DEF Them 123 1/1/2020 DEF Us 987 This way they can filter on the Competitor but still plot the two different series (Comparison).
Alternatively you could utilize a data flow and select only your company's data do a join to the main dataset based on date and include the amounts from both tables so it'd look something like:
Date Competitor Them Amount Us Amount 1/1/2020 ABC 500 987 1/1/2020 DEF 123 987 1/1/2020 Our Company 987 987 Then you'd use Them Amount and Us Amount as your two series and allow the user to filter on Competitor.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
Hi @user32470 ,
You'd need to have two records for each competitor in your data set.
Assuming your data looks like this:
Date Competitor Amount 1/1/2020 ABC 500 1/1/2020 DEF 123 1/1/2020 Our Company 987 You'd want it structured like:
Date Competitor Comparison Amount 1/1/2020 ABC Them 500 1/1/2020 ABC Us 987 1/1/2020 DEF Them 123 1/1/2020 DEF Us 987 This way they can filter on the Competitor but still plot the two different series (Comparison).
Alternatively you could utilize a data flow and select only your company's data do a join to the main dataset based on date and include the amounts from both tables so it'd look something like:
Date Competitor Them Amount Us Amount 1/1/2020 ABC 500 987 1/1/2020 DEF 123 987 1/1/2020 Our Company 987 987 Then you'd use Them Amount and Us Amount as your two series and allow the user to filter on Competitor.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
That make sense! Really appreciate you taking the time to write that out!!
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive