We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

is it possible to add a new column that contains user-input data for different rows.

kelvenlim
7 - Meteor

10.png

 

The image shows 3 different canteen locations. For each canteen, I want to add a column that shows the seating capacity.

 

For example, B73: 1560, B22: 2070, B51: 2751

 

Is there a way to do this?

3 REPLIES 3
ShankerV
17 - Castor

Hi @kelvenlim 

 

If you have the seating capacity in the same input, then you can use Formula tool to combine Canteen location and Seating capacity.

 

If it is in a different dataset, then request to join both the datasets using join tool and then use the formula tool.

 

 

Many thanks

Shanker V

kelvenlim
7 - Meteor

Nvm, I can use the text input tool and join the tables afterwards. Thanks for the replies.

ArtApa
Alteryx
Alteryx

@kelvenlim  - Here is a solution for you:

ArtApa_0-1684132631536.png

 

Labels
Top Solution Authors