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
- 306 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3K Transform
- 112 SQL DataFlows
- 649 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 788 Beast Mode
- 78 App Studio
- 43 Variables
- 745 Automate
- 187 Apps
- 475 APIs & Domo Developer
- 67 Workflows
- 16 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 406 Distribute
- 117 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 139 Manage
- 136 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 113 Community Announcements
- 4.8K Archive