Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Enter Cost/number after selecting name from dropdown using alteryx analytic app

db89
8 - Asteroid

Hi All,

 

I am trying to achieve utilizing names from dropdown in such a way that, i can assign a number (cost/time) against that specific name only. 

Is that possible based on the Test input file in order to get an output attached?

Thanks,

db89

8 REPLIES 8
binuacs
21 - Polaris

@db89 you can try something like below

image.png

db89
8 - Asteroid

@binuacs hey thanks for the response! this is what i have been doing, but the problem is, it replaces the number when entered from the text box, but resets when i enter for the new person from the drop down. Say for A i entered 12, but when i select B and put 22, for A it goes back to default value. 

binuacs
21 - Polaris

@db89 updated workflow attached, your change will get write into your input file itself

image.png

db89
8 - Asteroid

@binuacs Thank you so much for sharing! however it is returning the default (10) value once the names are changed and a different value is entered in cost. 

binuacs
21 - Polaris

@db89 Can you screen shot your input vlaues and output here? Below are my three changes in the same file

image.pngimage.pngimage.png

apathetichell
19 - Altair

I think you want chained apps here so app a selection feeds to app b.

db89
8 - Asteroid

@binuacs hey your solution actually worked, I didnt select the input as the output file and hence it was not functioning properly! Thank you so much for your guidance on this!

db89
8 - Asteroid

@binuacs hey hope you are doing well. I just wanted a little more help understanding how to use months as a dropdown to in such a way that, if A has cost for Jan and Feb, then after selecting A's name I can select a particular month to update the cost against them. I have attached the updated sample input.

Labels
Top Solution Authors