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.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 302 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 104 SQL DataFlows
- 637 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 761 Beast Mode
- 65 App Studio
- 42 Variables
- 703 Automate
- 182 Apps
- 458 APIs & Domo Developer
- 53 Workflows
- 10 DomoAI
- 39 Predict
- 16 Jupyter Workspaces
- 23 R & Python Tiles
- 401 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 8 Software Integrations
- 132 Manage
- 129 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive