Grouping Customer Numbers
Hi All,
I'm new to Domo and trying to figure out how to group various customer numbers and be viewed as one customer. I.E. Customer 1, Customer 2, Customer 3 = "Important Customers" and those three customer's sales get added together when viewed as "Important Customers".
Any ideas on how I can achieve this?
Note that I would do this for various customers because our internal system has various customer names and numbers, but are truly one overall customer.
Thank you for the help,
Joe
Best Answer
-
If the customers are all listed in one column pulling from a field you could use a case when function to create a new field to create groupings. Example:
CASE WHEN `field name` = 'Customer 1' THEN 'Important Customers'
WHEN `field name` = 'Customer 2' THEN 'Important Customers'
WHEN `field name` = 'Customer 3 THEN 'Important Customers'
ELSE 'Other' END
Field name is just a placeholder for whatever the actual api name of the field is. Using this method you can group and/or rename any of the values from whatever field you are pulling in. After ELSE other is just a placeholder for what you would want it to say if it doesn't meet the criteria you list above. Note that actual fields have to be within back ticks and apostraphes or quotions are used when referencing actual values within the field and for what you want the output to say.
2
Answers
-
If the customers are all listed in one column pulling from a field you could use a case when function to create a new field to create groupings. Example:
CASE WHEN `field name` = 'Customer 1' THEN 'Important Customers'
WHEN `field name` = 'Customer 2' THEN 'Important Customers'
WHEN `field name` = 'Customer 3 THEN 'Important Customers'
ELSE 'Other' END
Field name is just a placeholder for whatever the actual api name of the field is. Using this method you can group and/or rename any of the values from whatever field you are pulling in. After ELSE other is just a placeholder for what you would want it to say if it doesn't meet the criteria you list above. Note that actual fields have to be within back ticks and apostraphes or quotions are used when referencing actual values within the field and for what you want the output to say.
2 -
Hi Nick,
This works well to rename the customers, thank you. By grouping these though I wanted the sales for a single grouping to be added together to represent the entire grouping rather than each customer stands alone but shares the same coloring on a bar graph. What logic would I need to build in for this to happen?
Thanks,
Joe
0 -
Please disregard, I needed to adjust my inputs to the graph. Your solution worked perfectly. Thanks again.
2
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive