Add values from Web Form row as Columns to a Dataset
Hi,
I want to use a web form dataset to allow a user to enter values for 4 variables. Basically, a single row with 4 columns for the variable values. I want to then add these values as additional columns to each row in another dataset. What is the easiest way to do this?
The use case is, I want to be able to use the variables in beast mode calculations on a card but give a business owner the ability to manage the variable values seperately.
For example, if my web form is:
Variable 1 | Variable 2 | Variable 3 | Variable 4 |
1 | 5 | 20 | 3 |
And my dataset is:
Date | Price |
2/25/19 | $5.00 |
2/19/19 | $6.00 |
1/19/19 | $7.00 |
I want to append the web form columns to my data set like so:
Date | Price | Variable 1 | Variable 2 | Variable 3 | Variable 4 |
2/25/19 | $5.00 | 1 | 5 | 20 | 3 |
2/19/19 | $6.00 | 1 | 5 | 20 | 3 |
1/19/19 | $7.00 | 1 | 5 | 20 | 3 |
Best Answer
-
In order to join two tables horizontally, there needs to be at least one column in common on both to achieve the join you are looking for, so you'd need to add that to each table. After that's, it's a simple join.
E.g. add a column to both tables with the value of "1", and then join on that new column. Can provide a more specific example if that will help you.
However, this will result in a lot of duplicate data, which depending on the size of your primary dataset can cause performance issues.
I realize that Domo does not allow for accepting user input, and this is a creative way to circumvent that limitation, but I recommend reviewing this strategy later down the road.
1
Answers
-
In order to join two tables horizontally, there needs to be at least one column in common on both to achieve the join you are looking for, so you'd need to add that to each table. After that's, it's a simple join.
E.g. add a column to both tables with the value of "1", and then join on that new column. Can provide a more specific example if that will help you.
However, this will result in a lot of duplicate data, which depending on the size of your primary dataset can cause performance issues.
I realize that Domo does not allow for accepting user input, and this is a creative way to circumvent that limitation, but I recommend reviewing this strategy later down the road.
1 -
That was actually a surprisingly simple solution that worked perfectly. The dataset is around 250 rows so I'm not all that concerned with performance at that scale.
Thanks for the help.
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