Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Input Values to another sheet (from a specific criteria)

Jenina
8 - Asteroid

Hi All - I would like to input the other fees amount from 100 Variance section to another sheet, how can I input the "100 Variance" criteria because the raw files are not fixed. Thanks!

 

Jenina_0-1681993044256.png

 

8 REPLIES 8
cjaneczko
13 - Pulsar

Do you want them in the same workbook as the source file? You can Use that workbook as the source of the input tool. Lets say its on Sheet1. Then create a workflow that filters on the GL AU column. 

 

 

[GL AU] contains '100 Variance'

 

This  will pass only the 100 Variance through the workflow. If you want to sum all of the 100 Variances you can add a Summarize tool. At the end of the workflow you will add an output back to the original workbook. From there you can have the data put on Sheet2 or whatever sheet you want in the workbook. 

Jenina
8 - Asteroid

Yup same workbook, sheet1 to sheet2, do you have a sample workflow for that? The workflow I created is not working. 

 

Jenina_0-1681995746918.png

 

binuacs
21 - Polaris

@Jenina One way of doing this

binuacs_0-1681999686844.png

 

Jenina
8 - Asteroid

@binuacs Thanks for this. I wanted to get the values under fees column based on the '100 Variance' cell then input to sheet2.  Is that possible? Thanks 

 

Jenina_0-1682015491530.png

 

binuacs
21 - Polaris

@Jenina If you replace the input file in the given workflow you will get the result in Sheet 2. Add a select tool just before the output tool and select the fields you want in the sheet 2

Jenina
8 - Asteroid

@binuacs  Tried it, for some reason the workflow is off somewhere.

binuacs
21 - Polaris

@Jenina you should select the FullPath variable in the output tool instead of the filename field. I updated the workflow and it is working fine

binuacs_0-1682023759653.png

 

Jenina
8 - Asteroid

@binuacs Great thanks!

Labels
Top Solution Authors